Update Aspire branding from 13.0 to 13.1#12527
Merged
Conversation
Co-authored-by: joperezr <13854455+joperezr@users.noreply.github.com>
Co-authored-by: joperezr <13854455+joperezr@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update .NET Aspire branding from version 13.0 to 13.1
Update Aspire branding from 13.0 to 13.1
Oct 30, 2025
Contributor
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 12527Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 12527" |
|
Total execution time: 0.00 seconds |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates version numbers from 13.0 to 13.1 across the repository's versioning configuration and GitHub automation policies.
- Updates the minor version from 0 to 1 in the main versioning file
- Updates the GitHub milestone automation to assign merged PRs to the 13.1 milestone
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/Versions.props | Updates minor version from 0 to 1, changing version prefix from 13.0.0 to 13.1.0 |
| .github/policies/milestoneAssignment.prClosed.yml | Updates GitHub policy to assign merged PRs to milestone 13.1 instead of 13.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates version branding from 13.0 to 13.1 across templates, automation, and test fixtures. Template directory lifecycle (creating 13.1 content folders, locking 13.0) is intentionally deferred.
Changes
Version & Automation
eng/Versions.props: MinorVersion0→1(package versions now13.1.0-*).github/policies/milestoneAssignment.prClosed.yml: main branch milestone13.0→13.1Template Branding (8 templates)
13.0→13.1AspireVersionActual == 13.0→== 13.1AspireVersion == 13.0→== 13.1aspire-13.0-tfms→aspire-13.1-tfmsTest Fixtures
FallbackProjectParserTests.cs: SDK markers13.0.0→13.1.0NewUpAndBuildSupportProjectTemplatesTests.cs:AspireVersionNextconstant updatedPreserved by Design
./13.0(no 13.1 directories created)Build and template validation passing.
Original prompt
This pull request was created as a result of the following prompt from Copilot chat.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.