Skip to content

Commit b710807

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-cli.ps1 to 2.45.0
1 parent 7db3f1b commit b710807

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Directory.Build.props

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

101101
<!-- Set the version and local path for Sentry CLI (downloaded in the restore phase of Sentry.csproj) -->
102102
<PropertyGroup Condition="'$(SolutionName)' != 'Sentry.Unity'">
103-
<SentryCLIVersion>2.19.2</SentryCLIVersion>
103+
<SentryCLIVersion>2.45.0</SentryCLIVersion>
104104
<SentryCLIDirectory>$(MSBuildThisFileDirectory)tools\sentry-cli\$(SentryCLIVersion)\</SentryCLIDirectory>
105105
</PropertyGroup>
106106

src/Sentry/Sentry.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96,25 +96,25 @@
9696
<ItemGroup>
9797
<SentryCLIDownload
9898
Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('OSX')) And $(_OSArchitecture) == 'Arm64')"
99-
Include="sentry-cli-Darwin-arm64" FileHash="a669d9e0df2c7afa1308d05cbc2e78a9b458b0c94f5c111c9e299911bb870308" />
99+
Include="sentry-cli-Darwin-arm64" FileHash="c3fa5ff75f8359bfa2ea7a46f5a402c8b82fab7124c01f0dcf58f37e6e970413" />
100100
<SentryCLIDownload
101101
Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('OSX')) And $(_OSArchitecture) == 'X64')"
102-
Include="sentry-cli-Darwin-x86_64" FileHash="4bd15cb308746d7f1cbed00948c7470bbdb498936f364779defb52b1e27e540b" />
102+
Include="sentry-cli-Darwin-x86_64" FileHash="900545bdd9f56e30d45a8c267c995abc87b3760e6cded2f9bbbe8fb1f2c3cd89" />
103103
<SentryCLIDownload
104104
Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Linux')) And $(_OSArchitecture) == 'Arm64')"
105-
Include="sentry-cli-Linux-aarch64" FileHash="e8f2153c23bc5b4a44e36981d6b19102e7db78f1472a1d99ea2bdc33a4ee8d7a" />
105+
Include="sentry-cli-Linux-aarch64" FileHash="bcb31138b5b9581d1f61fbbcd31f4b7587407833651e31d265e54c227a25898e" />
106106
<SentryCLIDownload
107107
Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Linux')) And $(_OSArchitecture) == 'X86')"
108-
Include="sentry-cli-Linux-i686" FileHash="3fe02091eb319242e24f55097404b3b9e767918ab16b4431ad7b3e1ff4b3d14b" />
108+
Include="sentry-cli-Linux-i686" FileHash="bf95215958a49e9da32d3d8123a1edd49f35fe00a40098eb6b3a7458a8735a98" />
109109
<SentryCLIDownload
110110
Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Linux')) And $(_OSArchitecture) == 'X64')"
111-
Include="sentry-cli-Linux-x86_64" FileHash="12ffbaaa930ea3e5883fd1065b2ecf6167f90f5e4d8ea38925f56ae3eeccc4e7" />
111+
Include="sentry-cli-Linux-x86_64" FileHash="ed3db82f44ecdfb8fc17b163ce5580f3af67d335df63e9dd73c0c457a2346a3d" />
112112
<SentryCLIDownload
113113
Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Windows')) And $(_OSArchitecture) == 'X86')"
114-
Include="sentry-cli-Windows-i686.exe" FileHash="d3879a7adb933978d99c53b28f1d274836e2f6489a3ca642d48358e87fb269b4" />
114+
Include="sentry-cli-Windows-i686.exe" FileHash="46dad8c72c44135014c43776fbd5b42dd7f53b58abd23f93b0b870081f7ceb4a" />
115115
<SentryCLIDownload
116116
Condition="'$(CI_PUBLISHING_BUILD)' == 'true' Or ($([MSBuild]::IsOSPlatform('Windows')) And $(_OSArchitecture) != 'X86')"
117-
Include="sentry-cli-Windows-x86_64.exe" FileHash="046a8bdf70a02b23820d0fa197d7638b57f31dcc8dedc95e3ffdaf3541fe34cb" />
117+
Include="sentry-cli-Windows-x86_64.exe" FileHash="80ea63208346995844a184604ad09bfc9a91f747704d176fa9c4515dcb269050" />
118118
</ItemGroup>
119119

120120
<!-- Download the files -->

0 commit comments

Comments
 (0)