From 71029be89c4c015c0e3becc97b05147e7e881b4d Mon Sep 17 00:00:00 2001 From: "Matt Mitchell (.NET)" Date: Wed, 18 Jun 2025 14:09:49 -0700 Subject: [PATCH] Include FSharp pre-release packages in the SDK transport package - Enable the SDK to publish the stable-preview packages - Add a pre-release iteration so that previews can be differentiated. - Remove the version substitution in the shims project. There was no replacement happening. --- eng/Versions.props | 3 ++- .../Microsoft.FSharp.Compiler.fsproj | 2 ++ .../Microsoft.FSharp.Compiler.nuspec | 2 ++ vsintegration/shims/shims.csproj | 7 +------ 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 34e62fdd415..4302af0f778 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -10,6 +10,7 @@ beta + 1 10 @@ -40,7 +41,7 @@ 9.0.300 - $(FSCorePackageVersionValue)-$(PreReleaseVersionLabel).* + $(FSCorePackageVersionValue)-$(PreReleaseVersionLabel).$(PreReleaseVersionIteration).* 14 diff --git a/src/Microsoft.FSharp.Compiler/Microsoft.FSharp.Compiler.fsproj b/src/Microsoft.FSharp.Compiler/Microsoft.FSharp.Compiler.fsproj index 6acddc6b86a..13570594568 100644 --- a/src/Microsoft.FSharp.Compiler/Microsoft.FSharp.Compiler.fsproj +++ b/src/Microsoft.FSharp.Compiler/Microsoft.FSharp.Compiler.fsproj @@ -79,6 +79,8 @@ + + diff --git a/src/Microsoft.FSharp.Compiler/Microsoft.FSharp.Compiler.nuspec b/src/Microsoft.FSharp.Compiler/Microsoft.FSharp.Compiler.nuspec index 4322ee7d965..23981485779 100644 --- a/src/Microsoft.FSharp.Compiler/Microsoft.FSharp.Compiler.nuspec +++ b/src/Microsoft.FSharp.Compiler/Microsoft.FSharp.Compiler.nuspec @@ -60,9 +60,11 @@ + + diff --git a/vsintegration/shims/shims.csproj b/vsintegration/shims/shims.csproj index 9156bdecadc..312acec084e 100644 --- a/vsintegration/shims/shims.csproj +++ b/vsintegration/shims/shims.csproj @@ -10,12 +10,7 @@ - - - Microsoft.FSharp.ShimHelpers.props - {{FSharpCorePreviewPackageVersionValue}} - $(FSharpCorePreviewPackageVersionValue) - +