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

Commit

Permalink
Update version.props to build 1.1.0 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchalet committed Sep 13, 2018
1 parent 44884d3 commit 09b2ac6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build/version.props
@@ -1,9 +1,7 @@
<Project>

<PropertyGroup>
<VersionPrefix>1.1.0</VersionPrefix>
<VersionSuffix>rtm</VersionSuffix>
<VersionSuffix Condition=" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
<Version>1.1.0</Version>
</PropertyGroup>

</Project>

0 comments on commit 09b2ac6

Please sign in to comment.