mirror of
https://github.com/ckaczor/wpf-notifyicon.git
synced 2026-02-17 02:51:51 -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">
|
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<RootNamespace>Hardcodet.Wpf.TaskbarNotification</RootNamespace>
|
<RootNamespace>Hardcodet.Wpf.TaskbarNotification</RootNamespace>
|
||||||
<AssemblyName>Hardcodet.Wpf.TaskbarNotification</AssemblyName>
|
<AssemblyName>Hardcodet.NotifyIcon.Wpf</AssemblyName>
|
||||||
<AssemblyTitle>NotifyIcon for WPF</AssemblyTitle>
|
<AssemblyTitle>NotifyIcon for WPF</AssemblyTitle>
|
||||||
<Product>NotifyIcon WPF</Product>
|
<Product>NotifyIcon WPF</Product>
|
||||||
<TargetFrameworks>net45;net472;netcoreapp3.0;netcoreapp3.1</TargetFrameworks>
|
<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",
|
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
|
||||||
"version": "1.0.9",
|
"version": "1.0.9",
|
||||||
"publicReleaseRefSpec": [
|
"publicReleaseRefSpec": [
|
||||||
".*/master$" // we release out of master
|
".*/master$"
|
||||||
],
|
],
|
||||||
"nugetPackageVersion": {
|
"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": {
|
"cloudBuild": {
|
||||||
"setVersionVariables": true,
|
"setVersionVariables": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user