diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e8b54b607..48a1046870 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Dependencies + +- Bump CLI from v2.39.0 to v2.39.1 ([#3799](https://github.com/getsentry/sentry-dotnet/pull/3799)) + - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2391) + - [diff](https://github.com/getsentry/sentry-cli/compare/2.39.0...2.39.1) + ## 5.0.0-alpha.1 ### API Changes diff --git a/Directory.Build.props b/Directory.Build.props index 1f5581f379..13bf4fbb08 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -80,7 +80,7 @@ - 2.39.0 + 2.39.1 $(MSBuildThisFileDirectory)tools\sentry-cli\$(SentryCLIVersion)\ diff --git a/src/Sentry/Sentry.csproj b/src/Sentry/Sentry.csproj index d66af6163b..b295497a07 100644 --- a/src/Sentry/Sentry.csproj +++ b/src/Sentry/Sentry.csproj @@ -120,13 +120,13 @@ <_OSArchitecture>$([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture) - - - - - - - + + + + + + +