From 5d94dffc26fae476786b910b7436001a578c1888 Mon Sep 17 00:00:00 2001 From: Philipp Sumi Date: Sat, 23 Nov 2013 16:30:15 +0000 Subject: [PATCH] ADD Transition package for the old NuGet package. CHG Changed readme. NTFY-16 git-svn-id: https://svn.evolvesoftware.ch/repos/evolve.net/WPF/NotifyIcon@210 9f600761-6f11-4665-b6dc-0185e9171623 --- ...codet.Wpf.TaskbarNotification.1.0.5.nuspec | 31 +++++++++++++++++++ .../readme.from.legacy.package.txt | 9 ++++++ NuGet/readme.1.0.5.txt | 8 ++++- 3 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 NuGet/Legacy Switch/Hardcodet.Wpf.TaskbarNotification.1.0.5.nuspec create mode 100644 NuGet/Legacy Switch/readme.from.legacy.package.txt diff --git a/NuGet/Legacy Switch/Hardcodet.Wpf.TaskbarNotification.1.0.5.nuspec b/NuGet/Legacy Switch/Hardcodet.Wpf.TaskbarNotification.1.0.5.nuspec new file mode 100644 index 0000000..aae06f7 --- /dev/null +++ b/NuGet/Legacy Switch/Hardcodet.Wpf.TaskbarNotification.1.0.5.nuspec @@ -0,0 +1,31 @@ + + + + Hardcodet.Wpf.TaskbarNotification + 1.0.5 + Hardcodet.Wpf.TaskbarNotification + Philipp Sumi + Philipp Sumi + http://www.codeproject.com/info/cpol10.aspx + http://www.hardcodet.net/projects/wpf-notifyicon + false + THIS PACKAGE IS OBSOLETE. + +Please switch to the officially maintained NuGet package: Hardcodet.NotifyIcon.WPF + +This is an implementation of a NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform. It does not just rely on the Windows Forms NotifyIcon component, but is a purely independent control which leverages several features of the WPF framework in order to display rich tooltips, popups, context menus, and balloon messages. It can be used directly in code or embedded in any XAML file. + +Source code and extensive sample application available at http://www.hardcodet.net/projects/wpf-notifyicon + This package is obsolete. Please switch to the maintained NuGet package: Hardcodet.NotifyIcon.WPF + Mostly bug fixes and full x64 / Win 8 support. Contains source and binaries for .NET 3.5 - 4.51. + Copyright (c) 2013 Philipp Sumi + + NotifyIcon WPF Tray Notify ToolTip Popup Balloon Toast + + + + + + + + \ No newline at end of file diff --git a/NuGet/Legacy Switch/readme.from.legacy.package.txt b/NuGet/Legacy Switch/readme.from.legacy.package.txt new file mode 100644 index 0000000..faf6894 --- /dev/null +++ b/NuGet/Legacy Switch/readme.from.legacy.package.txt @@ -0,0 +1,9 @@ +Hardcodet NotifyIcon for WPF +**************************** + +THIS PACKAGE IS OBSOLETE. + +This package has a dependency to the official package in order to keep things working for you, but consider switching to the official NuGet package: Hardcodet.NotifyIcon.Wpf + +For direct NuGet links, source code or samples, please visit the project page: +http://www.hardcodet.net/projects/wpf-notifyicon \ No newline at end of file diff --git a/NuGet/readme.1.0.5.txt b/NuGet/readme.1.0.5.txt index 8f5e8a8..832c9fa 100644 --- a/NuGet/readme.1.0.5.txt +++ b/NuGet/readme.1.0.5.txt @@ -1,4 +1,10 @@ Hardcodet NotifyIcon for WPF 1.0.5 +********************************** + +This is an implementation of a NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform. It does not just rely on the Windows Forms NotifyIcon component, but is a purely independent control which leverages several features of the WPF framework in order to display rich tooltips, popups, context menus, and balloon messages. It can be used directly in code or embedded in any XAML file. This package contains only binaries. For source code and samples, please visit the project page: -http://www.hardcodet.net/projects/wpf-notifyicon \ No newline at end of file +http://www.hardcodet.net/projects/wpf-notifyicon + + +