Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

Commit

Permalink
Bump package versions to 0.3.0-preview1-*
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveSandersonMS committed Apr 11, 2018
1 parent ea92c89 commit 9d653d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.props
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<IsFinalBuild>false</IsFinalBuild>
<VersionPrefix>0.2.0</VersionPrefix>
<VersionPrefix>0.3.0</VersionPrefix>
<VersionSuffix>preview1</VersionSuffix>
<PackageVersion Condition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' == 'rtm' ">$(VersionPrefix)</PackageVersion>
<PackageVersion Condition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' != 'rtm' ">$(VersionPrefix)-$(VersionSuffix)-final</PackageVersion>
Expand Down

0 comments on commit 9d653d1

Please sign in to comment.