-
Notifications
You must be signed in to change notification settings - Fork 763
Update Aspire branding from 13.0 to 13.1 #12527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: joperezr <[email protected]>
Co-authored-by: joperezr <[email protected]>
|
🚀 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
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.