From 79b5676d9eb2a74ecd42b5ef5a73156f0e3ec1bd Mon Sep 17 00:00:00 2001 From: izep <5875073+izep@users.noreply.github.com> Date: Mon, 25 May 2020 16:04:31 -0600 Subject: [PATCH] linqpad6 (#504) * linqpad6 * LinqPad 6.8 silent install switches Co-authored-by: presza --- manifests/LINQPad/LINQPad/6.8.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 manifests/LINQPad/LINQPad/6.8.yaml diff --git a/manifests/LINQPad/LINQPad/6.8.yaml b/manifests/LINQPad/LINQPad/6.8.yaml new file mode 100644 index 000000000..f2dc20458 --- /dev/null +++ b/manifests/LINQPad/LINQPad/6.8.yaml @@ -0,0 +1,17 @@ +Id: LINQPad.LINQPad +Version: 6.8 +Name: LINQPad +Publisher: LINQPad +License: Copyright (c) LINQPad Pty Ltd +AppMoniker: linqpad +Tags: .net, sql +Description: The .NET Programmer’s Playground +Homepage: https://www.linqpad.net/ +Installers: + - Arch: Neutral + Url: https://www.linqpad.net/GetFile.aspx?LINQPad6Setup.exe + Sha256: 55ba7d499c6dc9e4e04e9b6fd3692e74c6623ebc7d9a7c18cf4a007ecf080ca4 + InstallerType: inno + Switches: + Silent: "/verysilent" + SilentWithProgress: "/silent" \ No newline at end of file