Skip to content

Commit

Permalink
2019.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
zsh2401 committed Mar 11, 2019
1 parent d392797 commit 82e9794
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
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.2.15")]
[assembly: AssemblyFileVersion("2019.2.15")]
[assembly: AssemblyVersion("2019.3.11")]
[assembly: AssemblyFileVersion("2019.3.11")]
4 changes: 2 additions & 2 deletions AutumnBox.GUI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2019.3.5")]
[assembly: AssemblyFileVersion("2019.3.5")]
[assembly: AssemblyVersion("2019.3.11")]
[assembly: AssemblyFileVersion("2019.3.11")]
[assembly: NeutralResourcesLanguage("zh-CN")]
1 change: 1 addition & 0 deletions AutumnBox.GUI/ViewModel/VMUpdateLogs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public VMUpdateLogs()

private static readonly IEnumerable<VersionInfo> data = new List<VersionInfo>()
{
new VersionInfo("2019.3.11","2019-3-11","细节BUG修复,支持一键激活太极"),
new VersionInfo("2019.3.5","2019-3-5","秋之盒三月更新来袭,诸多新特性,全新API,界面设计优化"),
new VersionInfo("2019.1.18","2019-1-18","紧急修复一个臭名昭著的恶性BUG"),
new VersionInfo("2019.1.11","2019-1-11","强烈建议更新,这个版本将是将来所有拓展模块的基础版本\n优化绿守激活器\n修复大量BUG"),
Expand Down

0 comments on commit 82e9794

Please sign in to comment.