Bump patch version from 13.0.0 to 13.0.1#13167
Merged
joperezr merged 2 commits intorelease/13.0from Nov 24, 2025
Merged
Conversation
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
joperezr
approved these changes
Nov 24, 2025
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 |
eerhardt
approved these changes
Nov 24, 2025
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.