Skip to content

Commit

Permalink
chore: update scripts/update-cli.ps1 to 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Feb 17, 2023
1 parent e47eafe commit 3874149
Show file tree
Hide file tree
Showing 3 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.12.0</SentryCLIVersion>
<SentryCLIVersion>2.13.0</SentryCLIVersion>
<SentryCLIDirectory>$(MSBuildThisFileDirectory)tools\sentry-cli\$(SentryCLIVersion)\</SentryCLIDirectory>
</PropertyGroup>

Expand Down
Empty file modified scripts/update-cli.ps1
100644 → 100755
Empty file.
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="49f2d51c169ee46b4dcdad4913cac5a72fd7c25a1e55423ef62035ce7d1dec22" />
<SentryCLIDownload Include="sentry-cli-Darwin-x86_64" FileHash="47ae7f2145dc9a50156b815f2db241c44282fcc8173bf7b43897492d1eb3f3d5" />
<SentryCLIDownload Include="sentry-cli-Linux-aarch64" FileHash="4b9e88a1925dd09c706c2263d2d671682bc4b2f146f2ee12670ec7fe6cd51f1d" />
<SentryCLIDownload Include="sentry-cli-Linux-i686" FileHash="624aa49b839d052d95eba156ae465a459f4fb0d9509c7497909eec0bab2171db" />
<SentryCLIDownload Include="sentry-cli-Linux-x86_64" FileHash="ab6723a84675bc7d11bbf4f723511150af0c58e10c1c1dafb8210837d2a97673" />
<SentryCLIDownload Include="sentry-cli-Windows-i686.exe" FileHash="bf90b9a411f9cef7cfce72cfe4a24595b4fbc125e40fb67eaaa702cfc4d347d0" />
<SentryCLIDownload Include="sentry-cli-Windows-x86_64.exe" FileHash="138d3cd500d69a07b0548f15d297139c5f0d6604c4c806b54596abe14895bdf2"/>
<SentryCLIDownload Include="sentry-cli-Darwin-arm64" FileHash="5c3234a27ffde95ef3abe344b8ec48d0233d582029816c6b37a74581a189d431" />
<SentryCLIDownload Include="sentry-cli-Darwin-x86_64" FileHash="2f597027d36035beca9b4cad79e65370bf0dd4d6aa20842c907a8cae4c8d528a" />
<SentryCLIDownload Include="sentry-cli-Linux-aarch64" FileHash="01b39b3dd502d532846b741e612a1796ce727b79bb69cbab45b23126507717f8" />
<SentryCLIDownload Include="sentry-cli-Linux-i686" FileHash="05e52e80408ad1e513cdc2e6732486331bfdc122951478a91f44c6652b282cf7" />
<SentryCLIDownload Include="sentry-cli-Linux-x86_64" FileHash="217bcb4e5fd74b189be5a834ba835828eb6f7d97d3f676ef2da26f4de3df1729" />
<SentryCLIDownload Include="sentry-cli-Windows-i686.exe" FileHash="5d0a4c3c6a49ca7cd65b685aff0d56a2e79a29e841380ca493c6bc3656ebd8cb" />
<SentryCLIDownload Include="sentry-cli-Windows-x86_64.exe" FileHash="753d0f2cb65bfb5ab95d74d034c2d58451d5dcae1136e16b3e1aa0683ee1af95"/>
</ItemGroup>

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

0 comments on commit 3874149

Please sign in to comment.