Bump main to 18.8.0 after vs18.7 snap#13657
Open
SimaTian wants to merge 1 commit intodotnet:mainfrom
Open
Conversation
Update VersionPrefix to 18.8.0 and PackageValidationBaselineVersion to the latest 18.7.0 preview (matches the version inserted into VS via DevDiv/VS#733906) following the snap of vs18.7. Tracking: dotnet#13639 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
53 tasks
Contributor
There was a problem hiding this comment.
Pull request overview
Updates MSBuild’s main branch branding/versioning metadata after the vs18.7 snap, aligning main with the next VS release train (18.8).
Changes:
- Bump
VersionPrefixfrom18.7.0to18.8.0. - Update
PackageValidationBaselineVersionfrom18.6.0-preview-26180-08to18.7.0-preview-26229-01.
| <VersionPrefix>18.8.0</VersionPrefix> | ||
| <PreReleaseVersionLabel>preview</PreReleaseVersionLabel> | ||
| <PackageValidationBaselineVersion>18.6.0-preview-26180-08</PackageValidationBaselineVersion> | ||
| <PackageValidationBaselineVersion>18.7.0-preview-26229-01</PackageValidationBaselineVersion> |
Member
There was a problem hiding this comment.
are you sure this is the version we're inserting today?
and it's right that we can update the checklist/skill to be accurate in this
Contributor
There was a problem hiding this comment.
Version Bump Review — ✅ Looks Good
Routine post-branch-snap version bump for main after the vs18.7 release branch was cut.
Changes verified:
| Property | Old | New | Assessment |
|---|---|---|---|
VersionPrefix |
18.7.0 |
18.8.0 |
✅ Correct minor version increment |
PackageValidationBaselineVersion |
18.6.0-preview-26180-08 |
18.7.0-preview-26229-01 |
✅ Correctly updated to track the now-snapped 18.7 preview build |
AssemblyVersion |
15.1.0.0 |
15.1.0.0 |
✅ Unchanged — stable per MSBuild binary compat convention |
Checklist:
- ✅ Only
eng/Versions.propsmodified — no unrelated changes - ✅ Minor version bump follows the established
18.N.0pattern - ✅ Baseline version points to the previous release's preview build (18.7.0-preview), which is the correct anchor for package API compatibility validation
- ✅
AssemblyVersionremains pinned at15.1.0.0(never changes — required for binary backward compatibility) - ✅ No breaking change concerns — this is infrastructure versioning only
Note
🔒 Integrity filter blocked 2 items
The following items were blocked because they don't meet the GitHub integrity level.
- #13657
pull_request_read: has lower integrity than agent requires. The agent cannot read data with integrity below "approved". - #13657
pull_request_read: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
To allow these resources, lower min-integrity in your GitHub frontmatter:
tools:
github:
min-integrity: approved # merged | approved | unapproved | noneGenerated by Expert Code Review (on open) for issue #13657 · ● 1.3M
Member
Author
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
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.
Phase 2 of the 18.7 release checklist: bump
mainto 18.8 now thatvs18.7has been snapped.Changes
VersionPrefix:18.7.0→18.8.0PackageValidationBaselineVersion:18.6.0-preview-26180-08→18.7.0-preview-26229-01f215cd0f), matching the prior pattern used in Bump main to 18.7, add vs18.6 to merge flow #13472 (which set baseline to the latest 18.6 preview at the time of snap).Notes
CompatibilitySuppressions.xmlfiles: not updated here. If ApiCompat fails CI, rundotnet pack MSBuild.Dev.slnf /p:ApiCompatGenerateSuppressionFile=trueto regenerate.azure-pipelines/vs-insertion.yml: noAutoInsertTargetBranchfield on this version — no change needed for the main bump.azure-pipelines/vs-insertion-experimental.yml: already hasmain/rel/insiders/rel/stable— no change needed.Tracks #13639.