Skip to content

Commit 2772d79

Browse files
Release 4.5 (#86)
1 parent d003738 commit 2772d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
dotnet --version
44

55
$versionPrefix = "4.5.0" # Also update version for minor versions in appveyor.yml
6-
$versionSuffix = "rc.1"
6+
$versionSuffix = ""
77
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
88
if ($env:APPVEYOR_PULL_REQUEST_NUMBER) {
99
$versionPrefix = $versionFile

0 commit comments

Comments
 (0)