Skip to content

Commit

Permalink
Increment build version for 1.4-preview and 0.16-preview release. (#4158
Browse files Browse the repository at this point in the history
)

* Increment build version for 1.4-preview and 0.16-preview release.

* PR feedback.
  • Loading branch information
codemzs authored Sep 2, 2019
1 parent de36f6d commit b004871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/BranchInfo.props
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
<MajorVersion>1</MajorVersion>
<MinorVersion>4</MinorVersion>
<PatchVersion>0</PatchVersion>
<PreReleaseLabel>preview</PreReleaseLabel>
<PreReleaseLabel>preview2</PreReleaseLabel>
</PropertyGroup>
<PropertyGroup Condition="'$(IsStableProject)' != 'true'">
<MajorVersion>0</MajorVersion>
<MinorVersion>16</MinorVersion>
<PatchVersion>0</PatchVersion>
<PreReleaseLabel>preview</PreReleaseLabel>
<PreReleaseLabel>preview2</PreReleaseLabel>
</PropertyGroup>
</Project>

0 comments on commit b004871

Please sign in to comment.