Skip to content

Commit 751b5c7

Browse files
Merge pull request #85 from bruce-dunwiddie/develop
Fixed nuget package build number reference for release.
2 parents 96825ea + 5acb8a1 commit 751b5c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

TSQL_Parser/TSQL_Parser/Push.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
nuget SetApiKey %NUGET_KEY%
2-
nuget push TSQL.Parser.1.5.3.snupkg -Source https://api.nuget.org/v3/index.json
3-
nuget push TSQL.Parser.1.5.3.nupkg -Source https://api.nuget.org/v3/index.json
2+
nuget push TSQL.Parser.2.0.0.snupkg -Source https://api.nuget.org/v3/index.json
3+
nuget push TSQL.Parser.2.0.0.nupkg -Source https://api.nuget.org/v3/index.json
44
pause

0 commit comments

Comments
 (0)