Fix PackageProjectUrl

This commit is contained in:
punker76
2021-03-27 11:54:43 +01:00
parent aad05980e5
commit 09f60fa235
2 changed files with 2 additions and 2 deletions

View File

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

View 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