Skip to content

Commit

Permalink
Update version.props to build 1.0.0 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchalet committed Jun 15, 2018
1 parent 70cd0af commit b6bdf2d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build/version.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<Project>

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

</Project>

0 comments on commit b6bdf2d

Please sign in to comment.