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