Skip to content

Commit

Permalink
Version 0.1.15.9 (Braindrive)
Browse files Browse the repository at this point in the history
  • Loading branch information
KodamaSakuno committed Jun 8, 2018
1 parent 393876f commit df05d57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/HeavenlyWind.Base/ProductInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ public static class ProductInfo
public const string AppName = "いんてりじぇんと連装砲くん";
public const string ProductName = "Intelligent Naval Gun";

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

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

public const string UserAgent = "ING/" + AssemblyVersionString;

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.16-alpha</Version>
<Version>0.1.15.9</Version>
</PropertyGroup>

</Project>

0 comments on commit df05d57

Please sign in to comment.