sdk icon indicating copy to clipboard operation
sdk copied to clipboard

Missing tag for v8.0.201

Open corngood opened this issue 11 months ago • 2 comments

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.

corngood avatar Mar 03 '24 23:03 corngood

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?

baronfel avatar Mar 03 '24 23:03 baronfel

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:

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).

KalleOlaviNiemitalo avatar Mar 09 '24 19:03 KalleOlaviNiemitalo

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

rbhanda avatar Apr 02 '24 20:04 rbhanda

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.

baronfel avatar Apr 02 '24 20:04 baronfel