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
This commit is contained in:
Philipp Sumi
2013-11-23 16:30:15 +00:00
parent 51ddc7b8ad
commit 5d94dffc26
3 changed files with 47 additions and 1 deletions

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Hardcodet.Wpf.TaskbarNotification</id>
<version>1.0.5</version>
<title>Hardcodet.Wpf.TaskbarNotification</title>
<authors>Philipp Sumi</authors>
<owners>Philipp Sumi</owners>
<licenseUrl>http://www.codeproject.com/info/cpol10.aspx</licenseUrl>
<projectUrl>http://www.hardcodet.net/projects/wpf-notifyicon</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>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</description>
<summary>This package is obsolete. Please switch to the maintained NuGet package: Hardcodet.NotifyIcon.WPF</summary>
<releaseNotes>Mostly bug fixes and full x64 / Win 8 support. Contains source and binaries for .NET 3.5 - 4.51.</releaseNotes>
<copyright>Copyright (c) 2013 Philipp Sumi</copyright>
<language />
<tags>NotifyIcon WPF Tray Notify ToolTip Popup Balloon Toast</tags>
<dependencies>
<dependency id="Hardcodet.NotifyIcon.Wpf" version="1.0.5" />
</dependencies>
</metadata>
<files>
<file src="readme.from.legacy.package.txt" target="readme.txt" />
</files>
</package>

View File

@@ -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

View File

@@ -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
http://www.hardcodet.net/projects/wpf-notifyicon