Bump branding version to 13.2.4#16436
Merged
joperezr merged 1 commit intorelease/13.2from Apr 24, 2026
Merged
Conversation
Agent-Logs-Url: https://github.com/microsoft/aspire/sessions/c6825566-596f-4eb1-a2d5-062238ac65e4 Co-authored-by: joperezr <13854455+joperezr@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
joperezr
April 24, 2026 16:59
View session
joperezr
approved these changes
Apr 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 -- 16436Or
iex "& { $(irm https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 16436" |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repo’s servicing/branding version to 13.2.4 on the release/13.2 branch so that build/test infrastructure (including out-of-repo/Helix testing) consumes the new patch version consistently.
Changes:
- Bump
PatchVersionfrom 3 → 4 to produceVersionPrefix13.2.4. - Update out-of-repo AppHost SDK imports to 13.2.4.
- Update hardcoded Aspire package versions used for Helix/out-of-repo tests to 13.2.4.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/Versions.props | Bumps repo patch version to 13.2.4 (drives VersionPrefix). |
| tests/Shared/RepoTesting/Aspire.RepoTesting.targets | Updates Aspire.AppHost.Sdk Sdk.props/Sdk.targets import versions to 13.2.4 for out-of-repo test builds. |
| tests/Shared/RepoTesting/Directory.Packages.Helix.props | Updates all hardcoded Aspire package versions used in Helix/out-of-repo tests to 13.2.4. |
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
Bump branding version from 13.2.3 to 13.2.4 for the next servicing release on the
release/13.2branch.This mirrors the same pattern used for the 13.2.3 branding bump (commit 7679ab7). Changes:
eng/Versions.props: PatchVersion 3 → 4tests/Shared/RepoTesting/Aspire.RepoTesting.targets: Aspire.AppHost.Sdk Version 13.2.3 → 13.2.4 (two references)tests/Shared/RepoTesting/Directory.Packages.Helix.props: All hardcoded package versions 13.2.3 → 13.2.4Checklist
<remarks />and<code />elements on your triple slash comments?aspire.devissue: