From 57f918f311ff307d387d4a25c4f4dfac249faed9 Mon Sep 17 00:00:00 2001 From: Craig Gumbley Date: Mon, 25 May 2020 18:03:07 +0100 Subject: [PATCH] Correct casting in Id and Name (#884) Manifests contain `Powershell` rather than PowerShell. This caught me out when running `winget install -e Microsoft.PowerShell`. --- manifests/Microsoft/Powershell/7.0.1.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/Microsoft/Powershell/7.0.1.yaml b/manifests/Microsoft/Powershell/7.0.1.yaml index 74e265c25..44db267e2 100644 --- a/manifests/Microsoft/Powershell/7.0.1.yaml +++ b/manifests/Microsoft/Powershell/7.0.1.yaml @@ -1,6 +1,6 @@ -Id: Microsoft.Powershell +Id: Microsoft.PowerShell Version: 7.0.1 -Name: Powershell +Name: PowerShell Publisher: Microsoft Homepage: https://microsoft.com/PowerShell License: MIT