Skip to content

Commit

Permalink
v2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Aug 31, 2017
1 parent 38ce679 commit 2beef89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ $revision = "{0:D4}" -f [convert]::ToInt32($revision, 10)

exec { & dotnet test .\test\AspNetCoreRateLimit.Tests -c Release }

exec { & dotnet pack .\src\AspNetCoreRateLimit -c Release -o ..\..\artifacts /property:PackageVersion=2.0.0 }
exec { & dotnet pack .\src\AspNetCoreRateLimit -c Release -o ..\..\artifacts /property:PackageVersion=2.1.0 }


0 comments on commit 2beef89

Please sign in to comment.