From c98a4bc0926fcbb6efbfd4d0d38c59210ed1780e Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 16 Jul 2024 03:01:02 +0000 Subject: [PATCH] chore: update scripts/update-cli.ps1 to 2.32.2 --- CHANGELOG.md | 6 ++++++ Directory.Build.props | 2 +- src/Sentry/Sentry.csproj | 14 +++++++------- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28643e3c2c..ad8a87c670 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ - Race condition in `SentryMessageHandler` ([#3477](https://github.com/getsentry/sentry-dotnet/pull/3477)) +### Dependencies + +- Bump CLI from v2.32.1 to v2.32.2 ([#3489](https://github.com/getsentry/sentry-dotnet/pull/3489)) + - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2322) + - [diff](https://github.com/getsentry/sentry-cli/compare/2.32.1...2.32.2) + ## 4.9.0 ### Fixes diff --git a/Directory.Build.props b/Directory.Build.props index 2e444f3a0d..f464f1840e 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -87,7 +87,7 @@ - 2.32.1 + 2.32.2 $(MSBuildThisFileDirectory)tools\sentry-cli\$(SentryCLIVersion)\ diff --git a/src/Sentry/Sentry.csproj b/src/Sentry/Sentry.csproj index 14d6b36a0e..aaffd9a216 100644 --- a/src/Sentry/Sentry.csproj +++ b/src/Sentry/Sentry.csproj @@ -116,13 +116,13 @@ <_OSArchitecture>$([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture) - - - - - - - + + + + + + +