We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 900d29a commit c57b8eaCopy full SHA for c57b8ea
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)' == ''">7</MajorNuGetVersion>
16
<MinorNuGetVersion Condition="'$(MinorNuGetVersion)' == ''">0</MinorNuGetVersion>
17
- <PatchNuGetVersion Condition="'$(PatchNuGetVersion)' == ''">1</PatchNuGetVersion>
+ <PatchNuGetVersion Condition="'$(PatchNuGetVersion)' == ''">2</PatchNuGetVersion>
18
<SemanticVersion Condition=" '$(SemanticVersion)' == '' ">$(MajorNuGetVersion).$(MinorNuGetVersion).$(PatchNuGetVersion)</SemanticVersion>
19
20
<!-- ** Change for each new preview/rc -->
0 commit comments