diff --git a/INTERNAL.md b/INTERNAL.md index 80cb2648ab3..2d91080f4a6 100644 --- a/INTERNAL.md +++ b/INTERNAL.md @@ -68,7 +68,7 @@ Uploads the final `FSharp.Compiler.Service` package from the specified build to branch can be selected. This should only be run when we're fairly certain that the package is complete. [FCS (Preview NuGet Release)](https://dev.azure.com/dnceng/internal/_release?view=mine&_a=releases&definitionId=98). -Uploads the preview `FSharp.Compiler.Service.*-beta.*` package from the specified build to NuGet. Only builds from the +Uploads the preview `FSharp.Compiler.Service.*-preview.*` package from the specified build to NuGet. Only builds from the `main` branch can be selected. This can be run whenever we think we're ready to preview a new FCS build. [Nightly VSIX (main) uploader](https://dev.azure.com/dnceng/internal/_release?_a=releases&definitionId=70). Uploads diff --git a/eng/Versions.props b/eng/Versions.props index e6b96add8bc..c80ce227ee3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -15,7 +15,7 @@ 5 0 - 1 + 0 0 $(FSMajorVersion).$(FSMinorVersion) @@ -27,9 +27,9 @@ $(FSMajorVersion).$(FSMinorVersion).$(FSBuildVersion) $(FSMajorVersion).$(FSMinorVersion).0.0 - 38 + 39 0 - 1 + 0 $(FSRevisionVersion) $(FCSMajorVersion).$(FCSMinorVersion).$(FCSBuildVersion) $(FCSMajorVersion)$(FCSMinorVersion)$(FCSBuildVersion) diff --git a/src/fsharp/FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj b/src/fsharp/FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj index a579ff2ca07..b780cb488d9 100644 --- a/src/fsharp/FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj +++ b/src/fsharp/FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj @@ -22,6 +22,7 @@ The F# Compiler Services package For F# $(FSLanguageVersion) exposes additional functionality for implementing F# language bindings, additional tools based on the compiler or refactoring tools. The package also includes F# interactive service that can be used for embedding F# scripting into your applications. Contains code from the F# Software Foundation. https://github.com/dotnet/fsharp/blob/main/release-notes.md#FSharp-Compiler-Service-$(FSharpCompilerServiceReleaseNotesVersion) F#, fsharp, interactive, compiler, editor + preview $(MSBuildThisFileDirectory)logo.png