Skip to content

Commit f52aea9

Browse files
committed
Update v1.0.6
1 parent 2e3bcd4 commit f52aea9

22 files changed

+40
-12
lines changed

Examples/NotificationExample/Form1.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ private void button5_Click(object sender, EventArgs e)
4444
private void button6_Click(object sender, EventArgs e)
4545
{
4646
notify.Alert("С наступающим!", NotificationType.Custom, Color.FromArgb(255, 21, 29, 33), Properties.Resources.logo);
47+
notify.StopTimer(1000);
48+
notify.Alert("Happy New Year!", NotificationType.Custom, Color.FromArgb(255, 21, 29, 33), Properties.Resources.logo);
4749
}
4850
}
4951
}

Examples/NotificationExample/NotificationExample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</PropertyGroup>
3535
<ItemGroup>
3636
<Reference Include="NotificationManager, Version=1.0.4.0, Culture=neutral, processorArchitecture=MSIL">
37-
<HintPath>..\packages\NotificationManager.1.0.5\lib\net472\NotificationManager.dll</HintPath>
37+
<HintPath>..\packages\NotificationManager.1.0.6\lib\net472\NotificationManager.dll</HintPath>
3838
</Reference>
3939
<Reference Include="System" />
4040
<Reference Include="System.Core" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="NotificationManager" version="1.0.5" targetFramework="net472" />
3+
<package id="NotificationManager" version="1.0.6" targetFramework="net472" />
44
</packages>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)