Skip to content

Commit f693b60

Browse files
committed
Update version.props to build 1.0.0-rc2-final packages
1 parent 504cc8a commit f693b60

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>1.0.0</VersionPrefix>
5-
<VersionSuffix>rc2</VersionSuffix>
6-
<VersionSuffix Condition=" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
4+
<Version>1.0.0-rc2-final</Version>
75
</PropertyGroup>
86

97
</Project>

0 commit comments

Comments
 (0)