From d245e40a098d0c267344f6eeec2654c0f99dc1c8 Mon Sep 17 00:00:00 2001 From: Easton Pillay Date: Fri, 9 Apr 2021 12:55:46 -0500 Subject: [PATCH] Added x86 architecture for PowerShell version 7.0.5. (#10419) --- .../7.0.5/Microsoft.PowerShell.installer.yaml | 19 +++++++++++++++ .../Microsoft.PowerShell.locale.en-US.yaml | 17 ++++++++++++++ .../7.0.5/Microsoft.PowerShell.yaml | 23 ++++--------------- 3 files changed, 40 insertions(+), 19 deletions(-) create mode 100644 manifests/m/Microsoft/PowerShell/7.0.5/Microsoft.PowerShell.installer.yaml create mode 100644 manifests/m/Microsoft/PowerShell/7.0.5/Microsoft.PowerShell.locale.en-US.yaml diff --git a/manifests/m/Microsoft/PowerShell/7.0.5/Microsoft.PowerShell.installer.yaml b/manifests/m/Microsoft/PowerShell/7.0.5/Microsoft.PowerShell.installer.yaml new file mode 100644 index 000000000..795cfd1e9 --- /dev/null +++ b/manifests/m/Microsoft/PowerShell/7.0.5/Microsoft.PowerShell.installer.yaml @@ -0,0 +1,19 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +PackageIdentifier: Microsoft.PowerShell +PackageVersion: 7.0.5 +Commands: +- pwsh +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v7.0.5/PowerShell-7.0.5-win-x64.msi + InstallerType: msi + InstallerSha256: C68B0F1392B9982C85AEAF50C787B9A8D75F387CFF4CC115D4408DA9AE53C8E3 + ProductCode: "{D2CD402D-83E4-4F5B-890D-0D21A978BD10}" +- Architecture: x86 + InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v7.0.5/PowerShell-7.0.5-win-x86.msi + InstallerType: msi + InstallerSha256: AF78E27E1DD0F7C825C889472E3E55B519638695979D6B551C45B3021BB4CFB8 + ProductCode: "{0E45206E-10CD-4C58-8053-22975EFA701D}" +ManifestType: installer +ManifestVersion: 1.0.0 + diff --git a/manifests/m/Microsoft/PowerShell/7.0.5/Microsoft.PowerShell.locale.en-US.yaml b/manifests/m/Microsoft/PowerShell/7.0.5/Microsoft.PowerShell.locale.en-US.yaml new file mode 100644 index 000000000..88cd72026 --- /dev/null +++ b/manifests/m/Microsoft/PowerShell/7.0.5/Microsoft.PowerShell.locale.en-US.yaml @@ -0,0 +1,17 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +PackageIdentifier: Microsoft.PowerShell +PackageVersion: 7.0.5 +PackageLocale: en-US +PackageUrl: https://microsoft.com/PowerShell +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. +Moniker: pwsh +Tags: +- powershell +- pwsh +Publisher: Microsoft +PackageName: PowerShell +License: MIT +ShortDescription: Microsoft.PowerShell +ManifestType: defaultLocale +ManifestVersion: 1.0.0 + diff --git a/manifests/m/Microsoft/PowerShell/7.0.5/Microsoft.PowerShell.yaml b/manifests/m/Microsoft/PowerShell/7.0.5/Microsoft.PowerShell.yaml index 57f61e0dc..ddeaf23f3 100644 --- a/manifests/m/Microsoft/PowerShell/7.0.5/Microsoft.PowerShell.yaml +++ b/manifests/m/Microsoft/PowerShell/7.0.5/Microsoft.PowerShell.yaml @@ -1,22 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json PackageIdentifier: Microsoft.PowerShell PackageVersion: 7.0.5 -PackageName: PowerShell -Publisher: Microsoft -PackageUrl: https://microsoft.com/PowerShell -License: MIT -ShortDescription: Microsoft.PowerShell -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. -Moniker: pwsh -Tags: -- powershell -- pwsh -Commands: -- pwsh -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v7.0.5/PowerShell-7.0.5-win-x64.msi - InstallerType: msi - InstallerSha256: C68B0F1392B9982C85AEAF50C787B9A8D75F387CFF4CC115D4408DA9AE53C8E3 -PackageLocale: en-US -ManifestType: singleton +DefaultLocale: en-US +ManifestType: version ManifestVersion: 1.0.0 +