Skip to content

Commit 152a951

Browse files
committed
New version: Microsoft.PowerShell version 7.5.3.0
1 parent 5049da5 commit 152a951

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.3.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.3/PowerShell-7.5.3-win-x64.msi
19+
InstallerSha256: 28E23A6E3A18662B73E6FB267855F31786FB95EC943111DE9E9E1338844106B4
20+
ProductCode: '{B4D3359E-1191-4BBD-ABDB-0E4A39534981}'
21+
- Architecture: x86
22+
InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v7.5.3/PowerShell-7.5.3-win-x86.msi
23+
InstallerSha256: 7DF3626E290E2FB5162A7077C699CE826334787E0D1C6969AD97E1582A5570F4
24+
ProductCode: '{A6C3CA2C-33F1-4640-8BE7-05872E81912B}'
25+
- Architecture: arm
26+
InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v7.5.3/PowerShell-7.5.3-win-arm64.msi
27+
InstallerSha256: DE22B56B9F53F1B41AA038E6E9A1C56BFE31CA4B0700A9B887A1C92F46AD7424
28+
ProductCode: '{B07229D7-2DF9-43B4-897C-216ACF5A8541}'
29+
- Architecture: arm64
30+
InstallerUrl: https://github.com/PowerShell/PowerShell/releases/download/v7.5.3/PowerShell-7.5.3-win-arm64.msi
31+
InstallerSha256: DE22B56B9F53F1B41AA038E6E9A1C56BFE31CA4B0700A9B887A1C92F46AD7424
32+
ProductCode: '{B07229D7-2DF9-43B4-897C-216ACF5A8541}'
33+
ManifestType: installer
34+
ManifestVersion: 1.10.0
35+
ReleaseDate: 2025-09-10
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.3.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.3
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.3.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)