From d446161e8fdf938730a994128b2945e61ea3aea5 Mon Sep 17 00:00:00 2001 From: terrymacdonald Date: Sun, 13 Dec 2020 13:47:13 +1300 Subject: [PATCH 1/9] Create CNAME --- docs/CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/CNAME diff --git a/docs/CNAME b/docs/CNAME new file mode 100644 index 0000000..ffc423b --- /dev/null +++ b/docs/CNAME @@ -0,0 +1 @@ +displaymagician.littlebitbig.com \ No newline at end of file From 8bad95cba00896255f8ba99d78034b49f5a88c5f Mon Sep 17 00:00:00 2001 From: terrymacdonald Date: Sun, 13 Dec 2020 14:02:32 +1300 Subject: [PATCH 2/9] Create displaymagician.json --- docs/displaymagician.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/displaymagician.json diff --git a/docs/displaymagician.json b/docs/displaymagician.json new file mode 100644 index 0000000..1985765 --- /dev/null +++ b/docs/displaymagician.json @@ -0,0 +1,14 @@ +{ + "version":"2.0.0.0", + "url":"http://rbsoft.org/downloads/AutoUpdaterTest.zip", + "changelog":"https://github.com/ravibpatel/AutoUpdater.NET/releases", + "mandatory":{ + "value":true, + "minVersion": "2.0.0.0", + "mode":1 + }, + "checksum":{ + "value":"E5F59E50FC91A9E52634FFCB11F32BD37FE0E2F1", + "hashingAlgorithm":"SHA1" + } +} From efa0c68e907bd8b8fdcd0ab3835a34535f982ad2 Mon Sep 17 00:00:00 2001 From: terrymacdonald Date: Sun, 13 Dec 2020 14:09:35 +1300 Subject: [PATCH 3/9] Delete displaymagician.json --- docs/displaymagician.json | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 docs/displaymagician.json diff --git a/docs/displaymagician.json b/docs/displaymagician.json deleted file mode 100644 index 1985765..0000000 --- a/docs/displaymagician.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "version":"2.0.0.0", - "url":"http://rbsoft.org/downloads/AutoUpdaterTest.zip", - "changelog":"https://github.com/ravibpatel/AutoUpdater.NET/releases", - "mandatory":{ - "value":true, - "minVersion": "2.0.0.0", - "mode":1 - }, - "checksum":{ - "value":"E5F59E50FC91A9E52634FFCB11F32BD37FE0E2F1", - "hashingAlgorithm":"SHA1" - } -} From 7cbfcde5a128991d43d9d9c7e1b687c0599eeb69 Mon Sep 17 00:00:00 2001 From: terrymacdonald Date: Sun, 13 Dec 2020 14:10:31 +1300 Subject: [PATCH 4/9] Create index.json --- docs/update/index.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/update/index.json diff --git a/docs/update/index.json b/docs/update/index.json new file mode 100644 index 0000000..1985765 --- /dev/null +++ b/docs/update/index.json @@ -0,0 +1,14 @@ +{ + "version":"2.0.0.0", + "url":"http://rbsoft.org/downloads/AutoUpdaterTest.zip", + "changelog":"https://github.com/ravibpatel/AutoUpdater.NET/releases", + "mandatory":{ + "value":true, + "minVersion": "2.0.0.0", + "mode":1 + }, + "checksum":{ + "value":"E5F59E50FC91A9E52634FFCB11F32BD37FE0E2F1", + "hashingAlgorithm":"SHA1" + } +} From 6dac280f651063dbab5cf78ba089514afd8dc2e7 Mon Sep 17 00:00:00 2001 From: terrymacdonald Date: Sun, 13 Dec 2020 15:02:05 +1300 Subject: [PATCH 5/9] Update to reflect new test update --- docs/update/index.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/update/index.json b/docs/update/index.json index 1985765..d3dded5 100644 --- a/docs/update/index.json +++ b/docs/update/index.json @@ -1,14 +1,14 @@ { - "version":"2.0.0.0", - "url":"http://rbsoft.org/downloads/AutoUpdaterTest.zip", - "changelog":"https://github.com/ravibpatel/AutoUpdater.NET/releases", - "mandatory":{ - "value":true, - "minVersion": "2.0.0.0", - "mode":1 - }, - "checksum":{ - "value":"E5F59E50FC91A9E52634FFCB11F32BD37FE0E2F1", - "hashingAlgorithm":"SHA1" - } + "version": "0.1-alpha.0", + "url": "https://github.com/terrymacdonald/DisplayMagician/releases/download/v0.1-alpha.0/DisplayMagicianSetup-0.1-alpha.0.msi", + "changelog": "https://github.com/terrymacdonald/DisplayMagician/releases", + "mandatory": { + "value": false, + "minVersion": "0.0.1.0", + "mode": 0 + }, + "checksum": { + "value": "818B9DC0A6615910998DCD3679311CB8A7B8B37D8D661AD6D4D97A6458F731BC", + "hashingAlgorithm": "SHA256" + } } From a7727207b91c19601b6805640da2e7ac0c19c120 Mon Sep 17 00:00:00 2001 From: terrymacdonald Date: Sun, 13 Dec 2020 15:04:08 +1300 Subject: [PATCH 6/9] Update index.json --- docs/update/index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/update/index.json b/docs/update/index.json index d3dded5..efcd211 100644 --- a/docs/update/index.json +++ b/docs/update/index.json @@ -1,5 +1,5 @@ { - "version": "0.1-alpha.0", + "version": "0.1-alpha.0.0", "url": "https://github.com/terrymacdonald/DisplayMagician/releases/download/v0.1-alpha.0/DisplayMagicianSetup-0.1-alpha.0.msi", "changelog": "https://github.com/terrymacdonald/DisplayMagician/releases", "mandatory": { From 08215a4d28225dfcf435531afd6dfec08e6c0abb Mon Sep 17 00:00:00 2001 From: terrymacdonald Date: Sun, 13 Dec 2020 15:05:33 +1300 Subject: [PATCH 7/9] Update index.json --- docs/update/index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/update/index.json b/docs/update/index.json index efcd211..6870beb 100644 --- a/docs/update/index.json +++ b/docs/update/index.json @@ -1,5 +1,5 @@ { - "version": "0.1-alpha.0.0", + "version": "0.0.2.0", "url": "https://github.com/terrymacdonald/DisplayMagician/releases/download/v0.1-alpha.0/DisplayMagicianSetup-0.1-alpha.0.msi", "changelog": "https://github.com/terrymacdonald/DisplayMagician/releases", "mandatory": { From 9954fdf5c1a0772953ec4e3d0f6d438303450995 Mon Sep 17 00:00:00 2001 From: terrymacdonald Date: Sun, 13 Dec 2020 15:10:46 +1300 Subject: [PATCH 8/9] Update index.json --- docs/update/index.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/update/index.json b/docs/update/index.json index 6870beb..3924141 100644 --- a/docs/update/index.json +++ b/docs/update/index.json @@ -1,10 +1,10 @@ { - "version": "0.0.2.0", + "version": "0.2.0", "url": "https://github.com/terrymacdonald/DisplayMagician/releases/download/v0.1-alpha.0/DisplayMagicianSetup-0.1-alpha.0.msi", "changelog": "https://github.com/terrymacdonald/DisplayMagician/releases", "mandatory": { "value": false, - "minVersion": "0.0.1.0", + "minVersion": "0.1.0", "mode": 0 }, "checksum": { From d8f6f52814f9198a4ba56cb8d230967202b9f0f9 Mon Sep 17 00:00:00 2001 From: terrymacdonald Date: Sun, 13 Dec 2020 15:12:24 +1300 Subject: [PATCH 9/9] Update index.json --- docs/update/index.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/update/index.json b/docs/update/index.json index 3924141..f435140 100644 --- a/docs/update/index.json +++ b/docs/update/index.json @@ -1,10 +1,10 @@ { - "version": "0.2.0", + "version": "0.2.0.0", "url": "https://github.com/terrymacdonald/DisplayMagician/releases/download/v0.1-alpha.0/DisplayMagicianSetup-0.1-alpha.0.msi", "changelog": "https://github.com/terrymacdonald/DisplayMagician/releases", "mandatory": { "value": false, - "minVersion": "0.1.0", + "minVersion": "0.1.0.0", "mode": 0 }, "checksum": {