mirror of
https://github.com/ckaczor/wpf-notifyicon.git
synced 2026-01-25 09:45:36 -05:00
A fix for the nuget package name, somehow this was reverted to the old one.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
||||
<PropertyGroup>
|
||||
<RootNamespace>Hardcodet.Wpf.TaskbarNotification</RootNamespace>
|
||||
<AssemblyName>Hardcodet.Wpf.TaskbarNotification</AssemblyName>
|
||||
<AssemblyName>Hardcodet.NotifyIcon.Wpf</AssemblyName>
|
||||
<AssemblyTitle>NotifyIcon for WPF</AssemblyTitle>
|
||||
<Product>NotifyIcon WPF</Product>
|
||||
<TargetFrameworks>net45;net472;netcoreapp3.0;netcoreapp3.1</TargetFrameworks>
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user