diff --git a/CHANGELOG.md b/CHANGELOG.md index ec98227fd7..86c9997648 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,9 +11,12 @@ - Bump Cocoa SDK from v8.7.3 to v8.8.0 ([#2427](https://github.com/getsentry/sentry-dotnet/pull/2427), [#2430](https://github.com/getsentry/sentry-dotnet/pull/2430)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#880) - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.7.3...8.8.0) -- Bump CLI from v2.18.1 to v2.19.0 ([#2428](https://github.com/getsentry/sentry-dotnet/pull/2428)) - - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2190) - - [diff](https://github.com/getsentry/sentry-cli/compare/2.18.1...2.19.0) +- Bump CLI from v2.18.1 to v2.19.1 ([#2428](https://github.com/getsentry/sentry-dotnet/pull/2428), [#2431](https://github.com/getsentry/sentry-dotnet/pull/2431)) + - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2191) + - [diff](https://github.com/getsentry/sentry-cli/compare/2.18.1...2.19.1) +- Bump Java SDK from v6.22.0 to v6.23.0 ([#2429](https://github.com/getsentry/sentry-dotnet/pull/2429)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6230) + - [diff](https://github.com/getsentry/sentry-java/compare/6.22.0...6.23.0) ## 3.33.1 diff --git a/Directory.Build.props b/Directory.Build.props index 35ad2e8e5b..d1c95eabdd 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -100,7 +100,7 @@ - 2.19.0 + 2.19.1 $(MSBuildThisFileDirectory)tools\sentry-cli\$(SentryCLIVersion)\ diff --git a/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj b/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj index a85b44b7d1..2da2af2bae 100644 --- a/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj +++ b/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj @@ -3,7 +3,7 @@ net6.0-android $(NoWarn);BG8605;BG8606 - 6.22.0 + 6.23.0 $(BaseIntermediateOutputPath)sdks\Sentry\Android\$(SentryAndroidSdkVersion)\ .NET Bindings for the Sentry Android SDK diff --git a/src/Sentry/Sentry.csproj b/src/Sentry/Sentry.csproj index 702ad69fab..7a2a04a6bd 100644 --- a/src/Sentry/Sentry.csproj +++ b/src/Sentry/Sentry.csproj @@ -95,25 +95,25 @@ + Include="sentry-cli-Darwin-arm64" FileHash="46fafa37b53610196bb93d46a53ee07d74f7f3348259a6bd6dabb86c57e8429f" /> + Include="sentry-cli-Darwin-x86_64" FileHash="947701ac572a0c566bd00d3c655f11b3d8a139b281e40a5d344e15fad4dec018" /> + Include="sentry-cli-Linux-aarch64" FileHash="3b3188f52ac9f132db60ec59d896f475d9914d0af7da0b8236af12aac4097007" /> + Include="sentry-cli-Linux-i686" FileHash="0e120b96dc565eb6d770809d7a21be4f5bce30ef432e482403e50aa24ffa7327" /> + Include="sentry-cli-Linux-x86_64" FileHash="88277b96230fd6d0257aaf373d4108abee6882e67fca012721a0cd5de7c63b5c" /> + Include="sentry-cli-Windows-i686.exe" FileHash="4c433677c22ce337c768a82a924b95986f1508dae64aab8d60053faad114291d" /> + Include="sentry-cli-Windows-x86_64.exe" FileHash="87d1d8d9b0c99b9cf35a25b1e6fa21ba11af6604fea0b825fa2b175f9a9b36bc" />