-
Notifications
You must be signed in to change notification settings - Fork 745
Bump patch version from 13.0.0 to 13.0.1 #13167
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 <13854455+joperezr@users.noreply.github.com>
|
🚀 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" |
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.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 |
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.