From 4d1a24023f66fee84daced735f0cbe5ec895703e Mon Sep 17 00:00:00 2001 From: Easton Pillay Date: Tue, 13 Apr 2021 17:08:13 -0500 Subject: [PATCH] Added x86 architecture for Mono version 6.12.0.110. (#10552) --- .../Mono/6.12.0.110/Mono.Mono.installer.yaml | 20 +++++++++++ .../6.12.0.110/Mono.Mono.locale.en-US.yaml | 23 +++++++++++++ .../m/Mono/Mono/6.12.0.110/Mono.Mono.yaml | 33 +++---------------- 3 files changed, 48 insertions(+), 28 deletions(-) create mode 100644 manifests/m/Mono/Mono/6.12.0.110/Mono.Mono.installer.yaml create mode 100644 manifests/m/Mono/Mono/6.12.0.110/Mono.Mono.locale.en-US.yaml diff --git a/manifests/m/Mono/Mono/6.12.0.110/Mono.Mono.installer.yaml b/manifests/m/Mono/Mono/6.12.0.110/Mono.Mono.installer.yaml new file mode 100644 index 000000000..f9016a5d6 --- /dev/null +++ b/manifests/m/Mono/Mono/6.12.0.110/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.110 +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.110-x64-0.msi + InstallerSha256: 6A0BE7B3712CD76DD91F011D8F39EF7AA37AB32FA9422B41B242311E503B3DF4 + ProductCode: "{AE7C7F3F-3C74-4718-A9DE-99ED821F6C67}" +- Architecture: x86 + InstallerUrl: https://download.mono-project.com/archive/6.12.0/windows-installer/mono-6.12.0.110-gtksharp-2.12.45-win32-0.msi + InstallerSha256: A1F634E894599101B3D8D10C83DAE3E562ED1FBCA4985CD72745C2483A2581EE + ProductCode: "{1ACB7467-79B1-4D91-8305-AF6C78CFA34C}" +ManifestType: installer +ManifestVersion: 1.0.0 + diff --git a/manifests/m/Mono/Mono/6.12.0.110/Mono.Mono.locale.en-US.yaml b/manifests/m/Mono/Mono/6.12.0.110/Mono.Mono.locale.en-US.yaml new file mode 100644 index 000000000..6f93e6fed --- /dev/null +++ b/manifests/m/Mono/Mono/6.12.0.110/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.110 +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.110/Mono.Mono.yaml b/manifests/m/Mono/Mono/6.12.0.110/Mono.Mono.yaml index 5dbf79130..4b90494de 100644 --- a/manifests/m/Mono/Mono/6.12.0.110/Mono.Mono.yaml +++ b/manifests/m/Mono/Mono/6.12.0.110/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.110 -InstallerType: msi -Installers: -- Architecture: x64 - InstallerUrl: https://download.mono-project.com/archive/6.12.0/windows-installer/mono-6.12.0.110-x64-0.msi - InstallerSha256: 6a0be7b3712cd76dd91f011d8f39ef7aa37ab32fa9422b41b242311e503b3df4 -PackageLocale: en-US -ManifestType: singleton -ManifestVersion: 1.0.0 \ No newline at end of file +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.0.0 +