From c467138e4e48fab4870bfcd76d7f5a1c449a5ce6 Mon Sep 17 00:00:00 2001 From: GitHub Date: Sat, 14 Mar 2026 03:43:27 +0000 Subject: [PATCH 1/2] chore: update src/sentry-dotnet to 6.2.0 --- CHANGELOG.md | 3 +++ src/sentry-dotnet | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 614249d15..309a10895 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,9 @@ - Bump CLI from v3.2.0 to v3.3.0 ([#2561](https://github.com/getsentry/sentry-unity/pull/2561), [#2563](https://github.com/getsentry/sentry-unity/pull/2563), [#2568](https://github.com/getsentry/sentry-unity/pull/2568), [#2576](https://github.com/getsentry/sentry-unity/pull/2576)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#330) - [diff](https://github.com/getsentry/sentry-cli/compare/3.2.0...3.3.0) +- Bump .NET SDK from v6.2.0-alpha.0-11-gf201b653 to v6.2.0 ([#2588](https://github.com/getsentry/sentry-unity/pull/2588)) + - [changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#620) + - [diff](https://github.com/getsentry/sentry-dotnet/compare/6.2.0-alpha.0-11-gf201b653...6.2.0) ## 4.1.0 diff --git a/src/sentry-dotnet b/src/sentry-dotnet index f201b6535..248f45541 160000 --- a/src/sentry-dotnet +++ b/src/sentry-dotnet @@ -1 +1 @@ -Subproject commit f201b6535b1ebeb51195ff1267c57bccfb46f9d6 +Subproject commit 248f45541c5e23e7fe425cdeb98c187389de0aa8 From 9365e2bab9798890394d65b09261f09b1a103c44 Mon Sep 17 00:00:00 2001 From: bitsandfoxes Date: Mon, 16 Mar 2026 11:08:26 +0100 Subject: [PATCH 2/2] bumped global.json to match the .net one --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 4264d6fe6..df06b7379 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { "version": "10.0.102", - "workloadVersion": "10.0.101.1", + "workloadVersion": "10.0.102", "rollForward": "disable", "allowPrerelease": false }