Skip to content

Commit 8143df9

Browse files
authored
Merge main to feature/10.0 (#8059)
2 parents bb88592 + 1d4a970 commit 8143df9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/check-markdown-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
persist-credentials: false
2020

2121
- name: Check markdown links
22-
uses: gaurav-nelson/github-action-markdown-link-check@1b916f2cf6c36510a6059943104e3c42ce6c16bc
22+
uses: gaurav-nelson/github-action-markdown-link-check@3c3b66f1f7d0900e37b71eca45b63ea9eedfce31
2323
with:
2424
config-file: .github/linters/check-markdown-links-config.json
2525
use-quiet-mode: 'yes'
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Today we are releasing the next official preview version of the `dotnet monitor` tool. This release includes:
2+
3+
- Add `ManagedEntryPointAssemblyName` to process info and collection rule filters ([#7984](https://github.com/dotnet/dotnet-monitor/pull/7984))
4+
- Add `Capabilities` to `/info` route. ([#7977](https://github.com/dotnet/dotnet-monitor/pull/7977))
5+
- 🔬 Added `ModuleVersionId` and `MethodToken` Fields to Parameter Capture Output ([#7974](https://github.com/dotnet/dotnet-monitor/pull/7974))
6+
7+
\*🔬 **_indicates an experimental feature_**
8+
9+
If you would like to provide additional feedback to the team [please fill out this survey](https://aka.ms/dotnet-monitor-survey?src=rn).

0 commit comments

Comments
 (0)