Added x86 architecture for PowerShell version 7.1.1. (#10422)

This commit is contained in:
Easton Pillay
2021-04-09 12:01:59 -05:00
committed by GitHub
parent 6ff14d7bbe
commit b1e3fb2d84
3 changed files with 40 additions and 19 deletions

View File

@@ -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.1
Commands:
- pwsh
Installers:
- Architecture: x64
InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v7.1.1/PowerShell-7.1.1-win-x64.msi
InstallerType: msi
InstallerSha256: D234CFD6E9DD4A2CA68BFBC64C416DE42F31760E954812E8ADE02B6D57FE243F
ProductCode: "{41D89B69-B90A-4CFB-9783-4B86D2B34EC3}"
- Architecture: x86
InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v7.1.1/PowerShell-7.1.1-win-x86.msi
InstallerType: msi
InstallerSha256: 62F1F368A45685C567299E4E9CF68EFC193EB45818233A8E5E338A6E7E82092A
ProductCode: "{7B7FEFD2-1B63-4A8C-AAA7-453303937480}"
ManifestType: installer
ManifestVersion: 1.0.0

View File

@@ -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.1
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

View File

@@ -1,22 +1,7 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json
PackageIdentifier: Microsoft.PowerShell PackageIdentifier: Microsoft.PowerShell
PackageVersion: 7.1.1 PackageVersion: 7.1.1
PackageName: PowerShell DefaultLocale: en-US
Publisher: Microsoft ManifestType: version
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.1/PowerShell-7.1.1-win-x64.msi
InstallerType: msi
InstallerSha256: D234CFD6E9DD4A2CA68BFBC64C416DE42F31760E954812E8ADE02B6D57FE243F
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0 ManifestVersion: 1.0.0