We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b0185d commit 709a881Copy full SHA for 709a881
tools/Common.props
@@ -22,7 +22,7 @@
22
<VersionStartYear>2018</VersionStartYear>
23
<VersionMajor>1</VersionMajor>
24
<VersionMinor>0</VersionMinor>
25
- <VersionRelease>4</VersionRelease>
+ <VersionRelease>5</VersionRelease>
26
27
<VersionBuild Condition="'$(VersionBuild)' == '' OR '$(VersionBuild)' == '0'">$([MSBuild]::Add(1, $([MSBuild]::Subtract($([System.DateTime]::Now.Year), $(VersionStartYear)))))$([System.DateTime]::Now.ToString("MMdd"))</VersionBuild>
28
<VersionRevision Condition="'$(VersionRevision)' == ''">0</VersionRevision>
0 commit comments