Skip to content

Commit 7ba32e7

Browse files
authored
Update branding to preview6 (#62040)
* Update branding to preview6 * Update resourceManagement.yml
1 parent 0b1c74a commit 7ba32e7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/policies/resourceManagement.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -382,18 +382,18 @@ configuration:
382382
branch: main
383383
then:
384384
- addMilestone:
385-
milestone: 10.0-preview5
385+
milestone: 10.0-preview6
386386
description: '[Milestone Assignments] Assign Milestone to PRs merged to the `main` branch'
387387
- if:
388388
- payloadType: Pull_Request
389389
- isAction:
390390
action: Closed
391391
- targetsBranch:
392-
branch: release/10.0-preview4
392+
branch: release/10.0-preview5
393393
then:
394394
- removeMilestone
395395
- addMilestone:
396-
milestone: 10.0-preview4
396+
milestone: 10.0-preview5
397397
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/10.0-preview1 branch'
398398
- if:
399399
- payloadType: Issues

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AspNetCoreMajorVersion>10</AspNetCoreMajorVersion>
1010
<AspNetCoreMinorVersion>0</AspNetCoreMinorVersion>
1111
<AspNetCorePatchVersion>0</AspNetCorePatchVersion>
12-
<PreReleaseVersionIteration>5</PreReleaseVersionIteration>
12+
<PreReleaseVersionIteration>6</PreReleaseVersionIteration>
1313
<ValidateBaseline>true</ValidateBaseline>
1414
<IdentityModelVersion Condition="'$(IsIdentityModelTestJob)' != 'true'">8.0.1</IdentityModelVersion>
1515
<IdentityModelVersion Condition="'$(IsIdentityModelTestJob)' == 'true'">*-*</IdentityModelVersion>

0 commit comments

Comments
 (0)