Skip to content

Bump release patch version to 13.4.2 - #17876

Merged
Jose Perez Rodriguez (joperezr) merged 1 commit into
release/13.4from
danegsta/patch-version-bump
Jun 3, 2026
Merged

Bump release patch version to 13.4.2#17876
Jose Perez Rodriguez (joperezr) merged 1 commit into
release/13.4from
danegsta/patch-version-bump

Conversation

@danegsta

Copy link
Copy Markdown
Member

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 PatchVersion in eng/Versions.props; the derived VersionPrefix now resolves to 13.4.2.

Validation:

dotnet msbuild eng/Versions.props -nologo -getProperty:VersionPrefix
13.4.2

Fixes # (issue)

Checklist

  • Is this feature complete?
    • Yes. Ready to ship.
    • No. Follow-up changes expected.
  • Are you including unit tests for the changes and scenario tests if relevant?
    • Yes
    • No
  • Did you add public API?
    • Yes
      • If yes, did you have an API Review for it?
        • Yes
        • No
      • Did you add <remarks /> and <code /> elements on your triple slash comments?
        • Yes
        • No
    • No
  • Does the change make any security assumptions or guarantees?
    • Yes
      • If yes, have you done a threat model and had a security review?
        • Yes
        • No
    • No
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@danegsta
David Negstad (danegsta) marked this pull request as ready for review June 3, 2026 18:19
Copilot AI review requested due to automatic review settings June 3, 2026 18:19
@github-actions

github-actions Bot commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

🚀 Dogfood this PR with:

⚠️ WARNING: Do not do this without first carefully reviewing the code of this PR to satisfy yourself it is safe.

curl -fsSL https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 17876

Or

  • Run remotely in PowerShell:
iex "& { $(irm https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 17876"

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 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.props to set <PatchVersion>2</PatchVersion>, resulting in VersionPrefix resolving to 13.4.2.
@joperezr
Jose Perez Rodriguez (joperezr) merged commit d7d0b67 into release/13.4 Jun 3, 2026
308 of 309 checks passed
@joperezr
Jose Perez Rodriguez (joperezr) deleted the danegsta/patch-version-bump branch June 3, 2026 18:35
@github-actions github-actions Bot added this to the 13.4.x milestone Jun 3, 2026
@microsoft-github-policy-service microsoft-github-policy-service Bot removed this from the 13.4.x milestone Jun 3, 2026
@aspire-repo-bot

Copy link
Copy Markdown
Contributor

✅ No documentation update needed.

docs_optional → build_or_ci_only

No signals triggered (signal_count = 0). The single changed file is eng/Versions.props, which bumps PatchVersion from 13.4.1 to 13.4.2. This is a pure internal build-version bump with no new public API, no CLI changes, no integration changes, and no user-visible behavior change. All changed files match the eng/ build config allowlist category.

@github-actions github-actions Bot locked and limited conversation to collaborators Jul 4, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

3 participants