Skip to content

Commit 8f705d2

Browse files
authored
chore: update scripts/update-cli.ps1 to 2.21.1
1 parent 561cfe5 commit 8f705d2

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
### Dependencies
66

7-
- Bump CLI from v2.20.7 to v2.21.0 ([#2645](https://github.com/getsentry/sentry-dotnet/pull/2645))
8-
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2210)
9-
- [diff](https://github.com/getsentry/sentry-cli/compare/2.20.7...2.21.0)
7+
- Bump CLI from v2.20.7 to v2.21.1 ([#2645](https://github.com/getsentry/sentry-dotnet/pull/2645), [#2647](https://github.com/getsentry/sentry-dotnet/pull/2647))
8+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2211)
9+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.20.7...2.21.1)
1010

1111
## 3.40.0-beta.0
1212

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898

9999
<!-- Set the version and local path for Sentry CLI (downloaded in the restore phase of Sentry.csproj) -->
100100
<PropertyGroup Condition="'$(SolutionName)' != 'Sentry.Unity'">
101-
<SentryCLIVersion>2.21.0</SentryCLIVersion>
101+
<SentryCLIVersion>2.21.1</SentryCLIVersion>
102102
<SentryCLIDirectory>$(MSBuildThisFileDirectory)tools\sentry-cli\$(SentryCLIVersion)\</SentryCLIDirectory>
103103
</PropertyGroup>
104104

src/Sentry/Sentry.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@
9595
<_OSArchitecture>$([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture)</_OSArchitecture>
9696
</PropertyGroup>
9797
<ItemGroup>
98-
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('OSX')) And $(_OSArchitecture) == 'Arm64')" Include="sentry-cli-Darwin-arm64" FileHash="383012d138f73ae8e20190303fbcb6a74af708845eab35a2abb756da5d0aa56d" />
99-
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('OSX')) And $(_OSArchitecture) == 'X64')" Include="sentry-cli-Darwin-x86_64" FileHash="93662de75dec627c289c30a1cb4d4d5dfa1dbe8cb64002c474a0371f2ac044c6" />
100-
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Linux')) And $(_OSArchitecture) == 'Arm64')" Include="sentry-cli-Linux-aarch64" FileHash="d48487cac4b9975415e88eabbd1abf23a2d8f617f0468cf511cb42895288b858" />
101-
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Linux')) And $(_OSArchitecture) == 'X86')" Include="sentry-cli-Linux-i686" FileHash="c8fca626bee05137f69e12909d54ddb42f654b9cc2b3947beec36e01ca1ad0d8" />
102-
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Linux')) And $(_OSArchitecture) == 'X64')" Include="sentry-cli-Linux-x86_64" FileHash="e3739b5525cf56c4b1242b14fe75e5ac52693607cb04d6a7ca83abf72cd3c5e0" />
103-
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Windows')) And $(_OSArchitecture) == 'X86')" Include="sentry-cli-Windows-i686.exe" FileHash="593ee6e6df5b17c0594b64b060c22fd3be09bcfae41261f5e42395e319d9c34d" />
104-
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Windows')) And $(_OSArchitecture) != 'X86')" Include="sentry-cli-Windows-x86_64.exe" FileHash="148e40134f3401a429e561f5fe50462aab5d52963f44b9720d442c47b9343173" />
98+
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('OSX')) And $(_OSArchitecture) == 'Arm64')" Include="sentry-cli-Darwin-arm64" FileHash="14873f24b9b35b5fa164899e35461d296c54910c149834495fc09890aad3e476" />
99+
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('OSX')) And $(_OSArchitecture) == 'X64')" Include="sentry-cli-Darwin-x86_64" FileHash="52fb15bfb2d90fc279ae8aee2fb4adf91a93e8b56fe3969d907045c08927e03e" />
100+
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Linux')) And $(_OSArchitecture) == 'Arm64')" Include="sentry-cli-Linux-aarch64" FileHash="14a0085f8008313a27b89332682d81a61621d7d368c76c93c46c5f01b34ee441" />
101+
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Linux')) And $(_OSArchitecture) == 'X86')" Include="sentry-cli-Linux-i686" FileHash="f30d67893c9eb7b193658fb7cf2f066aa9c44af37d0c9ad4f2fd885b2abe5a1b" />
102+
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Linux')) And $(_OSArchitecture) == 'X64')" Include="sentry-cli-Linux-x86_64" FileHash="dbdd719481867f55072c7769d04ad3f70dda648ef406b87f613722d09a0ec625" />
103+
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Windows')) And $(_OSArchitecture) == 'X86')" Include="sentry-cli-Windows-i686.exe" FileHash="d2a3ea8c7ecdaddd8cf5fb8da09667b647a926870a6c172f42a7686cd71abdaf" />
104+
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Windows')) And $(_OSArchitecture) != 'X86')" Include="sentry-cli-Windows-x86_64.exe" FileHash="f0fcd76905e8f0f06a7d8c35d667a485fefd88495cdc1ac0603c99e6c39e9b98" />
105105
</ItemGroup>
106106

107107
<!-- Download the files -->

0 commit comments

Comments
 (0)