From c87d5ecb85d3942d6cf29a0d287e16f4742d6cf7 Mon Sep 17 00:00:00 2001 From: Easton Pillay Date: Fri, 9 Apr 2021 12:19:30 -0500 Subject: [PATCH] Added x86 architecture for PowerShell version 7.1.0. (#10421) --- .../7.1.0/Microsoft.PowerShell.installer.yaml | 19 +++++++++++++++ .../Microsoft.PowerShell.locale.en-US.yaml | 17 ++++++++++++++ .../7.1.0/Microsoft.PowerShell.yaml | 23 ++++--------------- 3 files changed, 40 insertions(+), 19 deletions(-) create mode 100644 manifests/m/Microsoft/PowerShell/7.1.0/Microsoft.PowerShell.installer.yaml create mode 100644 manifests/m/Microsoft/PowerShell/7.1.0/Microsoft.PowerShell.locale.en-US.yaml diff --git a/manifests/m/Microsoft/PowerShell/7.1.0/Microsoft.PowerShell.installer.yaml b/manifests/m/Microsoft/PowerShell/7.1.0/Microsoft.PowerShell.installer.yaml new file mode 100644 index 000000000..97ab56ff3 --- /dev/null +++ b/manifests/m/Microsoft/PowerShell/7.1.0/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.1.0 +Commands: +- pwsh +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v7.1.0/PowerShell-7.1.0-win-x64.msi + InstallerType: msi + InstallerSha256: E9C362E4378EC001F46973F560FF25E07B2314F29CBE3E248559A4693F6B7ED4 + ProductCode: "{8B34F593-C5DF-47D9-AD0E-23D579F6D83E}" +- Architecture: x86 + InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v7.1.0/PowerShell-7.1.0-win-x86.msi + InstallerType: msi + InstallerSha256: 8ADA4906EE651B15E1F76895F5B2A735AA8D16F941E028EA28358F4215E883D1 + ProductCode: "{089AA498-4D82-4CFB-B350-05E9DB1B0447}" +ManifestType: installer +ManifestVersion: 1.0.0 + diff --git a/manifests/m/Microsoft/PowerShell/7.1.0/Microsoft.PowerShell.locale.en-US.yaml b/manifests/m/Microsoft/PowerShell/7.1.0/Microsoft.PowerShell.locale.en-US.yaml new file mode 100644 index 000000000..bd5493dca --- /dev/null +++ b/manifests/m/Microsoft/PowerShell/7.1.0/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.1.0 +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.1.0/Microsoft.PowerShell.yaml b/manifests/m/Microsoft/PowerShell/7.1.0/Microsoft.PowerShell.yaml index d8b373e85..755a6cc86 100644 --- a/manifests/m/Microsoft/PowerShell/7.1.0/Microsoft.PowerShell.yaml +++ b/manifests/m/Microsoft/PowerShell/7.1.0/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.1.0 -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.1.0/PowerShell-7.1.0-win-x64.msi - InstallerType: msi - InstallerSha256: E9C362E4378EC001F46973F560FF25E07B2314F29CBE3E248559A4693F6B7ED4 -PackageLocale: en-US -ManifestType: singleton +DefaultLocale: en-US +ManifestType: version ManifestVersion: 1.0.0 +