Skip to content

Commit 6a1f778

Browse files
authored
New version: Microsoft.DSC version 3.1.1 (microsoft#274192)
1 parent 17fb8d0 commit 6a1f778

3 files changed

Lines changed: 75 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Created using wingetcreate 1.10.2.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: Microsoft.DSC
5+
PackageVersion: 3.1.1
6+
InstallerType: zip
7+
NestedInstallerType: portable
8+
NestedInstallerFiles:
9+
- RelativeFilePath: dsc.exe
10+
PortableCommandAlias: dsc
11+
Commands:
12+
- dsc
13+
FileExtensions:
14+
- dsc.json
15+
- dsc.yaml
16+
- winget
17+
Installers:
18+
- Architecture: x64
19+
InstallerUrl: https://github.com/PowerShell/DSC/releases/download/v3.1.1/DSC-3.1.1-x86_64-pc-windows-msvc.zip
20+
InstallerSha256: 677873DA773755B34E89FA57FE086E88B1DFF87D560128E48CC5E5D2318525B7
21+
- Architecture: arm64
22+
InstallerUrl: https://github.com/PowerShell/DSC/releases/download/v3.1.1/DSC-3.1.1-aarch64-pc-windows-msvc.zip
23+
InstallerSha256: A4A0B61411B155A19D89BE33B1A4491A85562424E9D7F09476BA8B91F6606AFD
24+
ManifestType: installer
25+
ManifestVersion: 1.10.0
26+
ReleaseDate: 2025-07-14
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Created using wingetcreate 1.10.2.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: Microsoft.DSC
5+
PackageVersion: 3.1.1
6+
PackageLocale: en-US
7+
Publisher: Microsoft Corporation
8+
PublisherUrl: https://github.com/PowerShell
9+
PublisherSupportUrl: https://github.com/PowerShell/DSC/issues
10+
PackageName: DSC v3
11+
PackageUrl: https://github.com/PowerShell/DSC
12+
License: MIT
13+
LicenseUrl: https://github.com/PowerShell/DSC/blob/main/LICENSE
14+
Copyright: Copyright (c) Microsoft Corporation
15+
CopyrightUrl: https://github.com/PowerShell/DSC/blob/main/LICENSE
16+
ShortDescription: DSCv3 is an open source command line application that abstracts the management of software components declaratively and idempotently.
17+
Description: |-
18+
DSCv3 is the latest iteration of Microsoft's Desired State Configuration platform.
19+
DSCv3 is an open source command line application that abstracts the management of software components declaratively and idempotently.
20+
DSCv3 runs on Linux, macOS, and Windows without any external dependencies.
21+
22+
With DSCv3, you can:
23+
24+
- Author resources to manage your systems in any language
25+
- Invoke individual resources
26+
- Create configuration documents that define the desired state of a system
27+
Moniker: dscv3
28+
Tags:
29+
- dsc
30+
- dscv3
31+
- configuration-as-code
32+
- config-as-code
33+
- configuration
34+
- desired-state-configuration
35+
- idempotent
36+
ReleaseNotesUrl: https://github.com/PowerShell/DSC/releases/tag/v3.1.1
37+
Documentations:
38+
- DocumentLabel: Microsoft Learn
39+
DocumentUrl: https://learn.microsoft.com/en-us/powershell/dsc/overview?view=dsc-3.0
40+
ManifestType: defaultLocale
41+
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.2.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: Microsoft.DSC
5+
PackageVersion: 3.1.1
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)