Skip to content

Commit

Permalink
Update branding to preview5 (dotnet#48397)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgodbe authored May 24, 2023
1 parent d622921 commit ecc1791
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/fabricbot.json
Original file line number Diff line number Diff line change
Expand Up @@ -2491,7 +2491,7 @@
{
"name": "addMilestone",
"parameters": {
"milestoneName": "8.0-preview5"
"milestoneName": "8.0-preview6"
}
}
],
Expand Down Expand Up @@ -3304,7 +3304,7 @@
{
"name": "prTargetsBranch",
"parameters": {
"branchName": "release/8.0-preview4"
"branchName": "release/8.0-preview5"
}
}
]
Expand All @@ -3315,7 +3315,7 @@
"issues",
"project_card"
],
"taskName": "[Milestone Assignments] Assign Milestone to PRs merged to release/8.0-preview4 branch",
"taskName": "[Milestone Assignments] Assign Milestone to PRs merged to release/8.0-preview5 branch",
"actions": [
{
"name": "removeMilestone",
Expand All @@ -3324,7 +3324,7 @@
{
"name": "addMilestone",
"parameters": {
"milestoneName": "8.0-preview4"
"milestoneName": "8.0-preview5"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AspNetCoreMajorVersion>8</AspNetCoreMajorVersion>
<AspNetCoreMinorVersion>0</AspNetCoreMinorVersion>
<AspNetCorePatchVersion>0</AspNetCorePatchVersion>
<PreReleaseVersionIteration>5</PreReleaseVersionIteration>
<PreReleaseVersionIteration>6</PreReleaseVersionIteration>
<ValidateBaseline>true</ValidateBaseline>
<!--
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
Expand Down

0 comments on commit ecc1791

Please sign in to comment.