From 1801f9783fc39778918d576494406b92f8268fe9 Mon Sep 17 00:00:00 2001 From: Robert Holt Date: Tue, 19 Jan 2021 22:38:17 -0800 Subject: [PATCH] Fix PowerShell 7.1.1 manifest (#6414) --- manifests/Microsoft/Powershell/7.1.1.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifests/Microsoft/Powershell/7.1.1.yaml b/manifests/Microsoft/Powershell/7.1.1.yaml index 0ed50c2dd..69ab1fc6a 100644 --- a/manifests/Microsoft/Powershell/7.1.1.yaml +++ b/manifests/Microsoft/Powershell/7.1.1.yaml @@ -1,8 +1,7 @@ Id: Microsoft.PowerShell Version: 7.1.1 Name: PowerShell -Publisher: Microsoft Corporation -Author: Microsoft +Publisher: Microsoft Homepage: https://microsoft.com/PowerShell License: MIT 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.