mirror of
https://github.com/ckaczor/wpf-notifyicon.git
synced 2026-01-13 17:23:19 -05:00
31 lines
1.9 KiB
XML
31 lines
1.9 KiB
XML
<?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> |