Skip to content

Increment patch version from 5 to 6 - #18343

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

Increment patch version from 5 to 6#18343
Jose Perez Rodriguez (joperezr) merged 1 commit into
release/13.4from
joperezr-patch-1

Conversation

@joperezr

Copy link
Copy Markdown
Member

Patch version bump ahead of servicing.

CopilotAI review requested due to automatic review settings June 19, 2026 18:44
@github-actions

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 -- 18343

Or

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

CopilotAI 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 repository's patch version from 5 to 6 in eng/Versions.props ahead of a servicing release. The PatchVersion property feeds into VersionPrefix ($(MajorVersion).$(MinorVersion).$(PatchVersion)), so the increment propagates to the overall product version (13.4.6) used across the build.

Changes:

  • Increment PatchVersion from 5 to 6.
Show a summary per file
FileDescription
eng/Versions.propsBumps PatchVersion from 5 to 6, raising the repo version to 13.4.6 for servicing.

Copilot's findings

  • Files reviewed: 1/1 changed files
  • Comments generated: 0

@github-actions

Copy link
Copy Markdown
Contributor

Retrying the failed CI jobs for this pull request from the CI run attempt. The rerun is being tracked in the rerun attempt.

@github-actions

Copy link
Copy Markdown
Contributor

Retrying the failed CI jobs for this pull request from the CI run attempt. The rerun is being tracked in the rerun attempt.

@joperezr
Jose Perez Rodriguez (joperezr) merged commit 87fe259 into release/13.4Jun 19, 2026
931 of 939 checks passed
@joperezr
Jose Perez Rodriguez (joperezr) deleted the joperezr-patch-1 branch June 19, 2026 19:41
@github-actionsgithub-actionsBot added this to the 13.4.x milestone Jun 19, 2026
@microsoft-github-policy-servicemicrosoft-github-policy-serviceBot removed this from the 13.4.x milestone Jun 19, 2026
@aspire-repo-bot

Copy link
Copy Markdown
Contributor

✅ No documentation update needed.

docs_optional → build_or_ci_only

No triggered signals (signal_count == 0). The only_test_or_build_changes advisory signal is true.

The single changed file is eng/Versions.props, which falls under the eng/ directory — a build infrastructure file. The change increments PatchVersion from 5 to 6 (raising the version to 13.4.6 for servicing). This is a pure version bump with no new public APIs, CLI flags, configuration options, or user-visible behavior changes. No documentation update is required.

This was referenced Jul 17, 2026
@github-actionsgithub-actionsBot locked and limited conversation to collaborators Jul 20, 2026
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@joperezr