Skip to content

Commit d7ace8c

Browse files
Register new release information (#8590)
* Register v10.0.0-rc.1.25453.1 release information * Register v10.0.0-rc.1.25460.1 release information --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ed4e0c5 commit d7ace8c

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/releases.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"cleanupUnsupportedReleasesAfterMonths": 12
55
},
66
"preview": [
7+
"10.0",
78
"9.1"
89
],
910
"supported": [
@@ -57,6 +58,14 @@
5758
"supportedFrameworks": [
5859
"net9.0"
5960
]
61+
},
62+
"10.0": {
63+
"tag": "v10.0.0-rc.1.25460.1",
64+
"minorReleaseDate": "2025-09-10T00:00:00.000Z",
65+
"patchReleaseDate": "2025-09-10T00:00:00.000Z",
66+
"supportedFrameworks": [
67+
"net10.0"
68+
]
6069
}
6170
}
6271
}

documentation/releases.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
| Version | Release Date | Latest Version | Runtime Frameworks |
2222
| --- | --- | --- | --- |
23+
| 10.0 | September 10, 2025 | [10.0.0 rc 1](https://github.com/dotnet/dotnet-monitor/releases/tag/v10.0.0-rc.1.25460.1) | net10.0 |
2324
| 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 |
2425

2526

0 commit comments

Comments
 (0)