core
core copied to clipboard
Include runtime and SDK version in release table
It would be great if both runtime and SDK versions were listed in the release table. One would guess that we're still waiting on 9.0.200 stable but that's not the case.
I'm happy to write a tool to generate these tables.
Source: https://github.com/dotnet/core/blob/main/release-notes/9.0/README.md
@rbhanda @baronfel
@victorisr , let's include this improvement for the May releases.
@richlander , do you see this as possibly expanding the table to add the SDK versions for a given month? Something like:
| Date | Release | SDK |
|---|---|---|
| 2025/03/11 | 9.0.3 | 9.0.104, 9.0.201 |
| 2025/02/11 | 9.0.2 | 9.0.103, 9.0.200 |