From 4e98cea443d983e5c54c23ba4ab82a50e761a78c Mon Sep 17 00:00:00 2001 From: Peter Innes <53846082+peterinnesmsft@users.noreply.github.com> Date: Thu, 21 May 2020 20:17:02 -0700 Subject: [PATCH] Add Microsoft.BotFrameworkComposer 1.0.0 (#570) * Adding Microsoft.BotFrameworkComposer 1.0.0 manifest. * Add new line to end of Microsoft.BotFrameworkComposer 1.0.0 manifest. * Adding SilentWithProgress flag to Installer configuration to match Silent flag. --- .../Microsoft/BotFrameworkComposer/1.0.0.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 manifests/Microsoft/BotFrameworkComposer/1.0.0.yaml diff --git a/manifests/Microsoft/BotFrameworkComposer/1.0.0.yaml b/manifests/Microsoft/BotFrameworkComposer/1.0.0.yaml new file mode 100644 index 000000000..632bb3139 --- /dev/null +++ b/manifests/Microsoft/BotFrameworkComposer/1.0.0.yaml @@ -0,0 +1,17 @@ +Id: Microsoft.BotFrameworkComposer +Version: 1.0.0 +Name: Bot Framework Composer +Publisher: Microsoft Corporation +License: Copyright (c) Microsoft Corporation +LicenseUrl: https://github.com/microsoft/BotFramework-Composer/blob/master/LICENSE.md +Tags: bot, framework, composer +Description: Bot Framework Composer is an integrated development tool for developers and multi-disciplinary teams to build bots and conversational experiences with the Microsoft Bot Framework. Within this tool, you'll find everything you need to build a sophisticated conversational experience. +Homepage: https://github.com/microsoft/BotFramework-Composer +Installers: + - Arch: x64 + Url: https://github.com/microsoft/BotFramework-Composer/releases/download/v1.0.0/BotFramework-Composer-1.0.0-windows-setup.exe + Sha256: 32A0BB3EAF3FAA7CE048FD369BFBC783A81399337E86232B0A92F88F5A5C5C5B + InstallerType: exe + Switches: + Silent: /S + SilentWithProgress: /S