Bump main to 18.10.0 after vs18.9 snap - #14216
Merged
Merged
Conversation
Phase 3 of the 18.9 release (dotnet#14213). - VersionPrefix 18.9.0 -> 18.10.0 (vs18.9 was snapped from main; main now produces 18.10 previews). - PackageValidationBaselineVersion -> 18.9.0-preview-26330-01, the latest 18.9.0-preview build reachable from vs18.9 (branch-point main build 20260630.1 @ 0ac5599, published to the dotnet-tools feed). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
JanProvaznik
temporarily deployed
to
copilot-pat-pool
June 30, 2026 12:26 — with
GitHub Actions
Inactive
JanProvaznik
temporarily deployed
to
copilot-pat-pool
June 30, 2026 12:26 — with
GitHub Actions
Inactive
JanProvaznik
enabled auto-merge (squash)
June 30, 2026 12:26
70 tasks
ViktorHofer
approved these changes
Jun 30, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates main’s versioning properties after the vs18.9 branch snap so subsequent main builds are branded as the next (18.10) release line while maintaining a correct API-compat baseline for validation.
Changes:
- Bump
VersionPrefixfrom18.9.0to18.10.0onmain. - Update
PackageValidationBaselineVersionto18.9.0-preview-26330-01to align API-compat validation with the post-snap baseline described in the PR.
JanProvaznik
temporarily deployed
to
copilot-pat-pool
June 30, 2026 12:27 — with
GitHub Actions
Inactive
This was referenced Sep 10, 2026
Closed
This was referenced Sep 11, 2026
Merged
Closed
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 3 of the 18.9 release (#14213).
Bumps
mainto the next version now thatvs18.9has been snapped.VersionPrefix18.9.0→18.10.0PackageValidationBaselineVersion→18.9.0-preview-26330-0118.9.0-preview-NNNNN-NNbuild reachable fromvs18.9: the branch-pointmainbuild (official build pipeline 9434, run20260630.1, source0ac5599=merge-base(main, vs18.9)), published to the dotnet-tools feed.vs18.9had no successful pre-stabilization preview build (its only run failed), so per the release skill procedure we fall back to the branch-pointmainbuild. The later18.9.0-preview-26330-101was intentionally not used — it is a post-branchmainbuild carrying 18.10 content under 18.9 branding.3.3 If CI fails on API-compat, regenerate suppressions with
dotnet pack MSBuild.Dev.slnf /p:ApiCompatGenerateSuppressionFile=true(fix-up only).