From e7c53027e912bdbe5c2e6f0c40aacab4c5a6563e Mon Sep 17 00:00:00 2001 From: nathpete-msft Date: Tue, 5 May 2020 14:25:10 -0700 Subject: [PATCH] Add moniker and command to PowerShell Core (#59) This updates the PowerShell Core manifest to include `pwsh` as a moniker and command. Both Scoop and Chocolatey list PowerShell Core as `pwsh`, so this will improve discoverability and consistency for anyone switching over from one of those package managers. --- manifests/Microsoft/Powershell/7.0.0.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/Microsoft/Powershell/7.0.0.yaml b/manifests/Microsoft/Powershell/7.0.0.yaml index 9699022ea..419a3c055 100644 --- a/manifests/Microsoft/Powershell/7.0.0.yaml +++ b/manifests/Microsoft/Powershell/7.0.0.yaml @@ -5,6 +5,8 @@ Publisher: Microsoft Homepage: https://microsoft.com/PowerShell License: MIT Description: PowerShell Core 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 +Commands: pwsh Installers: - Arch: x64 Url: https://github.com/PowerShell/PowerShell/releases/download/v7.0.0/PowerShell-7.0.0-win-x64.msi