From 18056690f61287626dd663d77c74383314788bde Mon Sep 17 00:00:00 2001 From: zsh2401 Date: Wed, 19 Aug 2020 13:37:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/AutumnBox.Core/AutumnBox.Core.csproj | 8 ++++---- src/AutumnBox.GUI/AutumnBox.GUI.csproj | 6 +++--- src/AutumnBox.Leafx.Shared/ModuleInfo.cs | 2 +- src/AutumnBox.Logging.Shared/ModuleInfo.cs | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/AutumnBox.Core/AutumnBox.Core.csproj b/src/AutumnBox.Core/AutumnBox.Core.csproj index abcef8a4f..073525e2b 100644 --- a/src/AutumnBox.Core/AutumnBox.Core.csproj +++ b/src/AutumnBox.Core/AutumnBox.Core.csproj @@ -6,19 +6,19 @@ AutumnBox.Core AutumnBox.Core enable - 11.8.1 + 11.9 Debug;Release;SDK;Canary zsh2401 zsh2401 - 11.8.1.0 - 11.8.1.0 + 11.9.0.0 + 11.9.0.0 true false Let's Develop AutumnBox Extension! AutumnBox.SDK AutumnBox.SDK https://github.com/zsh2401/AutumnBox - 11.8 update: bug fixes. + 11.9 update: bug fixes. https://github.com/zsh2401/AutumnBox diff --git a/src/AutumnBox.GUI/AutumnBox.GUI.csproj b/src/AutumnBox.GUI/AutumnBox.GUI.csproj index 6d4926ed4..d280d7436 100644 --- a/src/AutumnBox.GUI/AutumnBox.GUI.csproj +++ b/src/AutumnBox.GUI/AutumnBox.GUI.csproj @@ -9,11 +9,11 @@ AutumnBox.GUI AutumnBox.GUI Resources\Icons\icon.ico - 2020.8.14.0 - 2020.8.14.0 + 2020.8.19.0 + 2020.8.19.0 Properties\app.manifest Debug;Release;Canary - 2020.8.14.0 + 2020.8.19.0 diff --git a/src/AutumnBox.Leafx.Shared/ModuleInfo.cs b/src/AutumnBox.Leafx.Shared/ModuleInfo.cs index fcf8f1f59..eddc65471 100644 --- a/src/AutumnBox.Leafx.Shared/ModuleInfo.cs +++ b/src/AutumnBox.Leafx.Shared/ModuleInfo.cs @@ -28,6 +28,6 @@ public static class ModuleInfo /// 指示版本 /// public static Version Version => Version.Parse(VERSION_STR); - const string VERSION_STR = "2020.5.18"; + const string VERSION_STR = "2020.8.19"; } } diff --git a/src/AutumnBox.Logging.Shared/ModuleInfo.cs b/src/AutumnBox.Logging.Shared/ModuleInfo.cs index dc1dab4c1..99c834e9e 100644 --- a/src/AutumnBox.Logging.Shared/ModuleInfo.cs +++ b/src/AutumnBox.Logging.Shared/ModuleInfo.cs @@ -28,6 +28,6 @@ public static class ModuleInfo /// 指示版本 /// public static Version Version => Version.Parse(VERSION_STR); - const string VERSION_STR = "2020.5.16"; + const string VERSION_STR = "2020.8.19"; } }