Skip to content

Commit

Permalink
Merge pull request #70125 from Cosifne/dev/shech/updateConfigFor17.8P3
Browse files Browse the repository at this point in the history
Update config file
  • Loading branch information
Cosifne authored Sep 26, 2023
2 parents bf8d971 + e21be9d commit adbde77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 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>8</MinorVersion>
<MinorVersion>9</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
9 changes: 4 additions & 5 deletions eng/config/PublishData.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,9 @@
"Shipping",
"NonShipping"
],
"vsBranch": "rel/d17.8",
"vsBranch": "main",
"vsMajorVersion": 17,
"insertionCreateDraftPR": true,
"insertionTitlePrefix": "[d17.8P2]"
"insertionTitlePrefix": "[d17.8P3]"
},
"main": {
"nugetKind": [
Expand All @@ -189,8 +188,8 @@
],
"vsBranch": "main",
"vsMajorVersion": 17,
"insertionCreateDraftPR": false,
"insertionTitlePrefix": "[d17.8P3]"
"insertionCreateDraftPR": true,
"insertionTitlePrefix": "[d17.9P1]"
},
"dev/jorobich/fix-pr-val": {
"nugetKind": [
Expand Down

0 comments on commit adbde77

Please sign in to comment.