From 2a9fd5c45ee5c014f991d7eb8bac33b674a0d678 Mon Sep 17 00:00:00 2001 From: Sean O'Brien Date: Thu, 14 May 2020 17:01:38 -0500 Subject: [PATCH] adding bitwarden desktop 1.17.2 (#119) * adding bitwarden desktop 1.17.2 * remove ManifestVersion to resolve pipeline validation issue --- manifests/Bitwarden/Bitwarden/1.17.2.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 manifests/Bitwarden/Bitwarden/1.17.2.yaml diff --git a/manifests/Bitwarden/Bitwarden/1.17.2.yaml b/manifests/Bitwarden/Bitwarden/1.17.2.yaml new file mode 100644 index 000000000..50e204ea2 --- /dev/null +++ b/manifests/Bitwarden/Bitwarden/1.17.2.yaml @@ -0,0 +1,19 @@ +Id: Bitwarden.Bitwarden +Name: Bitwarden +AppMoniker: bitwarden +Version: 1.17.2 +Publisher: Bitwarden Inc. +Author: Bitwarden +License: GNU General Public License (GPL) v3.0 +LicenseUrl: https://github.com/bitwarden/desktop/blob/master/LICENSE.txt +MinOSVersion: 10.0.0.0 +Homepage: https://bitwarden.com +Tags: "Password, Password Safe, Credentials, Protect" +InstallerType: exe +Installers: + - Arch: x64 + Url: https://github.com/bitwarden/desktop/releases/download/v1.17.2/Bitwarden-Installer-1.17.2.exe + Sha256: 0a62bde312f95a8d6942eb6025a1a28c6e610e0b2da6b08893b14958b3349457 + Switches: + Silent: /S + SilentWithProgress: /S \ No newline at end of file