Added x86 architecture for PowerShell version 7.0.0. (#10414)
This commit is contained in:
@@ -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.0
|
||||
Commands:
|
||||
- pwsh
|
||||
Installers:
|
||||
- Architecture: x64
|
||||
InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v7.0.0/PowerShell-7.0.0-win-x64.msi
|
||||
InstallerType: msi
|
||||
InstallerSha256: 876F4A64012A1FB024DCCEA696DB00C5CD1A37C8DC9DFA2431C58CDF9F82950B
|
||||
ProductCode: "{B324E508-9AAE-446A-BC4C-BB446E8C2A18}"
|
||||
- Architecture: x86
|
||||
InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v7.0.0/PowerShell-7.0.0-win-x86.msi
|
||||
InstallerType: msi
|
||||
InstallerSha256: C0E8CBE16EDA134385D499881E6E0F2784BCB4D26CBE42ED5B81E29EEC37B3DA
|
||||
ProductCode: "{BF1E4B7A-656D-47B3-8AE7-C69F50B14665}"
|
||||
ManifestType: installer
|
||||
ManifestVersion: 1.0.0
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json
|
||||
PackageIdentifier: Microsoft.PowerShell
|
||||
PackageVersion: 7.0.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
|
||||
Publisher: Microsoft
|
||||
PackageName: PowerShell
|
||||
License: MIT
|
||||
ShortDescription: Microsoft.PowerShell
|
||||
ManifestType: defaultLocale
|
||||
ManifestVersion: 1.0.0
|
||||
|
||||
@@ -1,19 +1,7 @@
|
||||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json
|
||||
PackageIdentifier: Microsoft.PowerShell
|
||||
PackageVersion: 7.0.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
|
||||
Commands:
|
||||
- pwsh
|
||||
Installers:
|
||||
- Architecture: x64
|
||||
InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v7.0.0/PowerShell-7.0.0-win-x64.msi
|
||||
InstallerType: msi
|
||||
InstallerSha256: 876F4A64012A1FB024DCCEA696DB00C5CD1A37C8DC9DFA2431C58CDF9F82950B
|
||||
PackageLocale: en-US
|
||||
ManifestType: singleton
|
||||
DefaultLocale: en-US
|
||||
ManifestType: version
|
||||
ManifestVersion: 1.0.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user