Skip to content

Commit f33cfff

Browse files
Copilotjoperezr
andauthored
Update Aspire branding from 13.0 to 13.1 (#12527)
* Initial plan * Update Aspire branding from 13.0 to 13.1 - core files and templates Co-authored-by: joperezr <13854455+joperezr@users.noreply.github.com> * Update test constant for AspireVersionNext to 13.1 Co-authored-by: joperezr <13854455+joperezr@users.noreply.github.com> * Undo template changes --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: joperezr <13854455+joperezr@users.noreply.github.com> Co-authored-by: Jose Perez Rodriguez <joperezr@microsoft.com>
1 parent cadf510 commit f33cfff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/policies/milestoneAssignment.prClosed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ configuration:
1616
branch: main
1717
then:
1818
- addMilestone:
19-
milestone: 13.0
19+
milestone: 13.1
2020
description: '[Milestone Assignments] Assign Milestone to PRs merged to the `main` branch'
2121
- if:
2222
- payloadType: Pull_Request

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<!-- This repo version -->
44
<MajorVersion>13</MajorVersion>
5-
<MinorVersion>0</MinorVersion>
5+
<MinorVersion>1</MinorVersion>
66
<PatchVersion>0</PatchVersion>
77
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
88
<PreReleaseVersionLabel>preview.1</PreReleaseVersionLabel>

0 commit comments

Comments
 (0)