Skip to content

Commit

Permalink
added version number in PushNuGetPackage.cmd and updated release chec…
Browse files Browse the repository at this point in the history
…klist
  • Loading branch information
vividos committed Mar 21, 2020
1 parent 75a76e2 commit 9e37cd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Release-Checklist.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release checklist

- [ ] Set version number in Changelog.md, .nuspec and SonarCloud.cmd
- [ ] Set version number in Changelog.md, .nuspec, SonarCloud.cmd and PushNuGetPackage.cmd
- [ ] Update Changelog.md and .nuspec file
- [ ] Update all NuGet packages
- [ ] Run unit tests and fix fails
Expand Down
2 changes: 1 addition & 1 deletion src/nupkg/PushNuGetPackage.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ if "%NUGET_APIKEY%" == "" echo "Note: API keys are managed under https://www.nug
if "%NUGET_APIKEY%" == "" exit 1

nuget setApiKey %NUGET_APIKEY%
nuget push Vividos.UlibCpp.Static.4.2.0.nupkg -Source https://www.nuget.org/api/v2/package
nuget push Vividos.UlibCpp.Static.4.2.1.nupkg -Source https://www.nuget.org/api/v2/package

pause

0 comments on commit 9e37cd1

Please sign in to comment.