Skip to content

Commit

Permalink
更新版本信息至v1.1.0。
Browse files Browse the repository at this point in the history
  • Loading branch information
Gizeta committed Dec 29, 2014
1 parent e71b77d commit b58979f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# 更新日志

## 1.1.0 -2014-12-29
- [change] 索敌值显示增加小数部分
2 changes: 1 addition & 1 deletion KCV.ViewRangeCalc/PluginLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Gizeta.KCV.ViewRangeCalc
[Export(typeof(IToolPlugin))]
[ExportMetadata("Title", "KCV.ViewRangeCalc")]
[ExportMetadata("Description", "KanColleViewer索敌值计算插件。")]
[ExportMetadata("Version", "1.0.0")]
[ExportMetadata("Version", "1.1.0")]
[ExportMetadata("Author", "@Gizeta")]
public class PluginLoader : IToolPlugin
{
Expand Down
4 changes: 2 additions & 2 deletions KCV.ViewRangeCalc/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("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.1.0.1")]
[assembly: AssemblyFileVersion("1.1.0.1")]

0 comments on commit b58979f

Please sign in to comment.