File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <VersionMajor Condition =" '$(VersionMajor)' == ''" >8</VersionMajor >
55 <VersionMinor Condition =" '$(VersionMinor)' == ''" >2</VersionMinor >
6- <VersionBuild Condition =" '$(VersionBuild)' == ''" >0 </VersionBuild >
6+ <VersionBuild Condition =" '$(VersionBuild)' == ''" >1 </VersionBuild >
77 <VersionRelease Condition =" '$(VersionRelease)' == ''" ></VersionRelease >
88 </PropertyGroup >
99
1414 </PropertyGroup >
1515
1616 <!--
17- Revision number is a date code. Note that this only work for 6 years before the year part (year minus 2020)
18- overflows the UInt16. The system convert below will throw errors when this happens.
17+ The revision number is a date code. Note that this only work for 6 years before the year part (year minus 2020)
18+ overflows the UInt16. The system conversion below will throw errors when this happens.
1919 -->
2020 <PropertyGroup >
2121 <VersionStartYear Condition =" '$(VersionStartYear)' == ''" >2020</VersionStartYear >
You can’t perform that action at this time.
0 commit comments