From 7570d280684925227497a5379291853908f6bd46 Mon Sep 17 00:00:00 2001 From: Easton Pillay Date: Tue, 13 Apr 2021 20:17:00 -0500 Subject: [PATCH] Added x86 architecture for Mono version 6.12.0.77. (#10566) --- .../Mono/6.12.0.77/Mono.Mono.installer.yaml | 20 +++++++++++ .../6.12.0.77/Mono.Mono.locale.en-US.yaml | 23 +++++++++++++ .../m/Mono/Mono/6.12.0.77/Mono.Mono.yaml | 33 +++---------------- 3 files changed, 48 insertions(+), 28 deletions(-) create mode 100644 manifests/m/Mono/Mono/6.12.0.77/Mono.Mono.installer.yaml create mode 100644 manifests/m/Mono/Mono/6.12.0.77/Mono.Mono.locale.en-US.yaml diff --git a/manifests/m/Mono/Mono/6.12.0.77/Mono.Mono.installer.yaml b/manifests/m/Mono/Mono/6.12.0.77/Mono.Mono.installer.yaml new file mode 100644 index 000000000..cd2562b0f --- /dev/null +++ b/manifests/m/Mono/Mono/6.12.0.77/Mono.Mono.installer.yaml @@ -0,0 +1,20 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +PackageIdentifier: Mono.Mono +PackageVersion: 6.12.0.77 +FileExtensions: +- cs +- exe +- dll +InstallerType: msi +Installers: +- Architecture: x64 + InstallerUrl: https://download.mono-project.com/archive/6.12.0/windows-installer/mono-6.12.0.77-x64-0.msi + InstallerSha256: C1C490806C1D56D4E3ECA40E5CE2855572474C0E0F4CF3EB1F34561A79778859 + ProductCode: "{C77F545E-4321-46D4-9F7D-9717E401E805}" +- Architecture: x86 + InstallerUrl: https://download.mono-project.com/archive/6.12.0/windows-installer/mono-6.12.0.77-gtksharp-2.12.45-win32-0.msi + InstallerSha256: 8057D9AF10DAE5157F49707D202B4A5DBE2AE259833B19A1D7DEBEE429B1DDD5 + ProductCode: "{DE64849E-06F6-4864-8E03-48784E3F457B}" +ManifestType: installer +ManifestVersion: 1.0.0 + diff --git a/manifests/m/Mono/Mono/6.12.0.77/Mono.Mono.locale.en-US.yaml b/manifests/m/Mono/Mono/6.12.0.77/Mono.Mono.locale.en-US.yaml new file mode 100644 index 000000000..54b9164ec --- /dev/null +++ b/manifests/m/Mono/Mono/6.12.0.77/Mono.Mono.locale.en-US.yaml @@ -0,0 +1,23 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +PackageIdentifier: Mono.Mono +PackageVersion: 6.12.0.77 +PackageLocale: en-US +Author: Mono Project +Description: Sponsored by Microsoft, Mono is an open source implementation of Microsoft"s .NET Framework based on the ECMA standards for C# and the Common Language Runtime. A growing family of solutions and an active and enthusiastic contributing community is helping position Mono to become the leading choice for development of cross platform applications. +Moniker: mono +Tags: +- sdk +- c# +- ecma +- clr +- net +- dotnet +PackageUrl: https://www.mono-project.com/ +LicenseUrl: https://www.mono-project.com/docs/faq/licensing/ +Publisher: Mono Project +PackageName: Mono +License: MIT +ShortDescription: Mono.Mono +ManifestType: defaultLocale +ManifestVersion: 1.0.0 + diff --git a/manifests/m/Mono/Mono/6.12.0.77/Mono.Mono.yaml b/manifests/m/Mono/Mono/6.12.0.77/Mono.Mono.yaml index 7435f377d..f4ab0aa72 100644 --- a/manifests/m/Mono/Mono/6.12.0.77/Mono.Mono.yaml +++ b/manifests/m/Mono/Mono/6.12.0.77/Mono.Mono.yaml @@ -1,30 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json PackageIdentifier: Mono.Mono -Publisher: Mono Project -PackageName: Mono -Author: Mono Project -ShortDescription: Mono.Mono -Description: Sponsored by Microsoft, Mono is an open source implementation of Microsoft's .NET Framework based on the ECMA standards for C# and the Common Language Runtime. A growing family of solutions and an active and enthusiastic contributing community is helping position Mono to become the leading choice for development of cross platform applications. -Moniker: mono -Tags: -- sdk -- c# -- ecma -- clr -- net -- dotnet -FileExtensions: -- cs -- exe -- dll -PackageUrl: https://www.mono-project.com/ -License: MIT -LicenseUrl: https://www.mono-project.com/docs/faq/licensing/ PackageVersion: 6.12.0.77 -InstallerType: msi -Installers: -- Architecture: x64 - InstallerUrl: https://download.mono-project.com/archive/6.12.0/windows-installer/mono-6.12.0.77-x64-0.msi - InstallerSha256: c1c490806c1d56d4e3eca40e5ce2855572474c0e0f4cf3eb1f34561a79778859 -PackageLocale: en-US -ManifestType: singleton -ManifestVersion: 1.0.0 \ No newline at end of file +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.0.0 +