Skip to content

Commit

Permalink
Version 0.1.15.10 (Braindrive)
Browse files Browse the repository at this point in the history
  • Loading branch information
KodamaSakuno committed Aug 20, 2018
1 parent eadd626 commit ed0e838
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
艦これ補助ツール「いんてりじぇんと連装砲くん」(智能型连装炮君 / ING)

### Information
Current version: **0.1.15.6 (Braindrive)**
Current version: **0.1.15.10 (Braindrive)**

[Changelogs](https://github.com/amatukaze/IntelligentNavalGun/wiki/Changelogs) here

Expand Down
4 changes: 2 additions & 2 deletions src/HeavenlyWind.Base/ProductInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ public static class ProductInfo
public const string AppName = "いんてりじぇんと連装砲くん";
public const string ProductName = "Intelligent Naval Gun";

public const string AssemblyVersionString = "0.1.15.9";
public const string AssemblyVersionString = "0.1.15.10";

public static string Version => AssemblyVersionString;
public static string ReleaseCodeName => "Braindrive";
public static string ReleaseDate => "2018.06.08";
public static string ReleaseDate => "2018.08.20";
public static string ReleaseType => "Release";

public const string UserAgent = "ING/" + AssemblyVersionString;
Expand Down
2 changes: 1 addition & 1 deletion src/HeavenlyWind.Base/Resources/Strings/English.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Strings CultureName="en" Name="English" Version="0.1.15.4">
<Strings CultureName="en" Name="English" Version="0.1.15.10">

<String Key="Product_Name">Intelligent Naval Gun</String>

Expand Down
2 changes: 1 addition & 1 deletion src/HeavenlyWind.Base/Resources/Strings/Japanese.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Strings CultureName="ja-JP" Name="日本語" Version="0.1.15.4">
<Strings CultureName="ja-JP" Name="日本語" Version="0.1.15.10">

<String Key="Product_Name">いんてりじぇんと連装砲くん</String>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Strings CultureName="zh-Hans" Name="简体中文" Version="0.1.15.4">
<Strings CultureName="zh-Hans" Name="简体中文" Version="0.1.15.10">

<String Key="Product_Name">智能型连装炮君</String>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Strings CultureName="zh-Hant" Name="正體中文" Version="0.1.15.4">
<Strings CultureName="zh-Hant" Name="正體中文" Version="0.1.15.10">

<String Key="Product_Name">智能型連裝砲君</String>

Expand Down
2 changes: 1 addition & 1 deletion src/HeavenlyWind.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Product>Intelligent Naval Gun</Product>
<Company>sakuno.moe</Company>
<Copyright>Copyright © 2015-2018 Kodama Sakuno</Copyright>
<Version>0.1.15.9</Version>
<Version>0.1.15.10</Version>
</PropertyGroup>

</Project>

0 comments on commit ed0e838

Please sign in to comment.