Skip to content

Commit

Permalink
chore: update scripts/update-cli.ps1 to 2.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Mar 6, 2023
1 parent 8867154 commit af6a2ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,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.14.3</SentryCLIVersion>
<SentryCLIVersion>2.14.4</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 @@ -75,13 +75,13 @@
Update with each new version.
-->
<ItemGroup>
<SentryCLIDownload Include="sentry-cli-Darwin-arm64" FileHash="2995cb6b003e2ad703b460349cb26ba192bbc5bc72c661697e2bbfcd5df2f7d3" />
<SentryCLIDownload Include="sentry-cli-Darwin-x86_64" FileHash="839e15173d4e4b623d3712df6bb469cc980f26a197cf26046237d3bc7d05d7a0" />
<SentryCLIDownload Include="sentry-cli-Linux-aarch64" FileHash="7c3982b6b1b1b9b256e73f0d648b41456494e8ea0fe82a5b2d939dfaf5bbb741" />
<SentryCLIDownload Include="sentry-cli-Linux-i686" FileHash="e13aa44c84860ab3e47fc3a52aa576685f25c792d3d74ee32c42a0bb3b873266" />
<SentryCLIDownload Include="sentry-cli-Linux-x86_64" FileHash="0de8f58be0687d8c0cc78591c3ba33ced93b5976eac1ddb713c1074f1d3403e0" />
<SentryCLIDownload Include="sentry-cli-Windows-i686.exe" FileHash="a5d48ba4145c6be807456e3e24381994b0082746572494155724dd18b1c6330b" />
<SentryCLIDownload Include="sentry-cli-Windows-x86_64.exe" FileHash="981d0a882cca003fd144ce0f91530247f52ecace62e9acf17ad436de578a1a90" />
<SentryCLIDownload Include="sentry-cli-Darwin-arm64" FileHash="f1f492107458244c75b884fbab70af20f0ac551aaac392768ac6b36b49e5e8ea" />
<SentryCLIDownload Include="sentry-cli-Darwin-x86_64" FileHash="535447e9b38c77d48be54183f0517389b0316245d09bd27c5cb4d456f0f6c779" />
<SentryCLIDownload Include="sentry-cli-Linux-aarch64" FileHash="7e3b5a5b458818dbc60f4cb78b1c7f51e8a0e4b62451e14a8a3c854496b216e5" />
<SentryCLIDownload Include="sentry-cli-Linux-i686" FileHash="59f4c6e2600b31a9004df921d2fcc2340545155e68b32d6bebaca3bcd3255ee3" />
<SentryCLIDownload Include="sentry-cli-Linux-x86_64" FileHash="61d1c1a34555920d48f2b3439a34b1825403a2f818d7b698159a7df6f7986b45" />
<SentryCLIDownload Include="sentry-cli-Windows-i686.exe" FileHash="61a0b5bc17421c1d1e21fe1af979475c214c93f514014b1c43c13da235d4e295" />
<SentryCLIDownload Include="sentry-cli-Windows-x86_64.exe" FileHash="78295ed9b00f782050c259eae2abf7c9017b19ad01c1445f885a4e6228d811ec" />
</ItemGroup>

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

0 comments on commit af6a2ca

Please sign in to comment.