Bump patch version from 13.0.0 to 13.0.1 - #13167
Merged
Jose Perez Rodriguez (joperezr) merged 2 commits intoNov 24, 2025
Merged
Conversation
Copilot started work on behalf of
Jose Perez Rodriguez (joperezr)
November 24, 2025 18:19
View session
Co-authored-by: joperezr <13854455+joperezr@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update servicing version from 13.0.0 to 13.0.1
Bump patch version from 13.0.0 to 13.0.1
Nov 24, 2025
Jose Perez Rodriguez (joperezr)
approved these changes
Nov 24, 2025
Jose Perez Rodriguez (joperezr)
marked this pull request as ready for review
November 24, 2025 18:57
Jose Perez Rodriguez (joperezr)
requested a review
from Ankit Jain (radical)
as a code owner
November 24, 2025 18:57
Jose Perez Rodriguez (joperezr)
requested a review
from Eric Erhardt (eerhardt)
as a code owner
November 24, 2025 18:57
Copilot started reviewing on behalf of
Jose Perez Rodriguez (joperezr)
November 24, 2025 18:58
View session
Contributor
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 13167Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 13167" |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR performs a servicing version bump from 13.0.0 to 13.0.1 on the release/13.0 branch, following the established pattern from PR #12139 which performed a similar bump for version 9.5.
Key Changes
- Incremented patch version from 0 to 1 in the build configuration
- Updated Aspire.AppHost.Sdk version references in test infrastructure
- Synchronized 67 Aspire package versions across the Helix test environment
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/Versions.props | Updates PatchVersion property from 0 to 1, establishing 13.0.1 as the new version |
| tests/Shared/RepoTesting/Aspire.RepoTesting.targets | Updates Aspire.AppHost.Sdk version from 13.0.0 to 13.0.1 in both Sdk.props and Sdk.targets imports for out-of-repo test execution |
| tests/Shared/RepoTesting/Directory.Packages.Helix.props | Updates 67 Aspire package version references from 13.0.0 to 13.0.1 while preserving $(PackageVersion) references for packages that should use the dynamically computed version |
Eric Erhardt (eerhardt)
approved these changes
Nov 24, 2025
Jose Perez Rodriguez (joperezr)
merged commit Nov 24, 2025
2b4b203
into
release/13.0
302 checks passed
Jose Perez Rodriguez (joperezr)
deleted the
copilot/bump-version-1301
branch
November 24, 2025 23:20
This was referenced Nov 26, 2025
Merged
Merged
This was referenced Dec 24, 2025
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.0 to 13.0.1 on the release/13.0 branch, mirroring the pattern from PR #12139 (9.5.1 → 9.5.2).
Changes
PatchVersion0 → 1Total: 3 files, 70 insertions(+), 70 deletions(-)
Checklist
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.