diff --git a/automatic/microsoftazurestorageexplorer/microsoftazurestorageexplorer.nuspec b/automatic/microsoftazurestorageexplorer/microsoftazurestorageexplorer.nuspec index 2598b97f7..77578c6d6 100644 --- a/automatic/microsoftazurestorageexplorer/microsoftazurestorageexplorer.nuspec +++ b/automatic/microsoftazurestorageexplorer/microsoftazurestorageexplorer.nuspec @@ -3,7 +3,7 @@ microsoftazurestorageexplorer - 1.35.0 + 1.36.0 https://github.com/mikecole/chocolatey-packages Mike Cole Microsoft Azure Storage Explorer diff --git a/automatic/microsoftazurestorageexplorer/tools/chocolateyInstall.ps1 b/automatic/microsoftazurestorageexplorer/tools/chocolateyInstall.ps1 index dc660d357..1b27f28b4 100644 --- a/automatic/microsoftazurestorageexplorer/tools/chocolateyInstall.ps1 +++ b/automatic/microsoftazurestorageexplorer/tools/chocolateyInstall.ps1 @@ -1,6 +1,6 @@ $ErrorActionPreference = 'Stop' -$checksum = 'ff31165449e4ca13040e0bd2ab88433db945f73bcd64782b1e537bd933c6b3c5' -$url = 'https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.35.0/StorageExplorer-windows-x64.exe' +$checksum = 'ca63ae67c56031b6c80e42a64b331096910410ce0d7d97bce9abde9b332722d7' +$url = 'https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.36.0/StorageExplorer-windows-x64.exe' $packageArgs = @{ packageName = 'microsoftazurestorageexplorer'