Skip to content

Commit

Permalink
Bump up version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yantang-msft committed Jun 7, 2019
1 parent 813342e commit bde005e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions GlobalStaticVersion.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
Update for every public release.
-->
<SemanticVersionMajor>2</SemanticVersionMajor>
<SemanticVersionMinor>2</SemanticVersionMinor>
<SemanticVersionPatch>2</SemanticVersionPatch>
<SemanticVersionMinor>3</SemanticVersionMinor>
<SemanticVersionPatch>0</SemanticVersionPatch>
<PreReleaseMilestone></PreReleaseMilestone>
<!--
Date when Semantic Version was changed.
Expand All @@ -17,7 +17,7 @@
as it will restart file versions so 2.4.0-beta1 may have higher
file version (like 2.4.0.2222) than 2.4.0-beta2 (like 2.4.0.1111)
-->
<SemanticVersionDate>2019-01-18</SemanticVersionDate>
<SemanticVersionDate>2019-06-07</SemanticVersionDate>

<PreReleaseVersion Condition="'$(PreReleaseVersion)'==''">$([MSBuild]::Divide($([System.DateTime]::Now.Subtract($([System.DateTime]::Parse($(SemanticVersionDate)))).TotalMinutes), 5).ToString('F0'))</PreReleaseVersion>
</PropertyGroup>
Expand Down

0 comments on commit bde005e

Please sign in to comment.