From f81f79367f3a45320e3b552361389be9a74419e1 Mon Sep 17 00:00:00 2001 From: next-autumn <73510229+next-autumn@users.noreply.github.com> Date: Sat, 27 Mar 2021 19:19:41 +0800 Subject: [PATCH] Create version.json --- version.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 version.json diff --git a/version.json b/version.json new file mode 100644 index 0000000..8871097 --- /dev/null +++ b/version.json @@ -0,0 +1,14 @@ +{ + "version":"3.1.0", + "url":"http://rbsoft.org/downloads/AutoUpdaterTest.zip", + "changelog":"https://github.com/ravibpatel/AutoUpdater.NET/releases", + "mandatory":{ + "value":true, + "minVersion": "3.1.0", + "mode":1 + }, + "checksum":{ + "value":"E5F59E50FC91A9E52634FFCB11F32BD37FE0E2F1", + "hashingAlgorithm":"SHA1" + } +}