diff --git a/CHANGELOG.md b/CHANGELOG.md index a08aa210b0..e907086082 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Dependencies + +- Bump CLI from v2.23.2 to v2.24.1 ([#3012](https://github.com/getsentry/sentry-dotnet/pull/3012)) + - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2241) + - [diff](https://github.com/getsentry/sentry-cli/compare/2.23.2...2.24.1) + ## 4.0.0-beta.7 ### Features diff --git a/Directory.Build.props b/Directory.Build.props index f9dd5b45fa..a35325cc78 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -87,7 +87,7 @@ - 2.23.2 + 2.24.1 $(MSBuildThisFileDirectory)tools\sentry-cli\$(SentryCLIVersion)\ diff --git a/src/Sentry/Sentry.csproj b/src/Sentry/Sentry.csproj index 26f28d921c..9c04e4467e 100644 --- a/src/Sentry/Sentry.csproj +++ b/src/Sentry/Sentry.csproj @@ -110,13 +110,13 @@ <_OSArchitecture>$([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture) - - - - - - - + + + + + + +