Update version suffix for 2.0.0 RTM release

This commit is contained in:
Pranav K 2017-07-06 15:08:37 -07:00
parent 43cfbae544
commit e39acf1a96
1 changed files with 7 additions and 0 deletions

7
version.props Normal file
View File

@ -0,0 +1,7 @@
<!-- This file may be overwritten by automation. Only values allowed here are VersionPrefix and VersionSuffix. -->
<Project>
<PropertyGroup>
<VersionPrefix>2.0.0</VersionPrefix>
<VersionSuffix>rtm</VersionSuffix>
</PropertyGroup>
</Project>