Added x86 architecture for PowerShell version 7.1.3. (#10424)

This commit is contained in:
Easton Pillay
2021-04-09 11:28:10 -05:00
committed by GitHub
parent 9d203cac76
commit 24728c90e5
3 changed files with 40 additions and 20 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.3
Commands:
- pwsh
Installers:
- Architecture: x64
InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v7.1.3/PowerShell-7.1.3-win-x64.msi
InstallerType: msi
InstallerSha256: 459642D8B6D69F643794DF8394F28191F43E5ED35472899C4F0D8424F6D1317C
ProductCode: "{A6307460-5CB8-47E2-91FE-A35552EA2C39}"
- Architecture: x86
InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v7.1.3/PowerShell-7.1.3-win-x86.msi
InstallerType: msi
InstallerSha256: 7CEB1203D2C4A6D7C28128C9CBC8282EAF9C237FEE238930C16382F2C0C731EC
ProductCode: "{626E5136-60AB-4043-96B7-1959F3FFF63E}"
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.3
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,23 +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.3 PackageVersion: 7.1.3
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.3/PowerShell-7.1.3-win-x64.msi
InstallerType: msi
InstallerSha256: 459642D8B6D69F643794DF8394F28191F43E5ED35472899C4F0D8424F6D1317C
ProductCode: "{A6307460-5CB8-47E2-91FE-A35552EA2C39}"
PackageLocale: en-US
ManifestType: singleton
ManifestVersion: 1.0.0 ManifestVersion: 1.0.0