From 5acb8a13360c1ea4a6dc8e5be33abb588706bcf5 Mon Sep 17 00:00:00 2001 From: Bruce Dunwiddie Date: Fri, 11 Mar 2022 00:47:18 -0600 Subject: [PATCH] Fixed nuget package build number reference for release. --- TSQL_Parser/TSQL_Parser/Push.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TSQL_Parser/TSQL_Parser/Push.bat b/TSQL_Parser/TSQL_Parser/Push.bat index 97aa577..660eb1c 100644 --- a/TSQL_Parser/TSQL_Parser/Push.bat +++ b/TSQL_Parser/TSQL_Parser/Push.bat @@ -1,4 +1,4 @@ nuget SetApiKey %NUGET_KEY% -nuget push TSQL.Parser.1.5.3.snupkg -Source https://api.nuget.org/v3/index.json -nuget push TSQL.Parser.1.5.3.nupkg -Source https://api.nuget.org/v3/index.json +nuget push TSQL.Parser.2.0.0.snupkg -Source https://api.nuget.org/v3/index.json +nuget push TSQL.Parser.2.0.0.nupkg -Source https://api.nuget.org/v3/index.json pause \ No newline at end of file