From cff7c05e832255805747bd88236ad096b20085fc Mon Sep 17 00:00:00 2001 From: Troy Willmot Date: Mon, 10 Oct 2016 14:17:05 +1300 Subject: [PATCH] Update publish bat for new version. --- PublishNugetPackage.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PublishNugetPackage.cmd b/PublishNugetPackage.cmd index c051ca9..aaba94d 100644 --- a/PublishNugetPackage.cmd +++ b/PublishNugetPackage.cmd @@ -1,6 +1,6 @@ @echo off echo Press any key to publish pause -".nuget\NuGet.exe" push Spooky.1.0.0.0.nupkg -Source https://api.nuget.org/v3/index.json -".nuget\NuGet.exe" push Spooky.Json20.1.0.0.0.nupkg -Source https://api.nuget.org/v3/index.json +".nuget\NuGet.exe" push Spooky.1.0.0.1.nupkg -Source https://api.nuget.org/v3/index.json +".nuget\NuGet.exe" push Spooky.Json20.1.0.0.1.nupkg -Source https://api.nuget.org/v3/index.json pause \ No newline at end of file