Skip to content

Commit

Permalink
Update config.props to 17.14 Preview 1 (#6213)
Browse files Browse the repository at this point in the history
  • Loading branch information
donnie-msft authored Jan 13, 2025
1 parent bfa944e commit 23ee08f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/config.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
<!-- ** Change for each new version -->
<!-- when changing any of the NuGetVersion props below, run tools-local\ship-public-apis -->
<MajorNuGetVersion Condition="'$(MajorNuGetVersion)' == ''">6</MajorNuGetVersion>
<MinorNuGetVersion Condition="'$(MinorNuGetVersion)' == ''">13</MinorNuGetVersion>
<MinorNuGetVersion Condition="'$(MinorNuGetVersion)' == ''">14</MinorNuGetVersion>
<PatchNuGetVersion Condition="'$(PatchNuGetVersion)' == ''">0</PatchNuGetVersion>
<SemanticVersion Condition=" '$(SemanticVersion)' == '' ">$(MajorNuGetVersion).$(MinorNuGetVersion).$(PatchNuGetVersion)</SemanticVersion>

<!-- ** Change for each new preview/rc -->
<!-- Check the VS schedule and manually enter a preview number here that makes sense. -->
<!-- Preview 3 is typically the last "main branch" preview, so we start using rc at this time -->
<ReleaseLabel Condition=" '$(ReleaseLabel)' == '' ">rc</ReleaseLabel>
<ReleaseLabel Condition=" '$(ReleaseLabel)' == '' ">preview.1</ReleaseLabel>

<IsEscrowMode>false</IsEscrowMode>

Expand Down

0 comments on commit 23ee08f

Please sign in to comment.