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

Commit 87731d8

Browse files
committed
Update version.props to build 1.0.0-beta2-final packages
1 parent 8fc5380 commit 87731d8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build/version.props

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

97
</Project>

0 commit comments

Comments
 (0)