Bump patch version from 13.0.1 to 13.0.2#13324
Merged
joperezr merged 2 commits intorelease/13.0from Dec 4, 2025
Merged
Conversation
Co-authored-by: joperezr <13854455+joperezr@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update patch version to 13.0.2
Bump patch version from 13.0.1 to 13.0.2
Dec 4, 2025
Contributor
|
🚀 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" |
joperezr
approved these changes
Dec 4, 2025
Contributor
There was a problem hiding this comment.
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 |
This was referenced Dec 4, 2025
Merged
This was referenced Dec 31, 2025
Closed
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.
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.