sdk
sdk copied to clipboard
Missing tag for v8.0.201
Apologies if I'm misunderstanding something, but shouldn't there be a tag here for v8.0.201
? I'm trying to track down the corresponding source. There seem to be tags for all other recent releases.
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.
@rbhanda the release automation should make tags, right? Did that not happen for 201 because it was a hot fix patch?
dotnet --info
shows:
.NET SDK:
Version: 8.0.201
Commit: 4c2d78f037
Workload version: 8.0.200-manifests.5638171e
Commit 4c2d78f037
is in the dotnet/installer repository. https://github.com/dotnet/installer/blob/4c2d78f037bf18794d8c48fe1e603af314b84370/eng/Version.Details.xml#L96-L100 points to commit af4967de46a87229c49f6d567028791c4c4683d0 in dotnet/sdk. That also matches AssemblyInformationalVersionAttribute "8.0.200-rtm.24069.18+af4967de46a87229c49f6d567028791c4c4683d0" in dotnet.dll.
So, I think the tags should be:
-
v8.0.201
in dotnet/sdk: https://github.com/dotnet/sdk/commit/af4967de46a87229c49f6d567028791c4c4683d0, but this commit already has the tagv8.0.200
. Did the existing tag preventv8.0.201
from being tagged? -
v8.0.201
in dotnet/installer: https://github.com/dotnet/installer/commit/4c2d78f037bf18794d8c48fe1e603af314b84370. The diff fromv8.0.200
to this, https://github.com/dotnet/installer/compare/v8.0.200...4c2d78f037bf18794d8c48fe1e603af314b84370 seems have MAUI and Xamarin changes only, which matches what the 8.0.201 release notes say.
I guess things will be easier to understand in .NET SDK 9 after the dotnet/installer repository is merged to dotnet/sdk (https://github.com/dotnet/sdk/issues/24415).
Hello, Is this still an issue? There was no commit in dotnet/sdk for .NET 8.0.201 release hence there is no corresponding tag to it
I think this is closable now @rbhanda - for .NET 9 things should be easier to see for external users because installer-only changes like this will also be in the SDK repo from a tagging perspective.