diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f57a6c237..b7b67ad83b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,12 @@ - Update `sample_rate` of _Dynamic Sampling Context (DSC)_ when making sampling decisions ([#4374](https://github.com/getsentry/sentry-dotnet/pull/4374)) +### Dependencies + +- Bump CLI from v2.50.2 to v2.51.0 ([#4419](https://github.com/getsentry/sentry-dotnet/pull/4419)) + - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2510) + - [diff](https://github.com/getsentry/sentry-cli/compare/2.50.2...2.51.0) + ## 5.13.0 ### Features diff --git a/Directory.Build.props b/Directory.Build.props index 2f2a0020ce..d0194aaa17 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -86,7 +86,7 @@ - 2.50.2 + 2.51.0 $(MSBuildThisFileDirectory)tools\sentry-cli\$(SentryCLIVersion)\ diff --git a/src/Sentry/Sentry.csproj b/src/Sentry/Sentry.csproj index 1ba7e0cc97..9c6a8f43d2 100644 --- a/src/Sentry/Sentry.csproj +++ b/src/Sentry/Sentry.csproj @@ -113,13 +113,13 @@ <_OSArchitecture>$([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture) - - - - - - - + + + + + + +