From 9061fe916a18b8edf9b13914e451a72af9d769f1 Mon Sep 17 00:00:00 2001 From: Ali Heikal Date: Sat, 30 May 2020 17:23:51 +0200 Subject: [PATCH] Add new version of Bot Framework Emulator (#1239) * Add new version of Bot Framework Emulator Existing: 4.8.1 This PR: 4.9.0 * Added switches --- .../Microsoft/BotFrameworkEmulator/4.9.0.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 manifests/Microsoft/BotFrameworkEmulator/4.9.0.yaml diff --git a/manifests/Microsoft/BotFrameworkEmulator/4.9.0.yaml b/manifests/Microsoft/BotFrameworkEmulator/4.9.0.yaml new file mode 100644 index 000000000..9b6258642 --- /dev/null +++ b/manifests/Microsoft/BotFrameworkEmulator/4.9.0.yaml @@ -0,0 +1,18 @@ +Id: Microsoft.BotFrameworkEmulator +Publisher: Microsoft Corporation +Name: Bot Framework Emulator +Version: 4.9.0 +License: Copyright (c) Microsoft Corporation - MIT +LicenseUrl: https://github.com/microsoft/BotFramework-Emulator/blob/master/LICENSE.txt +AppMoniker: botframework-emulator +Tags: bot, framework, emulator +Description: Development tool for the Microsoft Bot Framework. Allows developers to test and debug bots on localhost. +Homepage: https://github.com/microsoft/BotFramework-Emulator +Installers: + - Arch: x64 + InstallerType: EXE + Url: https://github.com/microsoft/BotFramework-Emulator/releases/download/v4.9.0/BotFramework-Emulator-4.9.0-windows-setup.exe + Sha256: EDE23BCAD7200D83EFFE6621534D654CBB986ECCADB4E1E35B9EA50C7EF220B8 + Switches: + Silent: /S + SilentWithProgress: /S