Skip to content

Commit 2ddec98

Browse files
committed
Bump up version to 2.2.2
1 parent bb68d50 commit 2ddec98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GlobalStaticVersion.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
-->
88
<SemanticVersionMajor>2</SemanticVersionMajor>
99
<SemanticVersionMinor>2</SemanticVersionMinor>
10-
<SemanticVersionPatch>1</SemanticVersionPatch>
10+
<SemanticVersionPatch>2</SemanticVersionPatch>
1111
<PreReleaseMilestone></PreReleaseMilestone>
1212
<!--
1313
Date when Semantic Version was changed.
@@ -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>2019-01-07</SemanticVersionDate>
20+
<SemanticVersionDate>2019-01-18</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)