-
Notifications
You must be signed in to change notification settings - Fork 5.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
Update .NET Core versioning topic for 2.1 #4352
Comments
Thanks for your feedback @jmathew. This has changed again and the version topic needs to be updated. @KathleenDollard, do we have the new versioning proposal in a public repo already? |
Thanks @KathleenDollard. I was looking for that content in the folders and not in the form of a PR. Now, the SDK and runtime versions are not unified and are not matching the first and second positions. I'll add a quick note for now to this topic to explain this is not valid anymore for 2.1 SDK. But I'm not sure how to explain this interim version that is not unified but also doesn't reflect the long-term plan. |
@mairaw I want to be sure I understand your comment: 2.0.x / 2.0.x easy to talk about It would help if we had a common way to explain that interim. The truth is we thought we could do semantic versioning for runtime and SDK independently because we release independently. That failed because of use of .NET Core 2.1 in too many places (failing to distinguish runtime and SDK). Since it failed, we developed the new version. |
Yes, that's exactly what I meant. That disruption in the interim is hard to explain. |
Can you find a way to explain that we recognized that it wasn't working? |
Are you looking for the older proposal that said we were doing semantic versioning that explains the version numbers explained here? I can look for that if it helps. This interim version was a committed strategy, we just realized we were committed to the wrong strategy. |
@KathleenDollard could you help us with this work item? I'm happy to help you with the doc process and how everything works. |
@mairaw I am working on this. That topic is massively overloaded. I'm setting a meeting with you about what we drop and what we make a different topic. The core info on the version is ready for review, but I want to discuss before I do the PR. |
This article suggests that the runtime and the SDK would share the same version number starting from net core 2.0:
https://docs.microsoft.com/en-us/dotnet/core/versions/
However if you go to the downloads page you can clearly see separate versions.
I believe this needs some clarification.
The text was updated successfully, but these errors were encountered: