Skip to content
This repository was archived by the owner on Dec 24, 2020. It is now read-only.

Commit 9d5d938

Browse files
committed
Update version.props to build 2.0.0-rc1 packages
1 parent a22c23d commit 9d5d938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/version.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<VersionPrefix>2.0.0</VersionPrefix>
5-
<VersionSuffix>preview1</VersionSuffix>
5+
<VersionSuffix>rc1</VersionSuffix>
66
<VersionSuffix Condition=" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
77
</PropertyGroup>
88

0 commit comments

Comments
 (0)