Skip to content

Commit 9be000e

Browse files
SimaTianCopilotJanProvaznikOvesN
authored
Bump main to 18.8.0 after vs18.7 snap (#13657)
Phase 2 of the [18.7 release checklist](#13639): bump `main` to 18.8 now that `vs18.7` has been snapped. ### Changes - `VersionPrefix`: `18.7.0` → `18.8.0` - `PackageValidationBaselineVersion`: `18.6.0-preview-26180-08` → `18.7.0-preview-26230-02` - This is the 18.7 preview that was inserted into VS main via [DevDiv VS#733906](https://devdiv.visualstudio.com/DevDiv/_git/VS/pullrequest/734784) (msbuild commit `f215cd0f`), matching the prior pattern used in #13472 (which set baseline to the latest 18.6 preview at the time of snap). ### Notes - `CompatibilitySuppressions.xml` files: not updated here. If ApiCompat fails CI, run `dotnet pack MSBuild.Dev.slnf /p:ApiCompatGenerateSuppressionFile=true` to regenerate. - `azure-pipelines/vs-insertion.yml`: no `AutoInsertTargetBranch` field on this version — no change needed for the main bump. - `azure-pipelines/vs-insertion-experimental.yml`: already has `main`/`rel/insiders`/`rel/stable` — no change needed. Tracks #13639. --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Jan Provazník <janpro@janpro.dev> Co-authored-by: Veronika Ovsyannikova <150850103+OvesN@users.noreply.github.com>
1 parent 0bff674 commit 9be000e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<Import Project="Version.Details.props" />
44

55
<PropertyGroup>
6-
<VersionPrefix>18.7.0</VersionPrefix>
6+
<VersionPrefix>18.8.0</VersionPrefix>
77
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
8-
<PackageValidationBaselineVersion>18.6.0-preview-26180-08</PackageValidationBaselineVersion>
8+
<PackageValidationBaselineVersion>18.7.0-preview-26230-02</PackageValidationBaselineVersion>
99
<AssemblyVersion>15.1.0.0</AssemblyVersion>
1010

1111
<!-- differentiate experimental insertions to avoid package id conflicts,

0 commit comments

Comments
 (0)