From d399a37a33f361d17cbb4ed4f6f59a3794b64ca1 Mon Sep 17 00:00:00 2001 From: Kaleb Luedtke Date: Tue, 12 Jul 2022 18:07:15 -0500 Subject: [PATCH 1/2] New Package: Microsoft.NuGet --- .../5.2.1.12/Microsoft.NuGet.installer.yaml | 18 ++++++++++ .../Microsoft.NuGet.locale.en-US.yaml | 33 +++++++++++++++++++ .../NuGet/5.2.1.12/Microsoft.NuGet.yaml | 8 +++++ 3 files changed, 59 insertions(+) create mode 100644 manifests/m/Microsoft/NuGet/5.2.1.12/Microsoft.NuGet.installer.yaml create mode 100644 manifests/m/Microsoft/NuGet/5.2.1.12/Microsoft.NuGet.locale.en-US.yaml create mode 100644 manifests/m/Microsoft/NuGet/5.2.1.12/Microsoft.NuGet.yaml diff --git a/manifests/m/Microsoft/NuGet/5.2.1.12/Microsoft.NuGet.installer.yaml b/manifests/m/Microsoft/NuGet/5.2.1.12/Microsoft.NuGet.installer.yaml new file mode 100644 index 0000000000000..a95870ec45e34 --- /dev/null +++ b/manifests/m/Microsoft/NuGet/5.2.1.12/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: 5.2.1.12 +MinimumOSVersion: 10.0.0.0 +InstallerType: portable +Commands: +- nuget +AppsAndFeaturesEntries: +- DisplayName: NuGet CLI + DisplayVersion: 5.2.1 +Installers: +- Architecture: x86 + InstallerUrl: https://dist.nuget.org/win-x86-commandline/v5.2.1/nuget.exe + InstallerSha256: 4BA73930BBFDBD4C4416488C118B58F1388CFDFC9D8A0131268A95124E77BEF8 +ManifestType: installer +ManifestVersion: 1.2.0 diff --git a/manifests/m/Microsoft/NuGet/5.2.1.12/Microsoft.NuGet.locale.en-US.yaml b/manifests/m/Microsoft/NuGet/5.2.1.12/Microsoft.NuGet.locale.en-US.yaml new file mode 100644 index 0000000000000..6ff90f3bd822c --- /dev/null +++ b/manifests/m/Microsoft/NuGet/5.2.1.12/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: 5.2.1.12 +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: https://docs.microsoft.com/en-us/nuget/release-notes/nuget-5.2-rtm +# 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/5.2.1.12/Microsoft.NuGet.yaml b/manifests/m/Microsoft/NuGet/5.2.1.12/Microsoft.NuGet.yaml new file mode 100644 index 0000000000000..2a289559ab830 --- /dev/null +++ b/manifests/m/Microsoft/NuGet/5.2.1.12/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: 5.2.1.12 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.2.0 From a16dfd30b7ea3c0f2ce8fea3070070daee553fc9 Mon Sep 17 00:00:00 2001 From: Kaleb Luedtke Date: Mon, 25 Jul 2022 09:45:17 -0500 Subject: [PATCH 2/2] Fix Version --- .../NuGet/{5.2.1.12 => 5.2.1}/Microsoft.NuGet.installer.yaml | 4 ++-- .../{5.2.1.12 => 5.2.1}/Microsoft.NuGet.locale.en-US.yaml | 2 +- .../Microsoft/NuGet/{5.2.1.12 => 5.2.1}/Microsoft.NuGet.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename manifests/m/Microsoft/NuGet/{5.2.1.12 => 5.2.1}/Microsoft.NuGet.installer.yaml (91%) rename manifests/m/Microsoft/NuGet/{5.2.1.12 => 5.2.1}/Microsoft.NuGet.locale.en-US.yaml (98%) rename manifests/m/Microsoft/NuGet/{5.2.1.12 => 5.2.1}/Microsoft.NuGet.yaml (91%) diff --git a/manifests/m/Microsoft/NuGet/5.2.1.12/Microsoft.NuGet.installer.yaml b/manifests/m/Microsoft/NuGet/5.2.1/Microsoft.NuGet.installer.yaml similarity index 91% rename from manifests/m/Microsoft/NuGet/5.2.1.12/Microsoft.NuGet.installer.yaml rename to manifests/m/Microsoft/NuGet/5.2.1/Microsoft.NuGet.installer.yaml index a95870ec45e34..907a91df233fb 100644 --- a/manifests/m/Microsoft/NuGet/5.2.1.12/Microsoft.NuGet.installer.yaml +++ b/manifests/m/Microsoft/NuGet/5.2.1/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: 5.2.1.12 +PackageVersion: 5.2.1 MinimumOSVersion: 10.0.0.0 InstallerType: portable Commands: - nuget AppsAndFeaturesEntries: - DisplayName: NuGet CLI - DisplayVersion: 5.2.1 + DisplayVersion: 5.2.1.12 Installers: - Architecture: x86 InstallerUrl: https://dist.nuget.org/win-x86-commandline/v5.2.1/nuget.exe diff --git a/manifests/m/Microsoft/NuGet/5.2.1.12/Microsoft.NuGet.locale.en-US.yaml b/manifests/m/Microsoft/NuGet/5.2.1/Microsoft.NuGet.locale.en-US.yaml similarity index 98% rename from manifests/m/Microsoft/NuGet/5.2.1.12/Microsoft.NuGet.locale.en-US.yaml rename to manifests/m/Microsoft/NuGet/5.2.1/Microsoft.NuGet.locale.en-US.yaml index 6ff90f3bd822c..f4c2100d96fee 100644 --- a/manifests/m/Microsoft/NuGet/5.2.1.12/Microsoft.NuGet.locale.en-US.yaml +++ b/manifests/m/Microsoft/NuGet/5.2.1/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: 5.2.1.12 +PackageVersion: 5.2.1 PackageLocale: en-US Publisher: Microsoft Corporation PublisherUrl: https://microsoft.com diff --git a/manifests/m/Microsoft/NuGet/5.2.1.12/Microsoft.NuGet.yaml b/manifests/m/Microsoft/NuGet/5.2.1/Microsoft.NuGet.yaml similarity index 91% rename from manifests/m/Microsoft/NuGet/5.2.1.12/Microsoft.NuGet.yaml rename to manifests/m/Microsoft/NuGet/5.2.1/Microsoft.NuGet.yaml index 2a289559ab830..ce7081301942a 100644 --- a/manifests/m/Microsoft/NuGet/5.2.1.12/Microsoft.NuGet.yaml +++ b/manifests/m/Microsoft/NuGet/5.2.1/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: 5.2.1.12 +PackageVersion: 5.2.1 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.2.0