Skip to content

Commit

Permalink
update version to preview3 (#4250)
Browse files Browse the repository at this point in the history
  • Loading branch information
analogrelay committed Oct 18, 2018
1 parent 2b141cb commit 6e0efbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.props
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<VersionPrefix>2.4.0</VersionPrefix>
<VersionSuffix>preview2</VersionSuffix>
<VersionSuffix>preview3</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 6e0efbc

Please sign in to comment.