Skip to content

Commit 090aa71

Browse files
committed
Update version.props to build 1.0.0-rc1-final packages
1 parent 123639e commit 090aa71

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

97
</Project>

0 commit comments

Comments
 (0)