Bump release patch version to 13.4.2#17876
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 17876Or
iex "& { $(irm https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 17876" |
There was a problem hiding this comment.
Pull request overview
This PR bumps the repo’s patch version on the 13.4 release line from 13.4.1 to 13.4.2 by updating the central PatchVersion property so builds produce 13.4.2 artifacts.
Changes:
- Update
eng/Versions.propsto set<PatchVersion>2</PatchVersion>, resulting inVersionPrefixresolving to13.4.2.
|
✅ No documentation update needed. docs_optional → No signals triggered (signal_count = 0). The single changed file is |
Description
Bumps the release branch patch version from 13.4.1 to 13.4.2 so the next release build produces 13.4.2 artifacts. This updates the central
PatchVersionineng/Versions.props; the derivedVersionPrefixnow resolves to13.4.2.Validation:
Fixes # (issue)
Checklist
<remarks />and<code />elements on your triple slash comments?