Skip to content

Commit e0ac569

Browse files
authored
Update Pre-Release Iteration and Resource Management Milestone to 10.0 Preview4 (#13157)
## Proposed changes - Update Pre-Release Iteration and Resource Management Milestone to 10.0 Preview4 ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/dotnet/winforms/pull/13157)
2 parents 101a794 + 50fd714 commit e0ac569

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/policies/resourceManagement.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ configuration:
194194
isRegex: False
195195
then:
196196
- addMilestone:
197-
milestone: 10.0 Preview3
197+
milestone: 10.0 Preview4
198198
description: Apply milestone to PRs on the main branch
199199
triggerOnOwnActions: true
200200
- if:

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PatchVersion>0</PatchVersion>
77
<!-- version in our package name #.#.#-below.#####.## -->
88
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
9-
<PreReleaseVersionIteration>3</PreReleaseVersionIteration>
9+
<PreReleaseVersionIteration>4</PreReleaseVersionIteration>
1010
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
1111
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
1212
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>

0 commit comments

Comments
 (0)