-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please End the Version Confusion #1328
Comments
Some of this is being changed for upcoming versions of .Net Core, see dotnet/designs#29 and specifically this document. |
We have done the alignment of SDK and Core and done work to enable enumeration of whats installed and in view of the SDK and runtime. @laktak, do you have any feedback based on the planned results here? If not, we can probably close this issue because this is already and area that is tracked in other issues. |
@Petermarcu the document does not mention it but the preview labels are gone? How are beta's versioned? Will Do you know when will this be implemented? |
This is all being implemented in the .NET Core 2.1.300 SDK. |
Issue moved to dotnet/core-setup #3816 via ZenHub |
I just encountered a bug that appears to be fixed in 2.1 - I only wanted to verify what version of dotnet core I'm using and to check what's the latest version.
My
dotnet --version
says2.1.4
but then I found your incredibly confusing release notes:So
2.0.1-Preview1
comes after2.0.5
? And SDK2.0.1-Preview1
comes after2.1.4
? So I probably have2.0.5
?You said you wanted to simplify this (but that was a few months ago) - so here are some suggestions:
The text was updated successfully, but these errors were encountered: