Skip to content

Commit bb61d99

Browse files
authored
Update branding to preview7 (#62364)
* Update branding to preview7 * Update resourceManagement.yml
1 parent 426dc1f commit bb61d99

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
@@ -380,18 +380,18 @@ configuration:
380380
branch: main
381381
then:
382382
- addMilestone:
383-
milestone: 10.0-preview6
383+
milestone: 10.0-preview7
384384
description: '[Milestone Assignments] Assign Milestone to PRs merged to the `main` branch'
385385
- if:
386386
- payloadType: Pull_Request
387387
- isAction:
388388
action: Closed
389389
- targetsBranch:
390-
branch: release/10.0-preview5
390+
branch: release/10.0-preview6
391391
then:
392392
- removeMilestone
393393
- addMilestone:
394-
milestone: 10.0-preview5
394+
milestone: 10.0-preview6
395395
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/10.0-preview1 branch'
396396
- if:
397397
- 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>6</PreReleaseVersionIteration>
12+
<PreReleaseVersionIteration>7</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)