Skip to content

Commit 0192f6e

Browse files
committed
Bump version suffix to 2.0.0-rc
1 parent d8fb76f commit 0192f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
2121

2222
<VersionPrefix>2.0.0</VersionPrefix>
23-
<VersionSuffix>beta</VersionSuffix>
23+
<VersionSuffix>rc</VersionSuffix>
2424
<PackageVersion Condition="'$(APPVEYOR_REPO_TAG)' == 'true'">$(VersionPrefix)-$(VersionSuffix)</PackageVersion>
2525

2626
<BuildNumber Condition=" '$(BuildNumber)' == '' ">$(APPVEYOR_BUILD_NUMBER)</BuildNumber>

0 commit comments

Comments
 (0)