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

Commit 43f93ae

Browse files
committed
Update version.props to build 1.1.0-rtm packages
1 parent 3dffd64 commit 43f93ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build/version.props

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

33
<PropertyGroup>
4-
<Version>1.1.0-preview-final</Version>
4+
<VersionPrefix>1.1.0</VersionPrefix>
5+
<VersionSuffix>rtm</VersionSuffix>
6+
<VersionSuffix Condition=" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
57
</PropertyGroup>
68

79
</Project>

0 commit comments

Comments
 (0)