From 80c025d1cd78863cee85921be9e7ddd754b17d96 Mon Sep 17 00:00:00 2001 From: Alan Lima Date: Wed, 1 Jul 2020 00:55:32 +1000 Subject: [PATCH] update azure storage explorer to 1.14.0 (#2183) --- .../AzureStorageExplorer/1.14.0.yaml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 manifests/Microsoft/AzureStorageExplorer/1.14.0.yaml diff --git a/manifests/Microsoft/AzureStorageExplorer/1.14.0.yaml b/manifests/Microsoft/AzureStorageExplorer/1.14.0.yaml new file mode 100644 index 000000000..554f924e3 --- /dev/null +++ b/manifests/Microsoft/AzureStorageExplorer/1.14.0.yaml @@ -0,0 +1,24 @@ +Id: Microsoft.AzureStorageExplorer +Name: Azure Storage Explorer +AppMoniker: StorageExplorer +Version: 1.14.0 +Publisher: Microsoft +Author: Microsoft +License: Microsoft +LicenseUrl: https://www.microsoft.com/en-us/legal/intellectualproperty/copyright/default.aspx +MinOSVersion: 10.0.0.0 +Homepage: https://azure.microsoft.com/en-us/features/storage-explorer/ +Description: Free tool to easily manage your Azure cloud storage resources anywhere, from Windows, macOS, or Linux. +Tags: Azure, Storage, Storage Explorer, Azure Storage Explorer, Explorer +InstallerType: exe + +# ======================= Installers ================== + +Installers: + - Arch: x64 + Url: https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.14.0/Windows_StorageExplorer.exe + Sha256: CE23365695170D948616E20ECA1B71D6CFC62A9063901E3EEFF6F1AE184F5054 + Language: en-US + Switches: + Silent: "/SILENT /NORESTART /ALLUSERS" + SilentWithProgress: "/VERYSILENT /NORESTART /ALLUSERS" \ No newline at end of file