Skip to content

Commit c77db37

Browse files
authored
VS Insertion pipeline update - main (#18548)
* VS Insertion pipeline update * fs version changed
1 parent 29bcaf1 commit c77db37

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ variables:
2929
# Should be 'current' release branch name, i.e. 'release/dev17.10' in dotnet/fsharp/refs/heads/main, 'release/dev17.10' in dotnet/fsharp/refs/heads/release/dev17.10 and 'release/dev17.9' in dotnet/fsharp/refs/heads/release/dev17.9
3030
# Should **never** be 'main' in dotnet/fsharp/refs/heads/main, since it will start inserting to VS twice.
3131
- name: FSharpReleaseBranchName
32-
value: release/dev17.14
32+
value: release/dev18.0
3333
# VS Insertion branch name (NOT the same as F# branch)
3434
# Should be previous release branch or 'main' in 'main' and 'main' in release branch
3535
# (since for all *new* release branches we insert into VS main and for all *previous* releases we insert into corresponding VS release),

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<PreReleaseVersionLabel>beta</PreReleaseVersionLabel>
1313
<!-- These have to be in sync with latest release branch -->
1414
<!-- F# Version components -->
15-
<FSMajorVersion>9</FSMajorVersion>
15+
<FSMajorVersion>10</FSMajorVersion>
1616
<FSMinorVersion>0</FSMinorVersion>
17-
<FSBuildVersion>300</FSBuildVersion>
17+
<FSBuildVersion>100</FSBuildVersion>
1818
<FSRevisionVersion>0</FSRevisionVersion>
1919
<!-- -->
2020
<!-- F# Language version -->
@@ -29,7 +29,7 @@
2929
<!-- -->
3030
<!-- FSharp.Compiler.Service version -->
3131
<FCSMajorVersion>43</FCSMajorVersion>
32-
<FCSMinorVersion>9</FCSMinorVersion>
32+
<FCSMinorVersion>10</FCSMinorVersion>
3333
<FCSBuildVersion>$(FSBuildVersion)</FCSBuildVersion>
3434
<FCSRevisionVersion>$(FSRevisionVersion)</FCSRevisionVersion>
3535
<FSharpCompilerServicePackageVersion>$(FCSMajorVersion).$(FCSMinorVersion).$(FCSBuildVersion)</FSharpCompilerServicePackageVersion>

0 commit comments

Comments
 (0)