Skip to content

Commit

Permalink
Update configs for 17.13/17.14 (#76644)
Browse files Browse the repository at this point in the history
draft until snap
  • Loading branch information
dibarbet authored Jan 7, 2025
2 parents 84d42b9 + 4a520f1 commit f5ca8f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
-->
<PropertyGroup>
<MajorVersion>4</MajorVersion>
<MinorVersion>13</MinorVersion>
<MinorVersion>14</MinorVersion>
<PatchVersion>0</PatchVersion>
<PreReleaseVersionLabel>3</PreReleaseVersionLabel>
<PreReleaseVersionLabel>1</PreReleaseVersionLabel>
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
<!--
By default the assembly version in official builds is "$(MajorVersion).$(MinorVersion).0.0".
Expand Down
6 changes: 3 additions & 3 deletions eng/config/PublishData.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
"Shipping",
"NonShipping"
],
"vsBranch": "rel/d17.13",
"vsBranch": "main",
"vsMajorVersion": 17,
"insertionTitlePrefix": "[d17.13 P2]"
},
Expand All @@ -249,8 +249,8 @@
],
"vsBranch": "main",
"vsMajorVersion": 17,
"insertionCreateDraftPR": false,
"insertionTitlePrefix": "[d17.13 P3]"
"insertionCreateDraftPR": true,
"insertionTitlePrefix": "[d17.14 P1]"
},
"dev/andrha/telemetry": {
"nugetKind": [
Expand Down

0 comments on commit f5ca8f0

Please sign in to comment.