Skip to content

Commit 2ee82e5

Browse files
author
Timothy Mothra Lee
committed
bump SemanticVersionDate to 2018-02-22
1 parent c6da4df commit 2ee82e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GlobalStaticVersion.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
as it will restart file versions so 2.4.0-beta1 may have higher
1818
file version (like 2.4.0.2222) than 2.4.0-beta2 (like 2.4.0.1111)
1919
-->
20-
<SemanticVersionDate>2017-07-03</SemanticVersionDate>
20+
<SemanticVersionDate>2018-02-22</SemanticVersionDate>
2121

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

0 commit comments

Comments
 (0)