Skip to content

Commit 11378f9

Browse files
Register new release information (#8241)
* Register v9.1.0-preview.3.25257.5 release information * Register v9.0.3 release information --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f0b8a8a commit 11378f9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/releases.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
"outOfSupportDate": "2024-05-14T00:00:00.000Z"
4747
},
4848
"9.0": {
49-
"tag": "v9.0.2",
49+
"tag": "v9.0.3",
5050
"minorReleaseDate": "2024-11-12T00:00:00.000Z",
51-
"patchReleaseDate": "2025-02-11T00:00:00.000Z",
51+
"patchReleaseDate": "2025-05-13T00:00:00.000Z",
5252
"supportedFrameworks": [
5353
"net9.0"
5454
]
@@ -62,9 +62,9 @@
6262
]
6363
},
6464
"9.1": {
65-
"tag": "v9.1.0-preview.2.25201.5",
66-
"minorReleaseDate": "2025-04-08T00:00:00.000Z",
67-
"patchReleaseDate": "2025-04-08T00:00:00.000Z",
65+
"tag": "v9.1.0-preview.3.25257.5",
66+
"minorReleaseDate": "2025-05-13T00:00:00.000Z",
67+
"patchReleaseDate": "2025-05-13T00:00:00.000Z",
6868
"supportedFrameworks": [
6969
"net9.0"
7070
]

documentation/releases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
| Version | Original Release Date | Latest Patch Version | Patch Release Date | End of Support | Runtime Frameworks |
66
| --- | --- | --- | --- | --- | --- |
7-
| 9.0 | November 12, 2024 | [9.0.2](https://github.com/dotnet/dotnet-monitor/releases/tag/v9.0.2) | February 11, 2025 | | net9.0 |
7+
| 9.0 | November 12, 2024 | [9.0.3](https://github.com/dotnet/dotnet-monitor/releases/tag/v9.0.3) | May 13, 2025 | | net9.0 |
88
| 8.1 | February 11, 2025 | [8.1.0](https://github.com/dotnet/dotnet-monitor/releases/tag/v8.1.0) | February 11, 2025 | | net8.0 |
99

1010

@@ -21,6 +21,6 @@
2121

2222
| Version | Release Date | Latest Version | Runtime Frameworks |
2323
| --- | --- | --- | --- |
24-
| 9.1 | April 8, 2025 | [9.1.0 preview 2](https://github.com/dotnet/dotnet-monitor/releases/tag/v9.1.0-preview.2.25201.5) | net9.0 |
24+
| 9.1 | May 13, 2025 | [9.1.0 preview 3](https://github.com/dotnet/dotnet-monitor/releases/tag/v9.1.0-preview.3.25257.5) | net9.0 |
2525

2626

0 commit comments

Comments
 (0)