Skip to content

Commit

Permalink
Bump version to 0.5.0 (rtm)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveSandersonMS committed Jul 25, 2018
1 parent ee6db92 commit 201c2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
to include the new version in its upper bounds -->
<IsFinalBuild>true</IsFinalBuild>
<VersionPrefix>0.5.0</VersionPrefix>
<VersionSuffix>rc2</VersionSuffix>
<VersionSuffix>rtm</VersionSuffix>
<PackageVersion Condition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' == 'rtm' ">$(VersionPrefix)</PackageVersion>
<PackageVersion Condition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' != 'rtm' ">$(VersionPrefix)-$(VersionSuffix)-final</PackageVersion>
<BuildNumber Condition="'$(BuildNumber)' == ''">t000</BuildNumber>
Expand Down

0 comments on commit 201c2a4

Please sign in to comment.