Please create a tag for 9.0.103 or withdraw 9.0.101
Hi all,
With the introduction of .NET 9.0.103/9.0.2, a tag was never created in https://github.com/dotnet/dotnet for .NET 9.0.103, but a tag was published for the core release, 9.0.2
This breaks anything dependent on semantic versioning, including vulnerability scanners, distributions packaging .NET that rely on semantic versioning for automating updates, etc
If you all could publish tags in https://github.com/dotnet/dotnet that respect prior versioning (i.e., 9.0.103, 9.0.104, etc) going forward, I would tremendously appreciate that. Either that, or pull the tag for 9.0.101 and only tag with the release of .NET core moving forward
Thank you!
FYI @ViktorHofer
@mmitche @MichaelSimons probably
The 9.0.101 release was an sdk only release which is why it is tagged differently. @EyeCantCU, can you give some background on what you are trying to accomplish. I am wondering if the releases.json will be of any help? I do think this tagging scheme will be changing in .NET 10 as part of the work to support multiple SDK feature bands.