Skip to content

Commit acfbbf5

Browse files
committed
Merge branch 'main' into feat/use-put-for-update
2 parents c4ee9ff + 326f951 commit acfbbf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/versioning.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
overflows the Int16. The system convert below will throw errors when this happens.
3030
-->
3131
<PropertyGroup>
32-
<VersionStartYear Condition="'$(VersionStartYear)' == ''">2020</VersionStartYear>
32+
<VersionStartYear Condition="'$(VersionStartYear)' == ''">2026</VersionStartYear>
3333

3434
<!-- { Now.Year - 2019 + 1}{MM}{DD} -->
3535
<VersionDateCode>$([System.Convert]::ToInt32('$([MSBuild]::Add(1, $([MSBuild]::Subtract($([System.DateTime]::Now.Year), $(VersionStartYear)))))$([System.DateTime]::Now.ToString("MMdd"))'))</VersionDateCode>

0 commit comments

Comments
 (0)