Skip to content

Commit e5e94a1

Browse files
authored
Update branding to preview7 (#56352)
* Update branding to preview7 * Update resourceManagement.yml
1 parent b6fed08 commit e5e94a1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/policies/resourceManagement.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -497,19 +497,19 @@ configuration:
497497
branch: main
498498
then:
499499
- addMilestone:
500-
milestone: 9.0-preview6
500+
milestone: 9.0-preview7
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-preview5
507+
branch: release/9.0-preview6
508508
then:
509509
- removeMilestone
510510
- addMilestone:
511-
milestone: 9.0-preview5
512-
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/9.0-preview5 branch'
511+
milestone: 9.0-preview6
512+
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/9.0-preview6 branch'
513513
- if:
514514
- payloadType: Issues
515515
- isAction:

eng/Versions.props

+1-1
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>6</PreReleaseVersionIteration>
12+
<PreReleaseVersionIteration>7</PreReleaseVersionIteration>
1313
<ValidateBaseline>true</ValidateBaseline>
1414
<IdentityModelVersion Condition="'$(IsIdentityModelTestJob)' != 'true'">8.0.0-preview1</IdentityModelVersion>
1515
<IdentityModelVersion Condition="'$(IsIdentityModelTestJob)' == 'true'">*-*</IdentityModelVersion>

0 commit comments

Comments
 (0)