From 09f60fa235ba535350aced60ff49e5ba23bbae0d Mon Sep 17 00:00:00 2001 From: punker76 Date: Sat, 27 Mar 2021 11:54:43 +0100 Subject: [PATCH] Fix PackageProjectUrl --- src/Directory.Build.props | 2 +- src/version.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 872f123..59eea62 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -15,7 +15,7 @@ icon.png https://github.com/hardcodet/wpf-notifyicon git - hhttp://www.hardcodet.net/projects/wpf-notifyicon + http://www.hardcodet.net/projects/wpf-notifyicon CPOL-1.02 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. diff --git a/src/version.json b/src/version.json index 136b067..13265ca 100644 --- a/src/version.json +++ b/src/version.json @@ -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