Commit e73d365 1 parent b6e433b commit e73d365 Copy full SHA for e73d365
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
<!-- ** Change for each new version -->
14
14
<!-- when changing any of the NuGetVersion props below, run tools-local\ship-public-apis -->
15
15
<MajorNuGetVersion Condition =" '$(MajorNuGetVersion)' == ''" >3</MajorNuGetVersion >
16
- <MinorNuGetVersion Condition =" '$(MinorNuGetVersion)' == ''" >5 </MinorNuGetVersion >
17
- <PatchNuGetVersion Condition =" '$(PatchNuGetVersion)' == ''" >0 </PatchNuGetVersion >
16
+ <MinorNuGetVersion Condition =" '$(MinorNuGetVersion)' == ''" >4 </MinorNuGetVersion >
17
+ <PatchNuGetVersion Condition =" '$(PatchNuGetVersion)' == ''" >3 </PatchNuGetVersion >
18
18
<SemanticVersion Condition =" '$(SemanticVersion)' == '' " >$(MajorNuGetVersion).$(MinorNuGetVersion).$(PatchNuGetVersion)</SemanticVersion >
19
19
20
20
<!-- ** Change for each new preview/rc -->
You can’t perform that action at this time.
0 commit comments