Skip to content

Commit b8e47dc

Browse files
committed
New version: Microsoft.PowerShell version 7.5.4.0
1 parent 1a77561 commit b8e47dc

3 files changed

Lines changed: 79 additions & 0 deletions

File tree

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Created using wingetcreate 1.10.3.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: Microsoft.PowerShell
5+
PackageVersion: 7.5.4.0
6+
MinimumOSVersion: 10.0.17763.0
7+
InstallerType: wix
8+
Scope: machine
9+
InstallModes:
10+
- interactive
11+
- silent
12+
- silentWithProgress
13+
UpgradeBehavior: install
14+
Commands:
15+
- pwsh
16+
Installers:
17+
- Architecture: x64
18+
InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/PowerShell-7.5.4-win-x64.msi
19+
InstallerSha256: 84A39D39F113F884333686C4DF70BC6C517F5B5D3982D88B4A0139F10EBB3FCB
20+
ProductCode: '{E8159677-ACF8-4D64-9D36-5C36B8BBEA39}'
21+
- Architecture: x86
22+
InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/PowerShell-7.5.4-win-x86.msi
23+
InstallerSha256: 397126D6C186ECF0A5F6F572D920E87F8602B728BE5B299B3401F34FB168B507
24+
ProductCode: '{C0EB62EC-3584-4297-9585-00376F6598E6}'
25+
- Architecture: arm
26+
InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/PowerShell-7.5.4-win-arm64.msi
27+
InstallerSha256: B7757B4D2477CE3A4426D87B1B84D827B2272F83C75C1C0C9FBC21264DA3ADCE
28+
ProductCode: '{65823C8A-B1A9-40BD-AB10-D8174890930C}'
29+
- Architecture: arm64
30+
InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/PowerShell-7.5.4-win-arm64.msi
31+
InstallerSha256: B7757B4D2477CE3A4426D87B1B84D827B2272F83C75C1C0C9FBC21264DA3ADCE
32+
ProductCode: '{65823C8A-B1A9-40BD-AB10-D8174890930C}'
33+
ManifestType: installer
34+
ManifestVersion: 1.10.0
35+
ReleaseDate: 2025-10-20
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Created using wingetcreate 1.10.3.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: Microsoft.PowerShell
5+
PackageVersion: 7.5.4.0
6+
PackageLocale: en-US
7+
Publisher: Microsoft Corporation
8+
PublisherUrl: https://github.com/PowerShell/PowerShell/
9+
PublisherSupportUrl: https://github.com/PowerShell/PowerShell/issues
10+
Author: Microsoft Corporation
11+
PackageName: PowerShell
12+
PackageUrl: https://microsoft.com/PowerShell
13+
License: MIT
14+
LicenseUrl: https://github.com/PowerShell/PowerShell/blob/master/LICENSE.txt
15+
Copyright: Copyright (c) Microsoft Corporation
16+
CopyrightUrl: https://github.com/PowerShell/PowerShell/blob/master/LICENSE.txt
17+
ShortDescription: PowerShell is a cross-platform task automation solution made up of a command-line shell, a scripting language, and a configuration management framework. PowerShell runs on Windows, Linux, and macOS.
18+
Description: |-
19+
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.
20+
It includes a command-line shell, an associated scripting language and a framework for processing cmdlets.
21+
Moniker: pwsh
22+
Tags:
23+
- command-line
24+
- cross-platform
25+
- open-source
26+
- powershell
27+
- pwsh
28+
- shell
29+
ReleaseNotesUrl: https://github.com/PowerShell/PowerShell/releases/tag/v7.5.4
30+
Documentations:
31+
- DocumentLabel: Product Documentation
32+
DocumentUrl: https://learn.microsoft.com/powershell
33+
- DocumentLabel: FAQ
34+
DocumentUrl: https://github.com/PowerShell/PowerShell/blob/master/docs/FAQ.md
35+
ManifestType: defaultLocale
36+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created using wingetcreate 1.10.3.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: Microsoft.PowerShell
5+
PackageVersion: 7.5.4.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)