Skip to content

Commit 7c7f56f

Browse files
authored
Update branding to preview5 (#61624)
* Update branding to preview5 * Update resourceManagement.yml
1 parent 585ca02 commit 7c7f56f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/policies/resourceManagement.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -378,18 +378,18 @@ configuration:
378378
branch: main
379379
then:
380380
- addMilestone:
381-
milestone: 10.0-preview4
381+
milestone: 10.0-preview5
382382
description: '[Milestone Assignments] Assign Milestone to PRs merged to the `main` branch'
383383
- if:
384384
- payloadType: Pull_Request
385385
- isAction:
386386
action: Closed
387387
- targetsBranch:
388-
branch: release/10.0-preview3
388+
branch: release/10.0-preview4
389389
then:
390390
- removeMilestone
391391
- addMilestone:
392-
milestone: 10.0-preview3
392+
milestone: 10.0-preview4
393393
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/10.0-preview1 branch'
394394
- if:
395395
- payloadType: Issues

eng/Versions.props

+1-1
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>4</PreReleaseVersionIteration>
12+
<PreReleaseVersionIteration>5</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)