Skip to content

Commit 66fa8c5

Browse files
Register v8.1.1 release information (#8242)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 11378f9 commit 66fa8c5

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

.github/releases.json

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
],
1313
"unsupported": [
1414
"8.0",
15-
"7.3",
1615
"6.3"
1716
],
1817
"releases": {
@@ -35,16 +34,6 @@
3534
],
3635
"outOfSupportDate": "2025-05-11T00:00:00.000Z"
3736
},
38-
"7.3": {
39-
"tag": "v7.3.4",
40-
"minorReleaseDate": "2023-08-08T00:00:00.000Z",
41-
"patchReleaseDate": "2024-05-14T00:00:00.000Z",
42-
"supportedFrameworks": [
43-
"net6.0",
44-
"net7.0"
45-
],
46-
"outOfSupportDate": "2024-05-14T00:00:00.000Z"
47-
},
4837
"9.0": {
4938
"tag": "v9.0.3",
5039
"minorReleaseDate": "2024-11-12T00:00:00.000Z",
@@ -54,9 +43,9 @@
5443
]
5544
},
5645
"8.1": {
57-
"tag": "v8.1.0",
46+
"tag": "v8.1.1",
5847
"minorReleaseDate": "2025-02-11T00:00:00.000Z",
59-
"patchReleaseDate": "2025-02-11T00:00:00.000Z",
48+
"patchReleaseDate": "2025-05-14T00:00:00.000Z",
6049
"supportedFrameworks": [
6150
"net8.0"
6251
]

documentation/releases.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@
55
| Version | Original Release Date | Latest Patch Version | Patch Release Date | End of Support | Runtime Frameworks |
66
| --- | --- | --- | --- | --- | --- |
77
| 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-
| 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+
| 8.1 | February 11, 2025 | [8.1.1](https://github.com/dotnet/dotnet-monitor/releases/tag/v8.1.1) | May 14, 2025 | | net8.0 |
99

1010

1111
## Out of support versions
1212

1313
| Version | Original Release Date | Latest Patch Version | Patch Release Date | End of Support | Runtime Frameworks |
1414
| --- | --- | --- | --- | --- | --- |
1515
| 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 |
16-
| 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 |
1716
| 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 |
1817

1918

0 commit comments

Comments
 (0)