Skip to content

Commit 0e6ee57

Browse files
authored
Rebrand to 7.5 (#7091)
1 parent fbcb617 commit 0e6ee57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/config.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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)' == ''">7</MajorNuGetVersion>
16-
<MinorNuGetVersion Condition="'$(MinorNuGetVersion)' == ''">4</MinorNuGetVersion>
16+
<MinorNuGetVersion Condition="'$(MinorNuGetVersion)' == ''">5</MinorNuGetVersion>
1717
<PatchNuGetVersion Condition="'$(PatchNuGetVersion)' == ''">0</PatchNuGetVersion>
1818
<SemanticVersion Condition=" '$(SemanticVersion)' == '' ">$(MajorNuGetVersion).$(MinorNuGetVersion).$(PatchNuGetVersion)</SemanticVersion>
1919

0 commit comments

Comments
 (0)