From 67eae85a0bc8396b49762ff7aebed9fb93ba1d21 Mon Sep 17 00:00:00 2001 From: liufei Date: Tue, 20 Jul 2021 10:38:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E6=A3=80=E6=B5=8B=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.config | 2 +- GeekDesk.csproj | 1 + Update.json | 5 +++++ 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 Update.json diff --git a/App.config b/App.config index 6771eb4..22df80d 100644 --- a/App.config +++ b/App.config @@ -12,7 +12,7 @@ - + diff --git a/GeekDesk.csproj b/GeekDesk.csproj index d37571f..1978f23 100644 --- a/GeekDesk.csproj +++ b/GeekDesk.csproj @@ -290,6 +290,7 @@ Resources.Designer.cs + SettingsSingleFileGenerator diff --git a/Update.json b/Update.json new file mode 100644 index 0000000..5ce2ae6 --- /dev/null +++ b/Update.json @@ -0,0 +1,5 @@ +{ + "version" : "1.0-beta", + "msg" : "", + "log" : "" +} \ No newline at end of file