Skip to content

Commit

Permalink
chore: update scripts/update-cli.ps1 to 2.25.3 (#3062)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <noreply@github.com>
  • Loading branch information
github-actions[bot] and web-flow authored Jan 19, 2024
1 parent 2568c23 commit fbc2012
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ If you have conflicts, you can opt-out by adding the following to your `csproj`:
- Bump Java SDK from v7.1.0 to v7.2.0 ([#3049](https://github.com/getsentry/sentry-dotnet/pull/3049))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#720)
- [diff](https://github.com/getsentry/sentry-java/compare/7.1.0...7.2.0)
- Bump CLI from v2.25.0 to v2.25.2 ([#3059](https://github.com/getsentry/sentry-dotnet/pull/3059))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2252)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.25.0...2.25.2)
- Bump CLI from v2.25.0 to v2.25.3 ([#3059](https://github.com/getsentry/sentry-dotnet/pull/3059), [#3062](https://github.com/getsentry/sentry-dotnet/pull/3062))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2253)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.25.0...2.25.3)

## 4.0.0-beta.8

Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@

<!-- Set the version and local path for Sentry CLI (downloaded in the restore phase of Sentry.csproj) -->
<PropertyGroup Condition="'$(SolutionName)' != 'Sentry.Unity'">
<SentryCLIVersion>2.25.2</SentryCLIVersion>
<SentryCLIVersion>2.25.3</SentryCLIVersion>
<SentryCLIDirectory>$(MSBuildThisFileDirectory)tools\sentry-cli\$(SentryCLIVersion)\</SentryCLIDirectory>
</PropertyGroup>

Expand Down
14 changes: 7 additions & 7 deletions src/Sentry/Sentry.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@
<_OSArchitecture>$([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture)</_OSArchitecture>
</PropertyGroup>
<ItemGroup>
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('OSX')) And $(_OSArchitecture) == 'Arm64')" Include="sentry-cli-Darwin-arm64" FileHash="b95e5a3d77d4f6ebbe7abb564f96c2cc81b820b57baedb34f50306de29d69d82" />
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('OSX')) And $(_OSArchitecture) == 'X64')" Include="sentry-cli-Darwin-x86_64" FileHash="7cb37c19475160b86993389c858d0c5e4d697bf284a5d2950d1b932482be2bd8" />
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Linux')) And $(_OSArchitecture) == 'Arm64')" Include="sentry-cli-Linux-aarch64" FileHash="5461cf339976bc3f03ced7483ef63d81163b521c9aa17e0dd7bdf44f1f429ff4" />
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Linux')) And $(_OSArchitecture) == 'X86')" Include="sentry-cli-Linux-i686" FileHash="c0c0bb1bf00da82fb064ed2effba7c77edbfb30911d40e64e559b785ea6a6d21" />
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Linux')) And $(_OSArchitecture) == 'X64')" Include="sentry-cli-Linux-x86_64" FileHash="f9987b4420d3980cc3120d4e90d6fb9b5a400c0b881f326c61d373572abb4d7b" />
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Windows')) And $(_OSArchitecture) == 'X86')" Include="sentry-cli-Windows-i686.exe" FileHash="81c23df87567e736fc70f106640e4ed837c79a7e53f10d0b01b3d7da4a94e9c6" />
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Windows')) And $(_OSArchitecture) != 'X86')" Include="sentry-cli-Windows-x86_64.exe" FileHash="fdf051e6b70ae20939012b5a77746716c00d529cf6744556f37371e4cae25678" />
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('OSX')) And $(_OSArchitecture) == 'Arm64')" Include="sentry-cli-Darwin-arm64" FileHash="12a892a710b5e5e6e6d54c61d1c2526875a7ab48dc10c348411921ce382eca38" />
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('OSX')) And $(_OSArchitecture) == 'X64')" Include="sentry-cli-Darwin-x86_64" FileHash="5a9902cd1198f0a12da6664271a0c99e6429c9970889ce2d00d72f5cfdac7aef" />
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Linux')) And $(_OSArchitecture) == 'Arm64')" Include="sentry-cli-Linux-aarch64" FileHash="ed880c3c65dac1e5d97ed7de2f972e85ec02dcfef38a9b0a46813e1df2322114" />
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Linux')) And $(_OSArchitecture) == 'X86')" Include="sentry-cli-Linux-i686" FileHash="74295eef544e463ac54da70c1db5b36d24ea356c6209aaa71e1609f247e0f449" />
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Linux')) And $(_OSArchitecture) == 'X64')" Include="sentry-cli-Linux-x86_64" FileHash="90a0d5a507e445687cece0b1424d32ca2709faef8dce9ad78537b4529a0d2d45" />
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Windows')) And $(_OSArchitecture) == 'X86')" Include="sentry-cli-Windows-i686.exe" FileHash="5406203bda679ba20353818ef8cd50e94e7927b93981fe2fd7e6de2b60184b56" />
<SentryCLIDownload Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Windows')) And $(_OSArchitecture) != 'X86')" Include="sentry-cli-Windows-x86_64.exe" FileHash="31edbd93f744646c2f337be1ac0532cb99e52e7628b63ac00c7910b0bbe54f93" />
</ItemGroup>

<!-- Download the files -->
Expand Down

0 comments on commit fbc2012

Please sign in to comment.