mirror of
https://github.com/ckaczor/wpf-notifyicon.git
synced 2026-01-13 17:23:19 -05:00
Merge branch 'develop'
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<PackageIcon>icon.png</PackageIcon>
|
||||
<RepositoryUrl>https://github.com/hardcodet/wpf-notifyicon</RepositoryUrl>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
<PackageProjectUrl>hhttp://www.hardcodet.net/projects/wpf-notifyicon</PackageProjectUrl>
|
||||
<PackageProjectUrl>http://www.hardcodet.net/projects/wpf-notifyicon</PackageProjectUrl>
|
||||
<PackageLicenseExpression>CPOL-1.02</PackageLicenseExpression>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<Description>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.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
|
||||
"version": "1.1.0",
|
||||
"publicReleaseRefSpec": [
|
||||
".*/master$"
|
||||
".*/release$"
|
||||
],
|
||||
"nugetPackageVersion": {
|
||||
"semVer": 2
|
||||
|
||||
Reference in New Issue
Block a user