Skip to content

Commit 3a2c7ae

Browse files
authored
Merge branch 'release/dev18.0' into merge/main-to-release/dev18.0
2 parents 61d7213 + 4c9a512 commit 3a2c7ae

18 files changed

+12864
-12864
lines changed

NuGet.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<clear />
99
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
1010
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
11-
<add key="darc-pub-DotNet-msbuild-Trusted-7a09d5e" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-7a09d5ee/nuget/v3/index.json" />
1211
<!-- End: Package sources from DotNet-msbuild-Trusted -->
1312
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1413
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ 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),
3636
# i.e. 'rel/d17.9' *or* 'main' in dotnet/fsharp/refs/heads/main and 'main' in F# dotnet/fsharp/refs/heads/release/dev17.10 (latest release branch)
3737
- name: VSInsertionTargetBranchName
38-
value: main
38+
value: feature/d18initial
3939
- name: _TeamName
4040
value: FSharp
4141
- name: TeamName
@@ -88,7 +88,7 @@ extends:
8888
# Signed build #
8989
#-------------------------------------------------------------------------------------------------------------------#
9090
# Localization: we only run it for specific release branches
91-
- ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/release/dev17.14') }}:
91+
- ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/release/dev18.0') }}:
9292
- template: /eng/common/templates-official/job/onelocbuild.yml@self
9393
parameters:
9494
MirrorRepo: fsharp

eng/Version.Details.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="fsharp" Sha="721dc7a2a59416b21fc49447d264009d708d6000" BarId="265489" />
34
<ProductDependencies>
45
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="9.0.0-alpha.1.25223.3">
56
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>

eng/Versions.props

Lines changed: 8 additions & 8 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 -->
@@ -25,11 +25,11 @@
2525
<FSCorePackageVersionValue>$(FSMajorVersion).$(FSMinorVersion).$(FSBuildVersion)</FSCorePackageVersionValue>
2626
<FSCoreVersionPrefix>$(FSMajorVersion).$(FSMinorVersion).$(FSBuildVersion)</FSCoreVersionPrefix>
2727
<FSCoreVersion>$(FSMajorVersion).$(FSMinorVersion).0.0</FSCoreVersion>
28-
<FSCoreShippedVersion>9.0.0.0</FSCoreShippedVersion>
28+
<FSCoreShippedVersion>10.0.0.0</FSCoreShippedVersion>
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>
@@ -43,17 +43,17 @@
4343
<FSharpCorePreviewPackageVersionValue>$(FSCorePackageVersionValue)-$(PreReleaseVersionLabel).*</FSharpCorePreviewPackageVersionValue>
4444
<!-- -->
4545
<!-- FSharp tools for Visual Studio version number -->
46-
<FSToolsMajorVersion>13</FSToolsMajorVersion>
47-
<FSToolsMinorVersion>9</FSToolsMinorVersion>
46+
<FSToolsMajorVersion>14</FSToolsMajorVersion>
47+
<FSToolsMinorVersion>0</FSToolsMinorVersion>
4848
<FSToolsBuildVersion>$(FSBuildVersion)</FSToolsBuildVersion>
4949
<FSToolsRevisionVersion>$(FSRevisionVersion)</FSToolsRevisionVersion>
5050
<FSProductVersionPrefix>$(FSToolsMajorVersion).$(FSToolsMinorVersion).$(FSToolsBuildVersion)</FSProductVersionPrefix>
5151
<FSProductVersion>$(FSToolsMajorVersion).$(FSToolsMinorVersion).$(FSToolsBuildVersion).$(FSToolsRevisionVersion)</FSProductVersion>
5252
</PropertyGroup>
5353
<PropertyGroup>
5454
<!-- These have to be in sync with latest release branch -->
55-
<VSMajorVersion>17</VSMajorVersion>
56-
<VSMinorVersion>14</VSMinorVersion>
55+
<VSMajorVersion>18</VSMajorVersion>
56+
<VSMinorVersion>0</VSMinorVersion>
5757
<VSGeneralVersion>$(VSMajorVersion).0</VSGeneralVersion>
5858
<VSAssemblyVersionPrefix>$(VSMajorVersion).$(VSMinorVersion).0</VSAssemblyVersionPrefix>
5959
<VSAssemblyVersion>$(VSAssemblyVersionPrefix).0</VSAssemblyVersion>

0 commit comments

Comments
 (0)