Skip to content

Commit a379c1e

Browse files
authored
Update branding to preview4 (#54630)
* Update branding to preview4 * Update resourceManagement.yml
1 parent dc4d4cd commit a379c1e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/policies/resourceManagement.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -497,19 +497,19 @@ configuration:
497497
branch: main
498498
then:
499499
- addMilestone:
500-
milestone: 9.0-preview3
500+
milestone: 9.0-preview4
501501
description: '[Milestone Assignments] Assign Milestone to PRs merged to the `main` branch'
502502
- if:
503503
- payloadType: Pull_Request
504504
- isAction:
505505
action: Closed
506506
- targetsBranch:
507-
branch: release/9.0-preview2
507+
branch: release/9.0-preview3
508508
then:
509509
- removeMilestone
510510
- addMilestone:
511-
milestone: 9.0-preview2
512-
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/9.0-preview2 branch'
511+
milestone: 9.0-preview3
512+
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/9.0-preview3 branch'
513513
- if:
514514
- payloadType: Issues
515515
- isAction:

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AspNetCoreMajorVersion>9</AspNetCoreMajorVersion>
1010
<AspNetCoreMinorVersion>0</AspNetCoreMinorVersion>
1111
<AspNetCorePatchVersion>0</AspNetCorePatchVersion>
12-
<PreReleaseVersionIteration>3</PreReleaseVersionIteration>
12+
<PreReleaseVersionIteration>4</PreReleaseVersionIteration>
1313
<ValidateBaseline>true</ValidateBaseline>
1414
<IdentityModelVersion>7.1.2</IdentityModelVersion>
1515
<!--

0 commit comments

Comments
 (0)