-
Notifications
You must be signed in to change notification settings - Fork 769
Bump patch version from 13.0.1 to 13.0.2 #13324
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]>
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 13324Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 13324" |
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 performs a servicing version bump from 13.0.1 to 13.0.2 on the release/13.0 branch, following the established pattern from PR #13167. The changes are mechanical and consistent across all affected files.
Key Changes
- Updated the core patch version property from 1 to 2
- Updated 70 Aspire package version references in test configuration
- Updated SDK version references in test targets
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/Versions.props | Updated PatchVersion from 1 to 2 to set the base version for the repository |
| tests/Shared/RepoTesting/Aspire.RepoTesting.targets | Updated two Aspire.AppHost.Sdk version references from 13.0.1 to 13.0.2 for out-of-repo test execution |
| tests/Shared/RepoTesting/Directory.Packages.Helix.props | Updated 70 Aspire package versions from 13.0.1 to 13.0.2 for Helix test execution |
Description
Servicing version bump from 13.0.1 to 13.0.2 on the release/13.0 branch, mirroring the pattern from PR #13167.
Changes
PatchVersion1 → 2Checklist
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.