From b5098dc1cab3f9df55e381da5259cef18333b242 Mon Sep 17 00:00:00 2001 From: zsh2401 Date: Wed, 5 Jun 2019 22:09:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0SharpZipLib=E7=9A=84=E5=BC=95?= =?UTF-8?q?=E7=94=A8,=E6=9B=B4=E6=96=B0Newtonsoft.Json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AutumnBox.Basic/Properties/AssemblyInfo.cs | 4 ++-- AutumnBox.CoreModules/Extensions/Mix/EDeviceReboot.cs | 2 +- AutumnBox.CoreModules/Properties/AssemblyInfo.cs | 4 ++-- AutumnBox.GUI/AutumnBox.GUI.csproj | 5 ++++- AutumnBox.GUI/Properties/AssemblyInfo.cs | 4 ++-- AutumnBox.GUI/packages.config | 3 ++- AutumnBox.OpenFramework/AutumnBox.OpenFramework.nuspec | 2 +- 7 files changed, 14 insertions(+), 10 deletions(-) diff --git a/AutumnBox.Basic/Properties/AssemblyInfo.cs b/AutumnBox.Basic/Properties/AssemblyInfo.cs index 225057458..16fbf46b6 100644 --- a/AutumnBox.Basic/Properties/AssemblyInfo.cs +++ b/AutumnBox.Basic/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号 //通过使用 "*",如下所示: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2019.5.28")] -[assembly: AssemblyFileVersion("2019.5.28")] +[assembly: AssemblyVersion("2019.6.5")] +[assembly: AssemblyFileVersion("2019.6.5")] diff --git a/AutumnBox.CoreModules/Extensions/Mix/EDeviceReboot.cs b/AutumnBox.CoreModules/Extensions/Mix/EDeviceReboot.cs index 2c7476e1b..77aec3ce0 100644 --- a/AutumnBox.CoreModules/Extensions/Mix/EDeviceReboot.cs +++ b/AutumnBox.CoreModules/Extensions/Mix/EDeviceReboot.cs @@ -13,7 +13,7 @@ namespace AutumnBox.CoreModules.Extensions.Mix { - [ExtName("Reboot", "重启")] + [ExtName("Reboot", "zh-cn:重启")] [ExtAuth("zsh2401")] [ExtVersion(1,0,0)] [ExtIcon("Icons.restartdevice.png")] diff --git a/AutumnBox.CoreModules/Properties/AssemblyInfo.cs b/AutumnBox.CoreModules/Properties/AssemblyInfo.cs index 177fd35a4..b637633eb 100644 --- a/AutumnBox.CoreModules/Properties/AssemblyInfo.cs +++ b/AutumnBox.CoreModules/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ // 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号 // 方法是按如下所示使用“*”: : // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2019.5.29")] -[assembly: AssemblyFileVersion("2019.5.29")] \ No newline at end of file +[assembly: AssemblyVersion("2019.6.5")] +[assembly: AssemblyFileVersion("2019.6.5")] \ No newline at end of file diff --git a/AutumnBox.GUI/AutumnBox.GUI.csproj b/AutumnBox.GUI/AutumnBox.GUI.csproj index e871e1e8e..79ab9e5a2 100644 --- a/AutumnBox.GUI/AutumnBox.GUI.csproj +++ b/AutumnBox.GUI/AutumnBox.GUI.csproj @@ -111,8 +111,11 @@ ..\packages\HandyControl.1.5.5\lib\net45\HandyControl.dll + + ..\packages\SharpZipLib.1.1.0\lib\net45\ICSharpCode.SharpZipLib.dll + - ..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll + ..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll diff --git a/AutumnBox.GUI/Properties/AssemblyInfo.cs b/AutumnBox.GUI/Properties/AssemblyInfo.cs index 570ec499a..470ef92fc 100644 --- a/AutumnBox.GUI/Properties/AssemblyInfo.cs +++ b/AutumnBox.GUI/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ ResourceDictionaryLocation.None, //主题特定资源词典所处位置 ResourceDictionaryLocation.SourceAssembly //常规资源词典所处位置 )] -[assembly: AssemblyVersion("2019.5.29")] -[assembly: AssemblyFileVersion("2019.5.29")] +[assembly: AssemblyVersion("2019.6.5")] +[assembly: AssemblyFileVersion("2019.6.5")] [assembly: NeutralResourcesLanguage("zh-CN")] diff --git a/AutumnBox.GUI/packages.config b/AutumnBox.GUI/packages.config index 8c3314a94..db4b6457b 100644 --- a/AutumnBox.GUI/packages.config +++ b/AutumnBox.GUI/packages.config @@ -1,5 +1,6 @@  - + + \ No newline at end of file diff --git a/AutumnBox.OpenFramework/AutumnBox.OpenFramework.nuspec b/AutumnBox.OpenFramework/AutumnBox.OpenFramework.nuspec index 4520039fc..5811cfe83 100644 --- a/AutumnBox.OpenFramework/AutumnBox.OpenFramework.nuspec +++ b/AutumnBox.OpenFramework/AutumnBox.OpenFramework.nuspec @@ -2,7 +2,7 @@ AutumnBox.SDK - $version$ + $version$-beta AutumnBox.SDK $author$ $author$