From b1348a98bc25fdfea86567a3e886ea916134a78c Mon Sep 17 00:00:00 2001 From: Bittu <83997633+vedantmgoyal2009@users.noreply.github.com> Date: Mon, 26 Jul 2021 16:38:14 +0530 Subject: [PATCH 1/2] ARP/ProductCode: martinchrzan.ColorPicker version 1.0.5.0 --- .../martinchrzan.ColorPicker.installer.yaml | 18 +++++++++++++ ...martinchrzan.ColorPicker.locale.en-US.yaml | 27 +++++++++++++++++++ .../1.0.5.0/martinchrzan.ColorPicker.yaml | 9 +++++++ .../1.0.5/martinchrzan.ColorPicker.yaml | 21 --------------- 4 files changed, 54 insertions(+), 21 deletions(-) create mode 100644 manifests/m/martinchrzan/ColorPicker/1.0.5.0/martinchrzan.ColorPicker.installer.yaml create mode 100644 manifests/m/martinchrzan/ColorPicker/1.0.5.0/martinchrzan.ColorPicker.locale.en-US.yaml create mode 100644 manifests/m/martinchrzan/ColorPicker/1.0.5.0/martinchrzan.ColorPicker.yaml delete mode 100644 manifests/m/martinchrzan/ColorPicker/1.0.5/martinchrzan.ColorPicker.yaml diff --git a/manifests/m/martinchrzan/ColorPicker/1.0.5.0/martinchrzan.ColorPicker.installer.yaml b/manifests/m/martinchrzan/ColorPicker/1.0.5.0/martinchrzan.ColorPicker.installer.yaml new file mode 100644 index 0000000000000..e71b747ca9aa4 --- /dev/null +++ b/manifests/m/martinchrzan/ColorPicker/1.0.5.0/martinchrzan.ColorPicker.installer.yaml @@ -0,0 +1,18 @@ +# Created using YamlCreate.ps1 v1.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json + +PackageIdentifier: martinchrzan.ColorPicker +PackageVersion: 1.0.5.0 +MinimumOSVersion: 10.0.0.0 +Installers: +- InstallerLocale: en-US + Architecture: x64 + InstallerType: msi + Scope: machine + InstallerUrl: https://github.com/martinchrzan/ColorPicker/releases/download/1.0.5/Setup.msi + InstallerSha256: ED0027F5B1A0C3C87DA67C77FA3AEEEAA5B1C49C2E526A7FBBA0E516568A0266 + ProductCode: '{094FE9B4-A60C-4C60-BDA8-44CF3DC20395}' + UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.0.0 + diff --git a/manifests/m/martinchrzan/ColorPicker/1.0.5.0/martinchrzan.ColorPicker.locale.en-US.yaml b/manifests/m/martinchrzan/ColorPicker/1.0.5.0/martinchrzan.ColorPicker.locale.en-US.yaml new file mode 100644 index 0000000000000..9899fc42a1a5b --- /dev/null +++ b/manifests/m/martinchrzan/ColorPicker/1.0.5.0/martinchrzan.ColorPicker.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using YamlCreate.ps1 v1.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json + +PackageIdentifier: martinchrzan.ColorPicker +PackageVersion: 1.0.5.0 +PackageLocale: en-US +Publisher: Martin Chrzan +PublisherUrl: https://github.com/martinchrzan +PublisherSupportUrl: https://github.com/martinchrzan/ColorPicker/issues +#PrivacyUrl: +Author: martinchrzan +PackageName: ColorPicker +PackageUrl: https://github.com/martinchrzan/ColorPicker +License: MIT License +LicenseUrl: https://raw.githubusercontent.com/martinchrzan/ColorPicker/master/LICENSE +Copyright: Copyright (c) 2020 martinchrzan +CopyrightUrl: https://raw.githubusercontent.com/martinchrzan/ColorPicker/master/LICENSE +ShortDescription: Windows system-wide color picker +#Description: +Moniker: color-picker +Tags: +- color +- picker +- design +ManifestType: defaultLocale +ManifestVersion: 1.0.0 + diff --git a/manifests/m/martinchrzan/ColorPicker/1.0.5.0/martinchrzan.ColorPicker.yaml b/manifests/m/martinchrzan/ColorPicker/1.0.5.0/martinchrzan.ColorPicker.yaml new file mode 100644 index 0000000000000..d7dc124a5e80a --- /dev/null +++ b/manifests/m/martinchrzan/ColorPicker/1.0.5.0/martinchrzan.ColorPicker.yaml @@ -0,0 +1,9 @@ +# Created using YamlCreate.ps1 v1.2.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json + +PackageIdentifier: martinchrzan.ColorPicker +PackageVersion: 1.0.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.0.0 + diff --git a/manifests/m/martinchrzan/ColorPicker/1.0.5/martinchrzan.ColorPicker.yaml b/manifests/m/martinchrzan/ColorPicker/1.0.5/martinchrzan.ColorPicker.yaml deleted file mode 100644 index bed4191101ec8..0000000000000 --- a/manifests/m/martinchrzan/ColorPicker/1.0.5/martinchrzan.ColorPicker.yaml +++ /dev/null @@ -1,21 +0,0 @@ -PackageIdentifier: martinchrzan.ColorPicker -Publisher: martinchrzan -PackageName: ColorPicker -Author: martinchrzan -ShortDescription: Windows system-wide color picker -Tags: -- color -- picker -- design -PackageUrl: https://github.com/martinchrzan/ColorPicker -License: MIT -LicenseUrl: https://github.com/martinchrzan/ColorPicker/blob/master/LICENSE -PackageVersion: 1.0.5 -InstallerType: msi -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/martinchrzan/ColorPicker/releases/download/1.0.5/Setup.msi - InstallerSha256: ed0027f5b1a0c3c87da67c77fa3aeeeaa5b1c49c2e526a7fbba0e516568a0266 -PackageLocale: en-US -ManifestType: singleton -ManifestVersion: 1.0.0 \ No newline at end of file From 695c465553b65dc7e5ec3b0481d52761d6df63f1 Mon Sep 17 00:00:00 2001 From: Bittu <83997633+vedantmgoyal2009@users.noreply.github.com> Date: Mon, 26 Jul 2021 22:38:50 +0530 Subject: [PATCH 2/2] del --- .../martinchrzan.ColorPicker.installer.yaml | 18 ------------- ...martinchrzan.ColorPicker.locale.en-US.yaml | 27 ------------------- .../1.0.5.0/martinchrzan.ColorPicker.yaml | 9 ------- 3 files changed, 54 deletions(-) delete mode 100644 manifests/m/martinchrzan/ColorPicker/1.0.5.0/martinchrzan.ColorPicker.installer.yaml delete mode 100644 manifests/m/martinchrzan/ColorPicker/1.0.5.0/martinchrzan.ColorPicker.locale.en-US.yaml delete mode 100644 manifests/m/martinchrzan/ColorPicker/1.0.5.0/martinchrzan.ColorPicker.yaml diff --git a/manifests/m/martinchrzan/ColorPicker/1.0.5.0/martinchrzan.ColorPicker.installer.yaml b/manifests/m/martinchrzan/ColorPicker/1.0.5.0/martinchrzan.ColorPicker.installer.yaml deleted file mode 100644 index e71b747ca9aa4..0000000000000 --- a/manifests/m/martinchrzan/ColorPicker/1.0.5.0/martinchrzan.ColorPicker.installer.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Created using YamlCreate.ps1 v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json - -PackageIdentifier: martinchrzan.ColorPicker -PackageVersion: 1.0.5.0 -MinimumOSVersion: 10.0.0.0 -Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi - Scope: machine - InstallerUrl: https://github.com/martinchrzan/ColorPicker/releases/download/1.0.5/Setup.msi - InstallerSha256: ED0027F5B1A0C3C87DA67C77FA3AEEEAA5B1C49C2E526A7FBBA0E516568A0266 - ProductCode: '{094FE9B4-A60C-4C60-BDA8-44CF3DC20395}' - UpgradeBehavior: install -ManifestType: installer -ManifestVersion: 1.0.0 - diff --git a/manifests/m/martinchrzan/ColorPicker/1.0.5.0/martinchrzan.ColorPicker.locale.en-US.yaml b/manifests/m/martinchrzan/ColorPicker/1.0.5.0/martinchrzan.ColorPicker.locale.en-US.yaml deleted file mode 100644 index 9899fc42a1a5b..0000000000000 --- a/manifests/m/martinchrzan/ColorPicker/1.0.5.0/martinchrzan.ColorPicker.locale.en-US.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created using YamlCreate.ps1 v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json - -PackageIdentifier: martinchrzan.ColorPicker -PackageVersion: 1.0.5.0 -PackageLocale: en-US -Publisher: Martin Chrzan -PublisherUrl: https://github.com/martinchrzan -PublisherSupportUrl: https://github.com/martinchrzan/ColorPicker/issues -#PrivacyUrl: -Author: martinchrzan -PackageName: ColorPicker -PackageUrl: https://github.com/martinchrzan/ColorPicker -License: MIT License -LicenseUrl: https://raw.githubusercontent.com/martinchrzan/ColorPicker/master/LICENSE -Copyright: Copyright (c) 2020 martinchrzan -CopyrightUrl: https://raw.githubusercontent.com/martinchrzan/ColorPicker/master/LICENSE -ShortDescription: Windows system-wide color picker -#Description: -Moniker: color-picker -Tags: -- color -- picker -- design -ManifestType: defaultLocale -ManifestVersion: 1.0.0 - diff --git a/manifests/m/martinchrzan/ColorPicker/1.0.5.0/martinchrzan.ColorPicker.yaml b/manifests/m/martinchrzan/ColorPicker/1.0.5.0/martinchrzan.ColorPicker.yaml deleted file mode 100644 index d7dc124a5e80a..0000000000000 --- a/manifests/m/martinchrzan/ColorPicker/1.0.5.0/martinchrzan.ColorPicker.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Created using YamlCreate.ps1 v1.2.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json - -PackageIdentifier: martinchrzan.ColorPicker -PackageVersion: 1.0.5.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.0.0 -