Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 2 additions & 13 deletions .github/releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
],
"unsupported": [
"8.0",
"7.3",
"6.3"
],
"releases": {
Expand All @@ -35,16 +34,6 @@
],
"outOfSupportDate": "2025-05-11T00:00:00.000Z"
},
"7.3": {
"tag": "v7.3.4",
"minorReleaseDate": "2023-08-08T00:00:00.000Z",
"patchReleaseDate": "2024-05-14T00:00:00.000Z",
"supportedFrameworks": [
"net6.0",
"net7.0"
],
"outOfSupportDate": "2024-05-14T00:00:00.000Z"
},
"9.0": {
"tag": "v9.0.3",
"minorReleaseDate": "2024-11-12T00:00:00.000Z",
Expand All @@ -54,9 +43,9 @@
]
},
"8.1": {
"tag": "v8.1.0",
"tag": "v8.1.1",
"minorReleaseDate": "2025-02-11T00:00:00.000Z",
"patchReleaseDate": "2025-02-11T00:00:00.000Z",
"patchReleaseDate": "2025-05-14T00:00:00.000Z",
"supportedFrameworks": [
"net8.0"
]
Expand Down
3 changes: 1 addition & 2 deletions documentation/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@
| Version | Original Release Date | Latest Patch Version | Patch Release Date | End of Support | Runtime Frameworks |
| --- | --- | --- | --- | --- | --- |
| 9.0 | November 12, 2024 | [9.0.3](https://github.com/dotnet/dotnet-monitor/releases/tag/v9.0.3) | May 13, 2025 | | net9.0 |
| 8.1 | February 11, 2025 | [8.1.0](https://github.com/dotnet/dotnet-monitor/releases/tag/v8.1.0) | February 11, 2025 | | net8.0 |
| 8.1 | February 11, 2025 | [8.1.1](https://github.com/dotnet/dotnet-monitor/releases/tag/v8.1.1) | May 14, 2025 | | net8.0 |


## Out of support versions

| Version | Original Release Date | Latest Patch Version | Patch Release Date | End of Support | Runtime Frameworks |
| --- | --- | --- | --- | --- | --- |
| 8.0 | November 14, 2023 | [8.0.8](https://github.com/dotnet/dotnet-monitor/releases/tag/v8.0.8) | February 11, 2025 | May 11, 2025 | net8.0 |
| 7.3 | August 8, 2023 | [7.3.4](https://github.com/dotnet/dotnet-monitor/releases/tag/v7.3.4) | May 14, 2024 | May 14, 2024 | net6.0<br/>net7.0 |
| 6.3 | October 11, 2022 | [6.3.10](https://github.com/dotnet/dotnet-monitor/releases/tag/v6.3.10) | November 12, 2024 | November 12, 2024 | net6.0<br/>netcoreapp3.1 |


Expand Down