From 03319b76df1158e099944c5ed4479d094979796b Mon Sep 17 00:00:00 2001 From: Demitrius Date: Wed, 6 May 2020 08:43:21 -0700 Subject: [PATCH 1/4] Added .gitattributes .yaml files are text --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000..fd74ab637552d --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.yaml text \ No newline at end of file From 0a589bda1e9568844468cdae9e4d561ef729cbe9 Mon Sep 17 00:00:00 2001 From: denelon Date: Fri, 8 May 2020 11:57:34 -0700 Subject: [PATCH 2/4] Adding EdgeSetup --- manifests/Microsoft/EdgeSetup.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 manifests/Microsoft/EdgeSetup.yaml diff --git a/manifests/Microsoft/EdgeSetup.yaml b/manifests/Microsoft/EdgeSetup.yaml new file mode 100644 index 0000000000000..4009cca744257 --- /dev/null +++ b/manifests/Microsoft/EdgeSetup.yaml @@ -0,0 +1,14 @@ +Id: Microsoft.EdgeSetup +Version: 1.3.127.21 +Name: Edge +Publisher: Microsoft Corporation +Homepage: https://www.microsoft.com/edge +License: Copyright (c) Microsoft Corporation +LicenseUrl: https://docs.microsoft.com/en-us/legal/microsoft-edge/microsoft-edge-devtools-license-terms +AppMoniker: edge +Description: The new Microsoft Edge is powered by the same open source technology as Google Chrome, providing best in class web and extension compatibility. +Installers: + - Arch: x64 + Url: https://go.microsoft.com/fwlink/?linkid=2108834&Channel=Stable&language=en + InstallerType: exe + Sha256: 56a24fa6fc054cacbf8d83bc843942ebd1a90c86bda44854d6f18fa2c5d2b4eb From 9e668d29e60232b16ad4ceaced44691c1f239b8d Mon Sep 17 00:00:00 2001 From: denelon Date: Fri, 8 May 2020 12:00:01 -0700 Subject: [PATCH 3/4] Moved into EdgeSetup Folder --- manifests/Microsoft/{ => EdgeSetup}/EdgeSetup.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename manifests/Microsoft/{ => EdgeSetup}/EdgeSetup.yaml (100%) diff --git a/manifests/Microsoft/EdgeSetup.yaml b/manifests/Microsoft/EdgeSetup/EdgeSetup.yaml similarity index 100% rename from manifests/Microsoft/EdgeSetup.yaml rename to manifests/Microsoft/EdgeSetup/EdgeSetup.yaml From 959fb3e4d6cd1967c5d3e89128a6a0fc15806cca Mon Sep 17 00:00:00 2001 From: denelon Date: Fri, 8 May 2020 13:12:31 -0700 Subject: [PATCH 4/4] Removing manifest from PR --- manifests/Microsoft/EdgeSetup/EdgeSetup.yaml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 manifests/Microsoft/EdgeSetup/EdgeSetup.yaml diff --git a/manifests/Microsoft/EdgeSetup/EdgeSetup.yaml b/manifests/Microsoft/EdgeSetup/EdgeSetup.yaml deleted file mode 100644 index 4009cca744257..0000000000000 --- a/manifests/Microsoft/EdgeSetup/EdgeSetup.yaml +++ /dev/null @@ -1,14 +0,0 @@ -Id: Microsoft.EdgeSetup -Version: 1.3.127.21 -Name: Edge -Publisher: Microsoft Corporation -Homepage: https://www.microsoft.com/edge -License: Copyright (c) Microsoft Corporation -LicenseUrl: https://docs.microsoft.com/en-us/legal/microsoft-edge/microsoft-edge-devtools-license-terms -AppMoniker: edge -Description: The new Microsoft Edge is powered by the same open source technology as Google Chrome, providing best in class web and extension compatibility. -Installers: - - Arch: x64 - Url: https://go.microsoft.com/fwlink/?linkid=2108834&Channel=Stable&language=en - InstallerType: exe - Sha256: 56a24fa6fc054cacbf8d83bc843942ebd1a90c86bda44854d6f18fa2c5d2b4eb