Skip to content

Commit

Permalink
Version 5.3.0 (#960)
Browse files Browse the repository at this point in the history
  • Loading branch information
snakefoot authored Jul 1, 2023
1 parent 3fe8de4 commit 3d09bd2
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 @@ -2,7 +2,7 @@
# creates NuGet package at \artifacts
dotnet --version

$versionPrefix = "5.3.0" # Also update version for minor versions in appveyor.yml
$versionPrefix = "5.3.1" # Also update version for minor versions in appveyor.yml
$versionSuffix = ""
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
if ($env:APPVEYOR_PULL_REQUEST_NUMBER) {
Expand Down

0 comments on commit 3d09bd2

Please sign in to comment.