diff --git a/Hardcodet.NotifyIcon.Wpf/NuGet/Hardcodet.NotifyIcon.Wpf.nuspec b/Hardcodet.NotifyIcon.Wpf/NuGet/Hardcodet.NotifyIcon.Wpf.nuspec index b27ef32..a2bf8ba 100644 --- a/Hardcodet.NotifyIcon.Wpf/NuGet/Hardcodet.NotifyIcon.Wpf.nuspec +++ b/Hardcodet.NotifyIcon.Wpf/NuGet/Hardcodet.NotifyIcon.Wpf.nuspec @@ -2,7 +2,7 @@ Hardcodet.NotifyIcon.Wpf - 1.0.6 + 1.0.7 Hardcodet WPF NotifyIcon Philipp Sumi Philipp Sumi @@ -13,7 +13,7 @@ Source code and extensive sample application available at http://www.hardcodet.net/projects/wpf-notifyicon NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform. - Some bugfixes plus option to switch off double-click delays. Contains source and binaries for .NET 3.5 - 4.51. + Bugfixes. Contains source and binaries for .NET 3.5 - 4.51. Copyright (c) 2016 Philipp Sumi NotifyIcon WPF Tray Notify ToolTip Popup Balloon Toast diff --git a/Hardcodet.NotifyIcon.Wpf/Source/Changelog.txt b/Hardcodet.NotifyIcon.Wpf/Source/Changelog.txt index 474e6f6..b56facf 100644 --- a/Hardcodet.NotifyIcon.Wpf/Source/Changelog.txt +++ b/Hardcodet.NotifyIcon.Wpf/Source/Changelog.txt @@ -1,7 +1,13 @@ hardcodet.net NotifyIcon for WPF - Changelog -Copyright (c) 2009-2013 Philipp Sumi +Copyright (c) 2009-2016 Philipp Sumi Contact and Information: http://www.hardcodet.net +1.0.7 (2016.04.01) +***** + +FIX Potential null-reference exceptions with the control trying to fire events before it registered event listeners. Thanks Maxim Miroshnikov. + + 1.0.6 (2016.03.20) *****