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

Commit 22de5e0

Browse files
committed
Update version.props to build 2.0.0 packages
1 parent 378348b commit 22de5e0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build/version.props

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<VersionPrefix>2.0.0</VersionPrefix>
5-
<VersionSuffix>rtm</VersionSuffix>
6-
<VersionSuffix Condition=" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
4+
<Version>2.0.0</Version>
75
</PropertyGroup>
86

97
</Project>

0 commit comments

Comments
 (0)