Skip to content

Commit

Permalink
Increment build version. (#4067)
Browse files Browse the repository at this point in the history
* Increment build version.

* update version.
  • Loading branch information
codemzs committed Aug 6, 2019
1 parent c05dd5d commit d1d5e1f
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 @@ -26,13 +26,13 @@
<PropertyGroup Condition="'$(IsStableProject)' == 'true'">
<MajorVersion>1</MajorVersion>
<MinorVersion>3</MinorVersion>
<PatchVersion>0</PatchVersion>
<PatchVersion>1</PatchVersion>
<PreReleaseLabel>preview</PreReleaseLabel>
</PropertyGroup>
<PropertyGroup Condition="'$(IsStableProject)' != 'true'">
<MajorVersion>0</MajorVersion>
<MinorVersion>15</MinorVersion>
<PatchVersion>0</PatchVersion>
<PatchVersion>1</PatchVersion>
<PreReleaseLabel>preview</PreReleaseLabel>
</PropertyGroup>
</Project>

0 comments on commit d1d5e1f

Please sign in to comment.