Skip to content

Commit

Permalink
AU: 1 updated - microsoftazurestorageexplorer
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecole committed Oct 29, 2024
1 parent cf5f8a4 commit 39a629b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>microsoftazurestorageexplorer</id>
<version>1.36.1</version>
<version>1.36.2</version>
<packageSourceUrl>https://github.com/mikecole/chocolatey-packages</packageSourceUrl>
<owners>Mike Cole</owners>
<title>Microsoft Azure Storage Explorer</title>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'
$checksum = 'b62c2344de6f406bc381f838b11acc03422cb984d07a1192b8f86336995af378'
$url = 'https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.36.1/StorageExplorer-windows-x64.exe'
$checksum = '8776a0e33d8ff04a9bbf94df991f022e826f83f7e663364219001dd78bf4faf6'
$url = 'https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.36.2/StorageExplorer-windows-x64.exe'

$packageArgs = @{
packageName = 'microsoftazurestorageexplorer'
Expand Down

0 comments on commit 39a629b

Please sign in to comment.