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 3cb8977 commit 326f951Copy full SHA for 326f951
tool/versioning.props
@@ -29,7 +29,7 @@
29
overflows the Int16. The system convert below will throw errors when this happens.
30
-->
31
<PropertyGroup>
32
- <VersionStartYear Condition="'$(VersionStartYear)' == ''">2020</VersionStartYear>
+ <VersionStartYear Condition="'$(VersionStartYear)' == ''">2026</VersionStartYear>
33
34
<!-- { Now.Year - 2019 + 1}{MM}{DD} -->
35
<VersionDateCode>$([System.Convert]::ToInt32('$([MSBuild]::Add(1, $([MSBuild]::Subtract($([System.DateTime]::Now.Year), $(VersionStartYear)))))$([System.DateTime]::Now.ToString("MMdd"))'))</VersionDateCode>
0 commit comments