diff --git a/CHANGELOG.md b/CHANGELOG.md index f358c66b4..9d59dedb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,9 @@ - Bump CLI from v3.2.0 to v3.3.3 ([#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), [#2586](https://github.com/getsentry/sentry-unity/pull/2586)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#333) - [diff](https://github.com/getsentry/sentry-cli/compare/3.2.0...3.3.3) +- 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/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 } 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