diff --git a/src/AutumnBox.Core/AutumnBox.Core.csproj b/src/AutumnBox.Core/AutumnBox.Core.csproj index abcef8a4..073525e2 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 6d4926ed..d280d743 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 fcf8f1f5..eddc6547 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 dc1dab4c..99c834e9 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"; } }