dotnet / fsharp

The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio
https://dotnet.microsoft.com/languages/fsharp
MIT License
3.9k stars 783 forks source link

FCS Nightly / Prerelease #11285

Closed nojaf closed 3 years ago

nojaf commented 3 years ago

Hello, this might be an expectation problem on my end but the last preview NuGet package (on https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json) seems to date from last month.

image

Could I find a newer one somehow?

baronfel commented 3 years ago

I can verify this issue, something going wonky with the nightly build?

baronfel commented 3 years ago

Figured it out: main has 39.0.0 version tags in Version.props, which are behind the publiclly-published 39.0.2 versions on Nuget.

nojaf commented 3 years ago

Thanks Chet!

baronfel commented 3 years ago

@nojaf it might be good to keep this open and let the resolution be bumping the versions to 40.0.0 in main so that 40.x prereleases start getting made. What do you think?

nojaf commented 3 years ago

Good idea, would be easier to have a semantically correcter version.

cartermp commented 3 years ago

cc @KevinRansom

baronfel commented 3 years ago

This can be closed now that 40.0.0 nightlies are being made

KevinRansom commented 3 years ago

thanks mate.

baronfel commented 3 years ago

working like a charm now, thank you :)

image