From 05e42f675aef668b0a9385b13e1b2bca243d2778 Mon Sep 17 00:00:00 2001 From: Kaleb Luedtke Date: Tue, 12 Jul 2022 18:05:34 -0500 Subject: [PATCH 1/2] New Package: Microsoft.NuGet --- .../4.1.0.2450/Microsoft.NuGet.installer.yaml | 18 ++++++++++ .../Microsoft.NuGet.locale.en-US.yaml | 33 +++++++++++++++++++ .../NuGet/4.1.0.2450/Microsoft.NuGet.yaml | 8 +++++ 3 files changed, 59 insertions(+) create mode 100644 manifests/m/Microsoft/NuGet/4.1.0.2450/Microsoft.NuGet.installer.yaml create mode 100644 manifests/m/Microsoft/NuGet/4.1.0.2450/Microsoft.NuGet.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/NuGet/4.1.0.2450/Microsoft.NuGet.yaml diff --git a/manifests/m/Microsoft/NuGet/4.1.0.2450/Microsoft.NuGet.installer.yaml b/manifests/m/Microsoft/NuGet/4.1.0.2450/Microsoft.NuGet.installer.yaml new file mode 100644 index 0000000000000..82cadc4d1f970 --- /dev/null +++ b/manifests/m/Microsoft/NuGet/4.1.0.2450/Microsoft.NuGet.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.1.2 $debug=AUSU.5-1-19041-1682 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json + +PackageIdentifier: Microsoft.NuGet +PackageVersion: 4.1.0.2450 +MinimumOSVersion: 10.0.0.0 +InstallerType: portable +Commands: +- nuget +AppsAndFeaturesEntries: +- DisplayName: NuGet CLI + DisplayVersion: 4.1.0 +Installers: +- Architecture: x86 + InstallerUrl: https://dist.nuget.org/win-x86-commandline/v4.1.0/nuget.exe + InstallerSha256: 4C1DE9B026E0C4AB087302FF75240885742C0FAA62BD2554F913BBE1F6CB63A0 +ManifestType: installer +ManifestVersion: 1.2.0 diff --git a/manifests/m/Microsoft/NuGet/4.1.0.2450/Microsoft.NuGet.locale.en-US.yaml b/manifests/m/Microsoft/NuGet/4.1.0.2450/Microsoft.NuGet.locale.en-US.yaml new file mode 100644 index 0000000000000..e726f48df65df --- /dev/null +++ b/manifests/m/Microsoft/NuGet/4.1.0.2450/Microsoft.NuGet.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 v2.1.2 $debug=AUSU.5-1-19041-1682 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json + +PackageIdentifier: Microsoft.NuGet +PackageVersion: 4.1.0.2450 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://microsoft.com +PublisherSupportUrl: https://support.microsoft.com/en-us +PrivacyUrl: https://go.microsoft.com/fwlink/?LinkID=824704 +Author: Microsoft Corporation +PackageName: NuGet +PackageUrl: https://www.nuget.org/ +License: Proprietary +LicenseUrl: https://www.nuget.org/policies/Terms +Copyright: Copyright (c) Microsoft Corporation. All rights reserved. +# CopyrightUrl: +ShortDescription: NuGet is the package manager for .NET +Description: NuGet is the package manager for .NET. It enables developers to create, share, and consume useful .NET libraries. NuGet client tools provide the ability to produce and consume these libraries as "packages". +Moniker: nuget +# Tags: +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: NuGet Documentation + DocumentUrl: https://docs.microsoft.com/en-us/nuget/ +- DocumentLabel: Known Issues + DocumentUrl: https://docs.microsoft.com/en-us/nuget/release-notes/known-issues +ManifestType: defaultLocale +ManifestVersion: 1.2.0 diff --git a/manifests/m/Microsoft/NuGet/4.1.0.2450/Microsoft.NuGet.yaml b/manifests/m/Microsoft/NuGet/4.1.0.2450/Microsoft.NuGet.yaml new file mode 100644 index 0000000000000..e6b9ffbe83456 --- /dev/null +++ b/manifests/m/Microsoft/NuGet/4.1.0.2450/Microsoft.NuGet.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.1.2 $debug=AUSU.5-1-19041-1682 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json + +PackageIdentifier: Microsoft.NuGet +PackageVersion: 4.1.0.2450 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 From 5fbf014f6dbe47c1f8a17a95d37bdb3a4fd622fa Mon Sep 17 00:00:00 2001 From: Kaleb Luedtke Date: Mon, 25 Jul 2022 09:36:19 -0500 Subject: [PATCH 2/2] Fix Version --- .../{4.1.0.2450 => 4.1.0}/Microsoft.NuGet.installer.yaml | 4 ++-- .../{4.1.0.2450 => 4.1.0}/Microsoft.NuGet.locale.en-US.yaml | 2 +- .../NuGet/{4.1.0.2450 => 4.1.0}/Microsoft.NuGet.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename manifests/m/Microsoft/NuGet/{4.1.0.2450 => 4.1.0}/Microsoft.NuGet.installer.yaml (91%) rename manifests/m/Microsoft/NuGet/{4.1.0.2450 => 4.1.0}/Microsoft.NuGet.locale.en-US.yaml (97%) rename manifests/m/Microsoft/NuGet/{4.1.0.2450 => 4.1.0}/Microsoft.NuGet.yaml (90%) diff --git a/manifests/m/Microsoft/NuGet/4.1.0.2450/Microsoft.NuGet.installer.yaml b/manifests/m/Microsoft/NuGet/4.1.0/Microsoft.NuGet.installer.yaml similarity index 91% rename from manifests/m/Microsoft/NuGet/4.1.0.2450/Microsoft.NuGet.installer.yaml rename to manifests/m/Microsoft/NuGet/4.1.0/Microsoft.NuGet.installer.yaml index 82cadc4d1f970..5f1cc559d38cf 100644 --- a/manifests/m/Microsoft/NuGet/4.1.0.2450/Microsoft.NuGet.installer.yaml +++ b/manifests/m/Microsoft/NuGet/4.1.0/Microsoft.NuGet.installer.yaml @@ -2,14 +2,14 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json PackageIdentifier: Microsoft.NuGet -PackageVersion: 4.1.0.2450 +PackageVersion: 4.1.0 MinimumOSVersion: 10.0.0.0 InstallerType: portable Commands: - nuget AppsAndFeaturesEntries: - DisplayName: NuGet CLI - DisplayVersion: 4.1.0 + DisplayVersion: 4.1.0.2450 Installers: - Architecture: x86 InstallerUrl: https://dist.nuget.org/win-x86-commandline/v4.1.0/nuget.exe diff --git a/manifests/m/Microsoft/NuGet/4.1.0.2450/Microsoft.NuGet.locale.en-US.yaml b/manifests/m/Microsoft/NuGet/4.1.0/Microsoft.NuGet.locale.en-US.yaml similarity index 97% rename from manifests/m/Microsoft/NuGet/4.1.0.2450/Microsoft.NuGet.locale.en-US.yaml rename to manifests/m/Microsoft/NuGet/4.1.0/Microsoft.NuGet.locale.en-US.yaml index e726f48df65df..389dc8ee5298f 100644 --- a/manifests/m/Microsoft/NuGet/4.1.0.2450/Microsoft.NuGet.locale.en-US.yaml +++ b/manifests/m/Microsoft/NuGet/4.1.0/Microsoft.NuGet.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json PackageIdentifier: Microsoft.NuGet -PackageVersion: 4.1.0.2450 +PackageVersion: 4.1.0 PackageLocale: en-US Publisher: Microsoft Corporation PublisherUrl: https://microsoft.com diff --git a/manifests/m/Microsoft/NuGet/4.1.0.2450/Microsoft.NuGet.yaml b/manifests/m/Microsoft/NuGet/4.1.0/Microsoft.NuGet.yaml similarity index 90% rename from manifests/m/Microsoft/NuGet/4.1.0.2450/Microsoft.NuGet.yaml rename to manifests/m/Microsoft/NuGet/4.1.0/Microsoft.NuGet.yaml index e6b9ffbe83456..fdb57a1389565 100644 --- a/manifests/m/Microsoft/NuGet/4.1.0.2450/Microsoft.NuGet.yaml +++ b/manifests/m/Microsoft/NuGet/4.1.0/Microsoft.NuGet.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json PackageIdentifier: Microsoft.NuGet -PackageVersion: 4.1.0.2450 +PackageVersion: 4.1.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.2.0