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$