Bump patch version from 13.2.0 to 13.2.1#15555
Merged
joperezr merged 1 commit intorelease/13.2from Mar 24, 2026
Merged
Conversation
Co-authored-by: joperezr <13854455+joperezr@users.noreply.github.com> Agent-Logs-Url: https://github.com/microsoft/aspire/sessions/6a2f1f41-1660-4e0c-8d21-9fb0061809aa
Copilot created this pull request from a session on behalf of
joperezr
March 24, 2026 22:55
View session
joperezr
approved these changes
Mar 24, 2026
Contributor
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 15555Or
iex "& { $(irm https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 15555" |
Contributor
There was a problem hiding this comment.
Pull request overview
Ports the patch-version bump to release/13.2, aligning repo branding/versioning and Helix/out-of-repo test package references to 13.2.1.
Changes:
- Bump repo
PatchVersionfrom0→1(yielding13.2.1). - Update Helix/out-of-repo test SDK imports to
Aspire.AppHost.Sdk13.2.1. - Update hardcoded Aspire package versions used by Helix/out-of-repo testing from
13.2.0→13.2.1.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/Versions.props | Updates the repo patch version to 13.2.1. |
| tests/Shared/RepoTesting/Aspire.RepoTesting.targets | Bumps Aspire.AppHost.Sdk import versions used when tests run outside the repo. |
| tests/Shared/RepoTesting/Directory.Packages.Helix.props | Updates pinned Aspire package versions used by Helix/out-of-repo tests to 13.2.1. |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Port of #14699 to
release/13.2. Bumps branding and patch version to 13.2.1.eng/Versions.props:PatchVersion0 → 1tests/Shared/RepoTesting/Aspire.RepoTesting.targets:Aspire.AppHost.Sdkversion 13.2.0 → 13.2.1tests/Shared/RepoTesting/Directory.Packages.Helix.props: All hardcoded Aspire package versions 13.2.0 → 13.2.1Checklist