Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
a023bf2
Bump actions/upload-artifact from 4.6.2 to 5.0.0 (#8682)
dependabot[bot] Oct 27, 2025
4ccaaf4
Bump streetsidesoftware/cspell-action from 7.2.0 to 7.2.1 (#8681)
dependabot[bot] Oct 28, 2025
28b89e4
Use arcade backport workflow (#8683)
mmitche Oct 28, 2025
aaa60fe
[main] Bump the identity-dependencies group with 1 update (#8666)
dependabot[bot] Oct 28, 2025
de9b2ea
[main] Bump Newtonsoft.Json from 13.0.3 to 13.0.4 (#8670)
dependabot[bot] Oct 29, 2025
40ed5b3
Update Learning Paths (#8693)
github-actions[bot] Nov 4, 2025
e50239d
[main] Bump NJsonSchema from 11.0.0 to 11.5.1 (#8702)
dependabot[bot] Nov 4, 2025
2cde84a
generate release notes (#8714)
github-actions[bot] Nov 7, 2025
0c019a3
generate release notes (#8715)
github-actions[bot] Nov 7, 2025
0403345
Revert "Use dotnet-monitor asset instead of merge manfest for version…
wiktork Nov 10, 2025
7410728
Reapply "Use dotnet-monitor asset instead of merge manfest for versio…
wiktork Nov 11, 2025
0bdc2a9
generate release notes (#8728)
github-actions[bot] Nov 11, 2025
0f2ef0e
Register v9.0.5 release information (#8730)
github-actions[bot] Nov 11, 2025
633770b
Register v10.0.0 release information (#8731)
github-actions[bot] Nov 12, 2025
3b8c286
[main] Bump the runtime-dependencies group with 5 updates (#8725)
dependabot[bot] Nov 12, 2025
0e4a52e
[main] Update dependencies from dotnet/diagnostics (#8570)
dotnet-maestro[bot] Nov 13, 2025
96eb9de
[main] Update dependencies from dotnet/arcade (#8708)
dotnet-maestro[bot] Nov 13, 2025
1626a81
[main] Bump Microsoft.Diagnostics.DbgShim from 9.0.621003 to 9.0.6527…
dependabot[bot] Nov 13, 2025
17bd454
[main] Bump the runtime-dependencies group with 1 update (#8720)
dependabot[bot] Nov 13, 2025
9e126ba
[main] Bump the azure-sdk-dependencies group with 1 update (#8711)
dependabot[bot] Nov 13, 2025
7e4768b
Bump actions/checkout from 5.0.0 to 5.0.1 (#8737)
dependabot[bot] Nov 21, 2025
aee3599
[main] Bump Microsoft.NETCore.DotNetAppHost from 9.0.10 to 9.0.11 (#8…
dependabot[bot] Nov 21, 2025
382091d
Merge remote-tracking branch 'origin/main' into release/10.0
github-actions[bot] Nov 24, 2025
30260a1
Restore branch-specific files
github-actions[bot] Nov 24, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 7 additions & 18 deletions .github/releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,17 @@
"cleanupUnsupportedReleasesAfterMonths": 12
},
"preview": [
"10.0",
"9.1"
],
"supported": [
"10.0",
"9.0",
"8.1"
],
"unsupported": [
"8.0",
"6.3"
"8.0"
],
"releases": {
"6.3": {
"tag": "v6.3.10",
"minorReleaseDate": "2022-10-11T00:00:00.000Z",
"patchReleaseDate": "2024-11-12T00:00:00.000Z",
"supportedFrameworks": [
"net6.0",
"netcoreapp3.1"
],
"outOfSupportDate": "2024-11-12T00:00:00.000Z"
},
"8.0": {
"tag": "v8.0.8",
"minorReleaseDate": "2023-11-14T00:00:00.000Z",
Expand All @@ -36,9 +25,9 @@
"outOfSupportDate": "2025-05-11T00:00:00.000Z"
},
"9.0": {
"tag": "v9.0.4",
"tag": "v9.0.5",
"minorReleaseDate": "2024-11-12T00:00:00.000Z",
"patchReleaseDate": "2025-08-06T00:00:00.000Z",
"patchReleaseDate": "2025-11-11T00:00:00.000Z",
"supportedFrameworks": [
"net9.0"
]
Expand All @@ -60,9 +49,9 @@
]
},
"10.0": {
"tag": "v10.0.0-rc.2.25503.6",
"minorReleaseDate": "2025-10-14T00:00:00.000Z",
"patchReleaseDate": "2025-10-14T00:00:00.000Z",
"tag": "v10.0.0",
"minorReleaseDate": "2025-11-12T00:00:00.000Z",
"patchReleaseDate": "2025-11-12T00:00:00.000Z",
"supportedFrameworks": [
"net10.0"
]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-learning-path-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout head
uses: actions/checkout@v5
uses: actions/checkout@v5.0.1
with:
persist-credentials: true # need this for opening a PR
fetch-depth: 0
Expand All @@ -30,7 +30,7 @@ jobs:
echo "prev_sha=$prev_sha" >> $GITHUB_ENV

- name: Checkout previous update
uses: actions/checkout@v5
uses: actions/checkout@v5.0.1
with:
persist-credentials: false
ref: ${{ env.prev_sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-markdown-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
with:
persist-credentials: true # We need to persist credentials inorder to open a PR.

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/generate-release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout release branch
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
with:
persist-credentials: false
fetch-depth: 0 # Fetch the entire repo for the below git commit graph operations
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
BASELINE_TAG: ${{ inputs.baselineTag }}

- name: Checkout main
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
with:
persist-credentials: true # We need to persist credentials to push the resulting changes upstream.
ref: main
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# It's simpler than trying to parse our `eng/Versions.prop` due to the conditionals in it.
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
with:
persist-credentials: false

Expand All @@ -52,7 +52,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
with:
persist-credentials: false

Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
with:
persist-credentials: true # We need to persist credentials inorder to open a PR.
ref: bot/${{ env.TARGET_BRANCH_POSTFIX }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/submit-to-do-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
});

- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
with:
persist-credentials: false

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
with:
persist-credentials: true # We need to persist credentials to push the resulting changes upstream.
fetch-depth: 0 # Fetch the entire repo for the below git operations
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
with:
persist-credentials: true # We need to persist credentials to push the resulting changes upstream.
fetch-depth: 0 # Fetch the entire repo for the below git operations
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- name: Checkout branch
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
with:
persist-credentials: true # We need to persist credentials to push the resulting changes upstream.

Expand Down
7 changes: 7 additions & 0 deletions documentation/releaseNotes/releaseNotes.v10.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Today we are releasing the 10.0.0 build of the `dotnet monitor` tool. This release includes:

- Updated dependencies



If you would like to provide additional feedback to the team [please fill out this survey](https://aka.ms/dotnet-monitor-survey?src=rn).
5 changes: 2 additions & 3 deletions documentation/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

| Version | Original Release Date | Latest Patch Version | Patch Release Date | End of Support | Runtime Frameworks |
| --- | --- | --- | --- | --- | --- |
| 9.0 | November 12, 2024 | [9.0.4](https://github.com/dotnet/dotnet-monitor/releases/tag/v9.0.4) | August 6, 2025 | | net9.0 |
| 10.0 | November 12, 2025 | [10.0.0](https://github.com/dotnet/dotnet-monitor/releases/tag/v10.0.0) | November 12, 2025 | | net10.0 |
| 9.0 | November 12, 2024 | [9.0.5](https://github.com/dotnet/dotnet-monitor/releases/tag/v9.0.5) | November 11, 2025 | | net9.0 |
| 8.1 | February 11, 2025 | [8.1.2](https://github.com/dotnet/dotnet-monitor/releases/tag/v8.1.2) | August 6, 2025 | | net8.0 |


Expand All @@ -13,14 +14,12 @@
| Version | Original Release Date | Latest Patch Version | Patch Release Date | End of Support | Runtime Frameworks |
| --- | --- | --- | --- | --- | --- |
| 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 |
| 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 |


## Preview versions

| Version | Release Date | Latest Version | Runtime Frameworks |
| --- | --- | --- | --- |
| 10.0 | October 14, 2025 | [10.0.0 rc 2](https://github.com/dotnet/dotnet-monitor/releases/tag/v10.0.0-rc.2.25503.6) | net10.0 |
| 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 |


2 changes: 1 addition & 1 deletion eng/dependabot/independent/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- Import references updated by Dependabot. -->

<PropertyGroup>
<AzureCoreVersion>1.49.0</AzureCoreVersion>
<AzureCoreVersion>1.50.0</AzureCoreVersion>
<AzureIdentityVersion>1.17.0</AzureIdentityVersion>
<AzureStorageBlobsVersion>12.26.0</AzureStorageBlobsVersion>
<AzureStorageQueuesVersion>12.24.0</AzureStorageQueuesVersion>
Expand Down
2 changes: 1 addition & 1 deletion eng/dependabot/net8.0/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<!-- Microsoft.Extensions.Logging.Console -->
<MicrosoftExtensionsLoggingConsole80Version>8.0.1</MicrosoftExtensionsLoggingConsole80Version>
<!-- Microsoft.NETCore.App -->
<MicrosoftNETCoreApp80Version>8.0.21</MicrosoftNETCoreApp80Version>
<MicrosoftNETCoreApp80Version>8.0.22</MicrosoftNETCoreApp80Version>
<!-- System.Text.Json -->
<SystemTextJson80Version>8.0.6</SystemTextJson80Version>
</PropertyGroup>
Expand Down
12 changes: 6 additions & 6 deletions eng/dependabot/net9.0/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
<!-- Import references updated by Dependabot. -->
<PropertyGroup>
<!-- Microsoft.Extensions.Configuration.Abstractions -->
<MicrosoftExtensionsConfigurationAbstractions90Version>9.0.10</MicrosoftExtensionsConfigurationAbstractions90Version>
<MicrosoftExtensionsConfigurationAbstractions90Version>9.0.11</MicrosoftExtensionsConfigurationAbstractions90Version>
<!-- Microsoft.Extensions.Logging -->
<MicrosoftExtensionsLogging90Version>9.0.10</MicrosoftExtensionsLogging90Version>
<MicrosoftExtensionsLogging90Version>9.0.11</MicrosoftExtensionsLogging90Version>
<!-- Microsoft.Extensions.Logging.Abstractions -->
<MicrosoftExtensionsLoggingAbstractions90Version>9.0.10</MicrosoftExtensionsLoggingAbstractions90Version>
<MicrosoftExtensionsLoggingAbstractions90Version>9.0.11</MicrosoftExtensionsLoggingAbstractions90Version>
<!-- Microsoft.Extensions.Logging.Console -->
<MicrosoftExtensionsLoggingConsole90Version>9.0.10</MicrosoftExtensionsLoggingConsole90Version>
<MicrosoftExtensionsLoggingConsole90Version>9.0.11</MicrosoftExtensionsLoggingConsole90Version>
<!-- Microsoft.NETCore.App -->
<MicrosoftNETCoreApp90Version>9.0.10</MicrosoftNETCoreApp90Version>
<MicrosoftNETCoreApp90Version>9.0.11</MicrosoftNETCoreApp90Version>
<!-- System.Text.Json -->
<SystemTextJson90Version>9.0.10</SystemTextJson90Version>
<SystemTextJson90Version>9.0.11</SystemTextJson90Version>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion eng/dependabot/nuget.org/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<!-- Import references updated by Dependabot. -->
<PropertyGroup>
<!-- dotnet/diagnostics references -->
<MicrosoftDiagnosticsMonitoringShippedVersion>9.0.621003</MicrosoftDiagnosticsMonitoringShippedVersion>
<MicrosoftDiagnosticsMonitoringShippedVersion>9.0.652701</MicrosoftDiagnosticsMonitoringShippedVersion>
</PropertyGroup>
</Project>
Loading