From 571e0625223bef69db0dc0f586bbbca4f73281e0 Mon Sep 17 00:00:00 2001 From: Ali Heikal Date: Sun, 14 Jun 2020 00:55:24 +0200 Subject: [PATCH] Add new version of Bot Framework Composer (#1778) Existing: 1.0.0 This PR: 1.0.1 --- .../Microsoft/BotFrameworkComposer/1.0.1.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 manifests/Microsoft/BotFrameworkComposer/1.0.1.yaml diff --git a/manifests/Microsoft/BotFrameworkComposer/1.0.1.yaml b/manifests/Microsoft/BotFrameworkComposer/1.0.1.yaml new file mode 100644 index 000000000..6b82b9798 --- /dev/null +++ b/manifests/Microsoft/BotFrameworkComposer/1.0.1.yaml @@ -0,0 +1,17 @@ +Id: Microsoft.BotFrameworkComposer +Version: 1.0.1 +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.1/BotFramework-Composer-1.0.1-windows-setup.exe + Sha256: 8799728C8BCC33244010241DB89F18F6B25968BD0CEE9E8D46D1163C984331EA + InstallerType: exe + Switches: + Silent: /S + SilentWithProgress: /S \ No newline at end of file