From 0a25e974be5c662995f9dd108f338d816ec5b33c Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 25 Jul 2023 03:01:09 +0000 Subject: [PATCH] chore: update scripts/update-cli.ps1 to 2.20.0 --- CHANGELOG.md | 3 +++ Directory.Build.props | 2 +- src/Sentry/Sentry.csproj | 14 +++++++------- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b889cbc3f5..01ce40dc42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,9 @@ - Bump Cocoa SDK from v8.8.0 to v8.9.2 ([#2479](https://github.com/getsentry/sentry-dotnet/pull/2479), [#2483](https://github.com/getsentry/sentry-dotnet/pull/2483), [#2500](https://github.com/getsentry/sentry-dotnet/pull/2500)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#892) - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.8.0...8.9.2) +- Bump CLI from v2.19.4 to v2.20.0 ([#2509](https://github.com/getsentry/sentry-dotnet/pull/2509)) + - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2200) + - [diff](https://github.com/getsentry/sentry-cli/compare/2.19.4...2.20.0) ## 3.34.0 diff --git a/Directory.Build.props b/Directory.Build.props index 943e5ab1f0..183fa43376 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -100,7 +100,7 @@ - 2.19.4 + 2.20.0 $(MSBuildThisFileDirectory)tools\sentry-cli\$(SentryCLIVersion)\ diff --git a/src/Sentry/Sentry.csproj b/src/Sentry/Sentry.csproj index b0ccee5a70..de4cc752d6 100644 --- a/src/Sentry/Sentry.csproj +++ b/src/Sentry/Sentry.csproj @@ -96,25 +96,25 @@ + Include="sentry-cli-Darwin-arm64" FileHash="c726cf9092cb22b688c4c522f003a27527d9e6a35d6b37d442c2e0d0dc9b44c5" /> + Include="sentry-cli-Darwin-x86_64" FileHash="0c1ec6ca2b34975f4543d0c27141c3dd4a44799ee2ad164eac95f382ec8bd743" /> + Include="sentry-cli-Linux-aarch64" FileHash="1af69abb121554f32119c146efbab71cf861babb2cc8b824c1b75f586feed0a3" /> + Include="sentry-cli-Linux-i686" FileHash="42c75f02f3fba243ec47031fff3254a25986ec9f93cedbf729148ba3046fd133" /> + Include="sentry-cli-Linux-x86_64" FileHash="20f9463929fdc0719e19c6bdb7fb7e12fdb91c9fbfe51f0354401e09adc562cb" /> + Include="sentry-cli-Windows-i686.exe" FileHash="bf5b22d6d3aa8ac748837cedc5be47bb4f8105579ab30612a50746dd8ee2850d" /> + Include="sentry-cli-Windows-x86_64.exe" FileHash="299e9f3632bd8278384e60f7384279ccb394ca532515448f44e089a3fb119f1c" />