Skip to content

Commit

Permalink
Bump version to 1.0.0. We're stable now.
Browse files Browse the repository at this point in the history
  • Loading branch information
amoerie committed Nov 10, 2020
1 parent 046b708 commit 37baf2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SET nugetversion=0.2.2
SET nugetversion=1.0.0
dotnet pack ./src/DeadManSwitch/DeadManSwitch.csproj --configuration Release --include-source
dotnet pack ./src/DeadManSwitch.AspNetCore/DeadManSwitch.AspNetCore.csproj --configuration Release --include-source
nuget push ./src/DeadManSwitch/bin/Release/DeadManSwitch.%nugetversion%.nupkg -source nuget.org
Expand Down

0 comments on commit 37baf2a

Please sign in to comment.