Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update: Microsoft.WingetCreate version 1.1.2.0 #69431

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,38 +1,27 @@
# Created using wingetcreate 1.0.4.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json
# Created with YamlCreate.ps1 v2.1.3 $debug=NVS1.7-2-5
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json

PackageIdentifier: Microsoft.WingetCreate
PackageVersion: 1.1.2.0
Platform:
- Windows.Universal
MinimumOSVersion: 10.0.17763.0
Scope: user
InstallModes:
- interactive
- silent
UpgradeBehavior: install
Commands:
- wingetcreate
PackageFamilyName: Microsoft.WindowsPackageManagerManifestCreator_8wekyb3d8bbwe
ReleaseDate: 2022-08-05
Installers:
- Platform:
- Windows.Universal
MinimumOSVersion: 10.0.17763.0
Architecture: x64
InstallerType: msix
InstallerUrl: https://github.com/microsoft/winget-create/releases/download/v1.1.2.0/Microsoft.WindowsPackageManagerManifestCreator_1.1.2.0_8wekyb3d8bbwe.msixbundle
InstallerSha256: D2BD469FEAAF13B3FE753558AAE31920D8BA2653A763C4702C574B99875B2BA9
SignatureSha256: 80C0C5698617EC1508427F7D17A1077D83ADA987E1724F866BFA223DBF757E59
PackageFamilyName: Microsoft.WindowsPackageManagerManifestCreator_8wekyb3d8bbwe
- Platform:
- Windows.Universal
MinimumOSVersion: 10.0.17763.0
Architecture: x86
- Architecture: neutral
InstallerType: msix
Scope: user
InstallerUrl: https://github.com/microsoft/winget-create/releases/download/v1.1.2.0/Microsoft.WindowsPackageManagerManifestCreator_1.1.2.0_8wekyb3d8bbwe.msixbundle
InstallerSha256: D2BD469FEAAF13B3FE753558AAE31920D8BA2653A763C4702C574B99875B2BA9
SignatureSha256: 80C0C5698617EC1508427F7D17A1077D83ADA987E1724F866BFA223DBF757E59
UpgradeBehavior: install
PackageFamilyName: Microsoft.WindowsPackageManagerManifestCreator_8wekyb3d8bbwe
- Architecture: neutral
InstallerType: portable
InstallerUrl: https://github.com/microsoft/winget-create/releases/download/v1.1.2.0/wingetcreate.exe
InstallerSha256: 66975CCC272DD7F0C86EF888C9DD3A1B63C6B7B4E2827A7EB49F8263C0789B83
ManifestType: installer
ManifestVersion: 1.1.0

ManifestVersion: 1.2.0
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Created using wingetcreate 1.0.4.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json
# Created with YamlCreate.ps1 v2.1.3 $debug=NVS1.7-2-5
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json

PackageIdentifier: Microsoft.WingetCreate
PackageVersion: 1.1.2.0
PackageLocale: en-US
Publisher: Microsoft Corporation
PublisherUrl: https://www.microsoft.com/en-US/
PublisherUrl: https://www.microsoft.com
PublisherSupportUrl: https://github.com/microsoft/winget-create/issues
PrivacyUrl: https://privacy.microsoft.com/en-US/privacystatement
PrivacyUrl: https://privacy.microsoft.com/privacystatement
Author: https://github.com/microsoft/winget-create/graphs/contributors
PackageName: Windows Package Manager Manifest Creator
PackageUrl: https://github.com/microsoft/winget-create
Expand All @@ -19,13 +19,27 @@ ShortDescription: The Windows Package Manager Manifest Creator command-line tool
Description: Windows Package Manager Manifest Creator is an Open Source tool designed to help developers create, update, and submit manifest files to the Windows Package Manager repository.
Moniker: wingetcreate
Tags:
- winget
- command-line
- package-manager
- manifests-generator
- package-manager
- package-manifests
- yaml
- winget
- winget-pkgs
- yaml
# Agreements:
ReleaseNotes: |
This release includes v1.2 Schema support as well as logic to help generate and update manifests for portable packages.
We have also made improvements to address issues when submitting manifests to forked repos that are out of sync with the upstream repository.
Changes:
• Fix null/empty filename string when downloading package file (#293)
• Add support for creating and updating portable manifests (#290)
• Sync fork prior to creating reference and handle NotFoundException (#289)
• always prompt for packageId (#288)
• Add custom YamlDotNet emitter that makes all fields with newlines use literal style. (#281)
• Add support for 1.2 Schema (#270)
ReleaseNotesUrl: https://github.com/microsoft/winget-create/releases/tag/v1.1.2.0
# PurchaseUrl:
# InstallationNotes:
# Documentations:
ManifestType: defaultLocale
ManifestVersion: 1.1.0

ManifestVersion: 1.2.0
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Created using wingetcreate 1.0.4.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json
# Created with YamlCreate.ps1 v2.1.3 $debug=NVS1.7-2-5
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json

PackageIdentifier: Microsoft.WingetCreate
PackageVersion: 1.1.2.0
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.1.0

ManifestVersion: 1.2.0