From 205e9ade845a25ed7f28617a7a6a08d94f4d64d2 Mon Sep 17 00:00:00 2001 From: Philipp Sumi Date: Sat, 23 Nov 2013 15:41:44 +0000 Subject: [PATCH] ADD NuGet package specs. NTFY-16 git-svn-id: https://svn.evolvesoftware.ch/repos/evolve.net/WPF/NotifyIcon@207 9f600761-6f11-4665-b6dc-0185e9171623 --- NuGet/Hardcodet.NotifyIcon.Wpf.1.0.5.nuspec | 42 +++++++++++++++++++++ NuGet/readme.1.0.5.txt | 4 ++ 2 files changed, 46 insertions(+) create mode 100644 NuGet/Hardcodet.NotifyIcon.Wpf.1.0.5.nuspec create mode 100644 NuGet/readme.1.0.5.txt diff --git a/NuGet/Hardcodet.NotifyIcon.Wpf.1.0.5.nuspec b/NuGet/Hardcodet.NotifyIcon.Wpf.1.0.5.nuspec new file mode 100644 index 0000000..195247c --- /dev/null +++ b/NuGet/Hardcodet.NotifyIcon.Wpf.1.0.5.nuspec @@ -0,0 +1,42 @@ + + + + Hardcodet.NotifyIcon.Wpf + 1.0.5 + Hardcodet WPF NotifyIcon + Philipp Sumi + Philipp Sumi + http://www.codeproject.com/info/cpol10.aspx + http://www.hardcodet.net/projects/wpf-notifyicon + false + 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 + NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform. + 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/readme.1.0.5.txt b/NuGet/readme.1.0.5.txt new file mode 100644 index 0000000..8f5e8a8 --- /dev/null +++ b/NuGet/readme.1.0.5.txt @@ -0,0 +1,4 @@ +Hardcodet NotifyIcon for WPF 1.0.5 + +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