Skip to content

Commit

Permalink
Merge pull request #69741 from dibarbet/17_8_p3_snap
Browse files Browse the repository at this point in the history
Update configs for 17.8 P3
  • Loading branch information
dibarbet authored Aug 29, 2023
2 parents 83ca58c + 381a4ab commit 2964c1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<MajorVersion>4</MajorVersion>
<MinorVersion>8</MinorVersion>
<PatchVersion>0</PatchVersion>
<PreReleaseVersionLabel>2</PreReleaseVersionLabel>
<PreReleaseVersionLabel>3</PreReleaseVersionLabel>
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
<!--
By default the assembly version in official builds is "$(MajorVersion).$(MinorVersion).0.0".
Expand Down
4 changes: 2 additions & 2 deletions eng/config/PublishData.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
"vsBranch": "rel/d17.8",
"vsMajorVersion": 17,
"insertionCreateDraftPR": false,
"insertionTitlePrefix": "[d17.8P1]"
"insertionTitlePrefix": "[d17.8P2]"
},
"main": {
"nugetKind": [
Expand All @@ -180,7 +180,7 @@
"vsBranch": "main",
"vsMajorVersion": 17,
"insertionCreateDraftPR": false,
"insertionTitlePrefix": "[d17.8P2]"
"insertionTitlePrefix": "[d17.8P3]"
},
"dev/jorobich/fix-pr-val": {
"nugetKind": [
Expand Down

0 comments on commit 2964c1c

Please sign in to comment.