diff --git a/src/NotifyIconWpf/NotifyIconWpf.csproj b/src/NotifyIconWpf/NotifyIconWpf.csproj index f0f9cd9..454fc1b 100644 --- a/src/NotifyIconWpf/NotifyIconWpf.csproj +++ b/src/NotifyIconWpf/NotifyIconWpf.csproj @@ -1,7 +1,7 @@  Hardcodet.Wpf.TaskbarNotification - Hardcodet.Wpf.TaskbarNotification + Hardcodet.NotifyIcon.Wpf NotifyIcon for WPF NotifyIcon WPF net45;net472;netcoreapp3.0;netcoreapp3.1 diff --git a/src/version.json b/src/version.json index ff6323e..2fa29c3 100644 --- a/src/version.json +++ b/src/version.json @@ -2,10 +2,10 @@ "$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", "version": "1.0.9", "publicReleaseRefSpec": [ - ".*/master$" // we release out of master + ".*/master$" ], "nugetPackageVersion": { - "semVer": 2 // optional. Set to either 1 or 2 to control how the NuGet package version string is generated. Default is 1. + "semVer": 2 }, "cloudBuild": { "setVersionVariables": true,