Skip to content

Commit

Permalink
添加SharpZipLib的引用,更新Newtonsoft.Json
Browse files Browse the repository at this point in the history
  • Loading branch information
zsh2401 committed Jun 5, 2019
1 parent af77420 commit b5098dc
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 10 deletions.
4 changes: 2 additions & 2 deletions AutumnBox.Basic/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
2 changes: 1 addition & 1 deletion AutumnBox.CoreModules/Extensions/Mix/EDeviceReboot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down
4 changes: 2 additions & 2 deletions AutumnBox.CoreModules/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2019.5.29")]
[assembly: AssemblyFileVersion("2019.5.29")]
[assembly: AssemblyVersion("2019.6.5")]
[assembly: AssemblyFileVersion("2019.6.5")]
5 changes: 4 additions & 1 deletion AutumnBox.GUI/AutumnBox.GUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,11 @@
<Reference Include="HandyControl, Version=1.5.5.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\HandyControl.1.5.5\lib\net45\HandyControl.dll</HintPath>
</Reference>
<Reference Include="ICSharpCode.SharpZipLib, Version=1.1.0.145, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
<HintPath>..\packages\SharpZipLib.1.1.0\lib\net45\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="PresentationFramework.Aero2" />
<Reference Include="System" />
Expand Down
4 changes: 2 additions & 2 deletions AutumnBox.GUI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
3 changes: 2 additions & 1 deletion AutumnBox.GUI/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="HandyControl" version="1.5.5" targetFramework="net461" />
<package id="Newtonsoft.Json" version="12.0.1" targetFramework="net461" />
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net461" />
<package id="SharpZipLib" version="1.1.0" targetFramework="net461" />
</packages>
2 changes: 1 addition & 1 deletion AutumnBox.OpenFramework/AutumnBox.OpenFramework.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>AutumnBox.SDK</id>
<version>$version$</version>
<version>$version$-beta</version>
<title>AutumnBox.SDK</title>
<authors>$author$</authors>
<owners>$author$</owners>
Expand Down

0 comments on commit b5098dc

Please sign in to comment.