Skip to content

Commit

Permalink
Release 4.5 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
304NotModified authored Aug 25, 2021
1 parent d003738 commit 2772d79
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 @@ -3,7 +3,7 @@
dotnet --version

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

0 comments on commit 2772d79

Please sign in to comment.