From 05f33a4a00325d047a7ef119e2a4559afeaea659 Mon Sep 17 00:00:00 2001 From: Ali Heikal Date: Tue, 8 Sep 2020 22:47:42 +0200 Subject: [PATCH] Add new version of Bot Framework Composer: 1.1.1 (#3478) Existing: 1.0.2 This PR: 1.1.1 --- .../Microsoft/BotFrameworkComposer/1.1.1.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 manifests/Microsoft/BotFrameworkComposer/1.1.1.yaml diff --git a/manifests/Microsoft/BotFrameworkComposer/1.1.1.yaml b/manifests/Microsoft/BotFrameworkComposer/1.1.1.yaml new file mode 100644 index 000000000..55c9556d7 --- /dev/null +++ b/manifests/Microsoft/BotFrameworkComposer/1.1.1.yaml @@ -0,0 +1,17 @@ +Id: Microsoft.BotFrameworkComposer +Version: 1.1.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.1.1/BotFramework-Composer-1.1.1-windows-setup.exe + Sha256: 826E6FE8F1DFB469BDB4690A0AED56F3FA3E782A2BA3244721AC11CCB5B333C5 + InstallerType: exe + Switches: + Silent: /S + SilentWithProgress: /S \ No newline at end of file