From 8767682eed75e4ada3c9158e6e454a9f12696853 Mon Sep 17 00:00:00 2001 From: Easton Pillay Date: Tue, 13 Apr 2021 16:56:22 -0500 Subject: [PATCH] Added x86 architecture for Mono version 6.10.0.103. (#10532) --- .../Mono/6.10.0.103/Mono.Mono.installer.yaml | 20 +++++++++++ .../6.10.0.103/Mono.Mono.locale.en-US.yaml | 23 +++++++++++++ .../m/Mono/Mono/6.10.0.103/Mono.Mono.yaml | 33 +++---------------- 3 files changed, 48 insertions(+), 28 deletions(-) create mode 100644 manifests/m/Mono/Mono/6.10.0.103/Mono.Mono.installer.yaml create mode 100644 manifests/m/Mono/Mono/6.10.0.103/Mono.Mono.locale.en-US.yaml diff --git a/manifests/m/Mono/Mono/6.10.0.103/Mono.Mono.installer.yaml b/manifests/m/Mono/Mono/6.10.0.103/Mono.Mono.installer.yaml new file mode 100644 index 000000000..5b1446a8f --- /dev/null +++ b/manifests/m/Mono/Mono/6.10.0.103/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.10.0.103 +FileExtensions: +- cs +- exe +- dll +InstallerType: msi +Installers: +- Architecture: x64 + InstallerUrl: https://download.mono-project.com/archive/6.10.0/windows-installer/mono-6.10.0.103-x64-0.msi + InstallerSha256: 5A94FE292677D57EDECD4719D22D251E4913B1ADB5F87BCDF17DCD88A1B7D0CF + ProductCode: "{FCF8C3B3-A3FE-4C32-8671-182EBD9C0898}" +- Architecture: x86 + InstallerUrl: https://download.mono-project.com/archive/6.10.0/windows-installer/mono-6.10.0.103-gtksharp-2.12.45-win32-0.msi + InstallerSha256: 0D23BC5F12C0D05D3B89DA5F1E650A435F71C1063DDAC52C25F535322DD2DFD7 + ProductCode: "{D1393B97-6AD9-4C93-93DB-E520F35C11B0}" +ManifestType: installer +ManifestVersion: 1.0.0 + diff --git a/manifests/m/Mono/Mono/6.10.0.103/Mono.Mono.locale.en-US.yaml b/manifests/m/Mono/Mono/6.10.0.103/Mono.Mono.locale.en-US.yaml new file mode 100644 index 000000000..dc5dbc0fa --- /dev/null +++ b/manifests/m/Mono/Mono/6.10.0.103/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.10.0.103 +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.10.0.103/Mono.Mono.yaml b/manifests/m/Mono/Mono/6.10.0.103/Mono.Mono.yaml index 9e43399da..a809fa069 100644 --- a/manifests/m/Mono/Mono/6.10.0.103/Mono.Mono.yaml +++ b/manifests/m/Mono/Mono/6.10.0.103/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.10.0.103 -InstallerType: msi -Installers: -- Architecture: x64 - InstallerUrl: https://download.mono-project.com/archive/6.10.0/windows-installer/mono-6.10.0.103-x64-0.msi - InstallerSha256: 5a94fe292677d57edecd4719d22d251e4913b1adb5f87bcdf17dcd88a1b7d0cf -PackageLocale: en-US -ManifestType: singleton -ManifestVersion: 1.0.0 \ No newline at end of file +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.0.0 +