From 5001261f26f2a7e0add375c7b3de9ae8767a3a5b Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 8 Aug 2025 03:31:20 +0000 Subject: [PATCH] chore: update scripts/update-cli.ps1 to 2.51.0 --- CHANGELOG.md | 6 +++--- Directory.Build.props | 2 +- src/Sentry/Sentry.csproj | 14 +++++++------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 832f2513e5..763826a844 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,9 +17,9 @@ - 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.2 ([#2428](https://github.com/getsentry/sentry-dotnet/pull/2428), [#2431](https://github.com/getsentry/sentry-dotnet/pull/2431), [#2451](https://github.com/getsentry/sentry-dotnet/pull/2451)) - - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2192) - - [diff](https://github.com/getsentry/sentry-cli/compare/2.18.1...2.19.2) +- Bump CLI from v2.18.1 to v2.51.0 ([#2428](https://github.com/getsentry/sentry-dotnet/pull/2428), [#2431](https://github.com/getsentry/sentry-dotnet/pull/2431), [#2451](https://github.com/getsentry/sentry-dotnet/pull/2451), [#207](https://github.com/DEVBOX10/sentry-dotnet/pull/207)) + - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2510) + - [diff](https://github.com/getsentry/sentry-cli/compare/2.18.1...2.51.0) - Bump Java SDK from v6.22.0 to v6.24.0 ([#2429](https://github.com/getsentry/sentry-dotnet/pull/2429), [#2440](https://github.com/getsentry/sentry-dotnet/pull/2440)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6240) - [diff](https://github.com/getsentry/sentry-java/compare/6.22.0...6.24.0) diff --git a/Directory.Build.props b/Directory.Build.props index ea2438a99f..5599e6c4ad 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -100,7 +100,7 @@ - 2.19.2 + 2.51.0 $(MSBuildThisFileDirectory)tools\sentry-cli\$(SentryCLIVersion)\ diff --git a/src/Sentry/Sentry.csproj b/src/Sentry/Sentry.csproj index 2636d83497..ff105621ba 100644 --- a/src/Sentry/Sentry.csproj +++ b/src/Sentry/Sentry.csproj @@ -96,25 +96,25 @@ + Include="sentry-cli-Darwin-arm64" FileHash="0af55f783aa0c906fd33b2344f960cc8f90273f27503d6b23f1cbfceb6e69c43" /> + Include="sentry-cli-Darwin-x86_64" FileHash="da024b3b2db96dcdccf39fdfed351002a1d405a7b9780fc38574ebdee7115ddf" /> + Include="sentry-cli-Linux-aarch64" FileHash="6d7796308920458ee8c41f84b64e369e13214357924a10a5fcc1d5797cbca0f5" /> + Include="sentry-cli-Linux-i686" FileHash="e1a020db1a8f13dd72d4a3da906b5ce81c400112dc1b7852499d0d8f64d0232b" /> + Include="sentry-cli-Linux-x86_64" FileHash="507832f0f5066cb971119c2f4623b7adf32ee8013f4ffa90507ab93dbbcfc537" /> + Include="sentry-cli-Windows-i686.exe" FileHash="63d141ae349cf2d98a3930f9d4e6c19622232da506629190e5850c423baef1f4" /> + Include="sentry-cli-Windows-x86_64.exe" FileHash="c32abbd511860369878b2f9a356d59488ca064d04a162755bf995d7a470e488c" />