We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fec427d commit aa7eb99Copy full SHA for aa7eb99
1 file changed
build/config.props
@@ -14,7 +14,7 @@
14
<!-- when changing any of the NuGetVersion props below, run tools-local\ship-public-apis -->
15
<MajorNuGetVersion Condition="'$(MajorNuGetVersion)' == ''">6</MajorNuGetVersion>
16
<MinorNuGetVersion Condition="'$(MinorNuGetVersion)' == ''">12</MinorNuGetVersion>
17
- <PatchNuGetVersion Condition="'$(PatchNuGetVersion)' == ''">0</PatchNuGetVersion>
+ <PatchNuGetVersion Condition="'$(PatchNuGetVersion)' == ''">1</PatchNuGetVersion>
18
<SemanticVersion Condition=" '$(SemanticVersion)' == '' ">$(MajorNuGetVersion).$(MinorNuGetVersion).$(PatchNuGetVersion)</SemanticVersion>
19
20
<!-- ** Change for each new preview/rc -->
0 commit comments