Skip to content

Commit bed3448

Browse files
sync non-code with origin/main (#8275)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c2d9d12 commit bed3448

File tree

6 files changed

+37
-28
lines changed

6 files changed

+37
-28
lines changed

.github/releases.json

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@
88
],
99
"supported": [
1010
"9.0",
11-
"8.1",
12-
"8.0"
11+
"8.1"
1312
],
1413
"unsupported": [
15-
"7.3",
14+
"8.0",
1615
"6.3"
1716
],
1817
"releases": {
@@ -35,36 +34,26 @@
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": {
49-
"tag": "v9.0.2",
38+
"tag": "v9.0.3",
5039
"minorReleaseDate": "2024-11-12T00:00:00.000Z",
51-
"patchReleaseDate": "2025-02-11T00:00:00.000Z",
40+
"patchReleaseDate": "2025-05-13T00:00:00.000Z",
5241
"supportedFrameworks": [
5342
"net9.0"
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
]
6352
},
6453
"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",
54+
"tag": "v9.1.0-preview.3.25257.5",
55+
"minorReleaseDate": "2025-05-13T00:00:00.000Z",
56+
"patchReleaseDate": "2025-05-13T00:00:00.000Z",
6857
"supportedFrameworks": [
6958
"net9.0"
7059
]

.github/workflows/spellcheck.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,23 @@ jobs:
1717
with:
1818
persist-credentials: false
1919

20-
- uses: streetsidesoftware/cspell-action@e464ae97d348eb3beb0c5a6296dc4388ad4484d9
20+
- uses: streetsidesoftware/cspell-action@eb29b6a67d122d2e6af385ff16bdb200d93b2e54
2121
name: Documentation spellcheck
2222
if: ${{ !cancelled() }}
2323
with:
2424
files: '**/*.md'
2525
inline: error
2626
incremental_files_only: true
2727

28-
- uses: streetsidesoftware/cspell-action@e464ae97d348eb3beb0c5a6296dc4388ad4484d9
28+
- uses: streetsidesoftware/cspell-action@eb29b6a67d122d2e6af385ff16bdb200d93b2e54
2929
name: Resx spellcheck
3030
if: ${{ !cancelled() }}
3131
with:
3232
files: 'src/**/*.resx'
3333
inline: error
3434
incremental_files_only: true
3535

36-
- uses: streetsidesoftware/cspell-action@e464ae97d348eb3beb0c5a6296dc4388ad4484d9
36+
- uses: streetsidesoftware/cspell-action@eb29b6a67d122d2e6af385ff16bdb200d93b2e54
3737
name: Source code spellcheck
3838
if: ${{ !cancelled() }}
3939
with:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Today we are releasing the 8.1.1 build of the `dotnet monitor` tool. This release includes:
2+
3+
- Updated dependencies
4+
5+
6+
7+
If you would like to provide additional feedback to the team [please fill out this survey](https://aka.ms/dotnet-monitor-survey?src=rn).
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Today we are releasing the 9.0.3 build of the `dotnet monitor` tool. This release includes:
2+
3+
- Updated dependencies
4+
5+
6+
7+
If you would like to provide additional feedback to the team [please fill out this survey](https://aka.ms/dotnet-monitor-survey?src=rn).
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Today we are releasing the next official preview version of the `dotnet monitor` tool. This release includes:
2+
3+
- Added support for resetting in process features when dotnet-monitor is restarted. ([#8154](https://github.com/dotnet/dotnet-monitor/pull/8154))
4+
5+
6+
7+
If you would like to provide additional feedback to the team [please fill out this survey](https://aka.ms/dotnet-monitor-survey?src=rn).

documentation/releases.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,22 @@
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 |
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 |
9-
| 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+
| 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.1](https://github.com/dotnet/dotnet-monitor/releases/tag/v8.1.1) | May 14, 2025 | | net8.0 |
109

1110

1211
## Out of support versions
1312

1413
| Version | Original Release Date | Latest Patch Version | Patch Release Date | End of Support | Runtime Frameworks |
1514
| --- | --- | --- | --- | --- | --- |
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 |
15+
| 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 |
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

2019
## Preview versions
2120

2221
| Version | Release Date | Latest Version | Runtime Frameworks |
2322
| --- | --- | --- | --- |
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 |
23+
| 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 |
2524

2625

0 commit comments

Comments
 (0)