diff --git a/CHANGELOG.md b/CHANGELOG.md index 78446f2c66..81ab1b1007 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Dependencies + +- Bump CLI from v2.27.0 to v2.28.0 ([#3119](https://github.com/getsentry/sentry-dotnet/pull/3119)) + - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2280) + - [diff](https://github.com/getsentry/sentry-cli/compare/2.27.0...2.28.0) + ## 4.0.1 ### Fixes diff --git a/Directory.Build.props b/Directory.Build.props index 08d870384a..8f5033b4df 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -87,7 +87,7 @@ - 2.27.0 + 2.28.0 $(MSBuildThisFileDirectory)tools\sentry-cli\$(SentryCLIVersion)\ diff --git a/src/Sentry/Sentry.csproj b/src/Sentry/Sentry.csproj index becc471075..1808abd0e7 100644 --- a/src/Sentry/Sentry.csproj +++ b/src/Sentry/Sentry.csproj @@ -110,13 +110,13 @@ <_OSArchitecture>$([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture) - - - - - - - + + + + + + +