From 184cee2f6430247b84d9077db14da6e5cb2e2a7a Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 8 Apr 2026 07:39:49 +0000 Subject: [PATCH 1/2] chore: update src/sentry-dotnet to 6.3.1 --- CHANGELOG.md | 6 +++--- src/sentry-dotnet | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a63b978c3..d69473276 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,9 +30,9 @@ - Bump CLI from v3.3.3 to v3.3.5 ([#2604](https://github.com/getsentry/sentry-unity/pull/2604), [#2614](https://github.com/getsentry/sentry-unity/pull/2614)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#335) - [diff](https://github.com/getsentry/sentry-cli/compare/3.3.3...3.3.5) -- Bump .NET SDK from v6.2.0 to v6.3.0 ([#2615](https://github.com/getsentry/sentry-unity/pull/2615)) - - [changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#630) - - [diff](https://github.com/getsentry/sentry-dotnet/compare/6.2.0...6.3.0) +- Bump .NET SDK from v6.2.0 to v6.3.1 ([#2615](https://github.com/getsentry/sentry-unity/pull/2615), [#2632](https://github.com/getsentry/sentry-unity/pull/2632)) + - [changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#631) + - [diff](https://github.com/getsentry/sentry-dotnet/compare/6.2.0...6.3.1) ## 4.1.2 diff --git a/src/sentry-dotnet b/src/sentry-dotnet index 4a79de0a4..667437e5f 160000 --- a/src/sentry-dotnet +++ b/src/sentry-dotnet @@ -1 +1 @@ -Subproject commit 4a79de0a4b5f8e0677e14d7c994f1c42cfad7acd +Subproject commit 667437e5f3a830a0cf18b9f7bc0226aa799dabcc From 27b9954a364aa9fd1fe78e1169cad6a4950cc52a Mon Sep 17 00:00:00 2001 From: JoshuaMoelans <60878493+JoshuaMoelans@users.noreply.github.com> Date: Wed, 8 Apr 2026 13:40:39 +0200 Subject: [PATCH 2/2] update global.json --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index df06b7379..edcd540fe 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { - "version": "10.0.102", - "workloadVersion": "10.0.102", + "version": "10.0.201", + "workloadVersion": "10.0.201", "rollForward": "disable", "allowPrerelease": false }