Skip to content

Commit 1e6e1e6

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

File tree

5 files changed

+22
-8
lines changed

5 files changed

+22
-8
lines changed

.github/releases.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@
3535
"outOfSupportDate": "2025-05-11T00:00:00.000Z"
3636
},
3737
"9.0": {
38-
"tag": "v9.0.3",
38+
"tag": "v9.0.4",
3939
"minorReleaseDate": "2024-11-12T00:00:00.000Z",
40-
"patchReleaseDate": "2025-05-13T00:00:00.000Z",
40+
"patchReleaseDate": "2025-08-06T00:00:00.000Z",
4141
"supportedFrameworks": [
4242
"net9.0"
4343
]
4444
},
4545
"8.1": {
46-
"tag": "v8.1.1",
46+
"tag": "v8.1.2",
4747
"minorReleaseDate": "2025-02-11T00:00:00.000Z",
48-
"patchReleaseDate": "2025-05-14T00:00:00.000Z",
48+
"patchReleaseDate": "2025-08-06T00:00:00.000Z",
4949
"supportedFrameworks": [
5050
"net8.0"
5151
]

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"omnisharp.enableAsyncCompletion": true,
3030
"omnisharp.enableEditorConfigSupport": true,
3131
"omnisharp.enableRoslynAnalyzers": true,
32-
"omnisharp.organizeImportsOnFormat": true,
3332
"omnisharp.autoStart": true,
3433

3534
// ms-vscode.powershell settings
@@ -47,5 +46,6 @@
4746
"xml",
4847
"msbuild",
4948
"javascript"
50-
]
49+
],
50+
"dotnet.formatting.organizeImportsOnFormat": true
5151
}
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.2 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.4 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).

documentation/releases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
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.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 |
7+
| 9.0 | November 12, 2024 | [9.0.4](https://github.com/dotnet/dotnet-monitor/releases/tag/v9.0.4) | August 6, 2025 | | net9.0 |
8+
| 8.1 | February 11, 2025 | [8.1.2](https://github.com/dotnet/dotnet-monitor/releases/tag/v8.1.2) | August 6, 2025 | | net8.0 |
99

1010

1111
## Out of support versions

0 commit comments

Comments
 (0)