Skip to content

Commit

Permalink
Update version.props to build 2.0.0-rc2-final packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchalet committed Dec 9, 2017
1 parent ec82da3 commit 677de22
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>2.0.0</VersionPrefix>
<VersionSuffix>rc2</VersionSuffix>
<VersionSuffix Condition=" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
<Version>2.0.0-rc2-final</Version>
</PropertyGroup>

</Project>

0 comments on commit 677de22

Please sign in to comment.