File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 <!-- ** Change for each new version -->
1414 <!-- when changing any of the NuGetVersion props below, run tools-local\ship-public-apis -->
1515 <MajorNuGetVersion Condition =" '$(MajorNuGetVersion)' == ''" >6</MajorNuGetVersion >
16- <MinorNuGetVersion Condition =" '$(MinorNuGetVersion)' == ''" >10 </MinorNuGetVersion >
16+ <MinorNuGetVersion Condition =" '$(MinorNuGetVersion)' == ''" >11 </MinorNuGetVersion >
1717 <PatchNuGetVersion Condition =" '$(PatchNuGetVersion)' == ''" >0</PatchNuGetVersion >
1818 <SemanticVersion Condition =" '$(SemanticVersion)' == '' " >$(MajorNuGetVersion).$(MinorNuGetVersion).$(PatchNuGetVersion)</SemanticVersion >
1919
2020 <!-- ** Change for each new preview/rc -->
2121 <!-- Check the VS schedule and manually enter a preview number here that makes sense. -->
22- <ReleaseLabel Condition =" '$(ReleaseLabel)' == '' " >preview.2 </ReleaseLabel >
22+ <ReleaseLabel Condition =" '$(ReleaseLabel)' == '' " >preview.1 </ReleaseLabel >
2323
2424 <IsEscrowMode >false</IsEscrowMode >
2525
You can’t perform that action at this time.
0 commit comments