From c425ed72af2c4a38e4371ca2845ec76a35273098 Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 27 Sep 2024 03:05:17 +0000 Subject: [PATCH] chore: update scripts/update-cli.ps1 to 2.36.3 --- 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 4716150dc3..7d938c8fa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ Sentry will reject all metrics sent after October 7, 2024. Learn more: https://sentry.zendesk.com/hc/en-us/articles/26369339769883-Upcoming-API-Changes-to-Metrics ([#3619](https://github.com/getsentry/sentry-dotnet/pull/3619)) +### Dependencies + +- Bump CLI from v2.36.2 to v2.36.3 ([#3634](https://github.com/getsentry/sentry-dotnet/pull/3634)) + - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2363) + - [diff](https://github.com/getsentry/sentry-cli/compare/2.36.2...2.36.3) + ## Fixes - Fixed duplicate key exception for Hangfire jobs with AutomaticRetry ([#3631](https://github.com/getsentry/sentry-dotnet/pull/3631)) diff --git a/Directory.Build.props b/Directory.Build.props index 32319003fd..bb88b74cf2 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -70,7 +70,7 @@ - 2.36.2 + 2.36.3 $(MSBuildThisFileDirectory)tools\sentry-cli\$(SentryCLIVersion)\ diff --git a/src/Sentry/Sentry.csproj b/src/Sentry/Sentry.csproj index fb1e596f63..afe0e2ef4e 100644 --- a/src/Sentry/Sentry.csproj +++ b/src/Sentry/Sentry.csproj @@ -116,13 +116,13 @@ <_OSArchitecture>$([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture) - - - - - - - + + + + + + +