Increment patch version from 5 to 6#18343
Conversation
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 18343Or
iex "& { $(irm https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 18343" |
There was a problem hiding this comment.
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
PatchVersionfrom5to6.
Show a summary per file
| File | Description |
|---|---|
| eng/Versions.props | Bumps 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
|
Retrying the failed CI jobs for this pull request from the CI run attempt. The rerun is being tracked in the rerun attempt. |
|
Retrying the failed CI jobs for this pull request from the CI run attempt. The rerun is being tracked in the rerun attempt. |
|
✅ No documentation update needed. docs_optional → build_or_ci_only No triggered signals ( The single changed file is |
Patch version bump ahead of servicing.