We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8cc3127 + b3c9c1c commit e867e87Copy full SHA for e867e87
1 file changed
tools/Common.props
@@ -26,7 +26,7 @@
26
<VersionStartYear>2018</VersionStartYear>
27
<VersionMajor>1</VersionMajor>
28
<VersionMinor>0</VersionMinor>
29
- <VersionRelease>7</VersionRelease>
+ <VersionRelease>8</VersionRelease>
30
31
<VersionBuild Condition="'$(VersionBuild)' == '' OR '$(VersionBuild)' == '0'">$([MSBuild]::Add(1, $([MSBuild]::Subtract($([System.DateTime]::Now.Year), $(VersionStartYear)))))$([System.DateTime]::Now.ToString("MMdd"))</VersionBuild>
32
<VersionRevision Condition="'$(VersionRevision)' == ''">0</VersionRevision>
0 commit comments