From 7fa5bd310db0da110f3b9061bad5d055be609aba Mon Sep 17 00:00:00 2001 From: oxygen-dioxide <54425948+oxygen-dioxide@users.noreply.github.com> Date: Fri, 19 Mar 2021 12:37:16 +0800 Subject: [PATCH] PowerShell 6.1.0 (#8987) --- manifests/Microsoft/Powershell/6.1.0.yaml | 27 +++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 manifests/Microsoft/Powershell/6.1.0.yaml diff --git a/manifests/Microsoft/Powershell/6.1.0.yaml b/manifests/Microsoft/Powershell/6.1.0.yaml new file mode 100644 index 000000000..cb0d0082e --- /dev/null +++ b/manifests/Microsoft/Powershell/6.1.0.yaml @@ -0,0 +1,27 @@ +# ================== General ================== +Id: Microsoft.PowerShell +Name: PowerShell +Publisher: Microsoft Corporation +Author: Microsoft Corporation +Description: PowerShell is a cross-platform (Windows, Linux, and macOS) automation and configuration tool/framework that works well with your existing tools and is optimized for dealing with structured data (e.g. JSON, CSV, XML, etc.), REST APIs, and object models. It includes a command-line shell, an associated scripting language and a framework for processing cmdlets. +AppMoniker: pwsh +Tags: powershell,pwsh,shell,dotnet +FileExtensions: ps1 +#Protocols: +Commands: pwsh + +# ================== License ================== +Homepage: https://microsoft.com/PowerShell +License: MIT +LicenseUrl: https://github.com/PowerShell/PowerShell/blob/master/LICENSE.txt + +# ================= Installer ================= +Version: 6.1.0 +InstallerType: msi +Installers: + - Arch: x64 + Url: https://github.com/PowerShell/PowerShell/releases/download/v6.1.0/PowerShell-6.1.0-win-x64.msi + Sha256: E67A1460C3D24C52B1DE30DAECBCE7ED7BAAC62DCEF8A862D2FCADC31A9B4239 + #Switches: + # Silent: + # SilentWithProgress: \ No newline at end of file