A fix for the nuget package name, somehow this was reverted to the old one.

This commit is contained in:
Robin Krom
2020-05-08 23:44:00 +02:00
parent 411107896e
commit a901e167d0
2 changed files with 3 additions and 3 deletions

View File

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

View File

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