Skip to content

Commit

Permalink
Version 0.1.14 (Pokkle)
Browse files Browse the repository at this point in the history
  • Loading branch information
KodamaSakuno committed Dec 2, 2016
1 parent 610a4e4 commit 1c88101
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HeavenlyWind.Base/ProductInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public static class ProductInfo
public const string AssemblyVersionString = "0.1.14";

public static string Version => AssemblyVersionString;
public static string ReleaseCodeName => "Kimisaki";
public static string ReleaseCodeName => "Pokkle";

public const string UserAgent = "ING/" + AssemblyVersionString;
}
Expand Down
2 changes: 1 addition & 1 deletion HeavenlyWind/Views/Preferences/VersionInfo.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<TextBlock Margin="0, 8, 0, 0">
<Run Text="Version" FontSize="18" />
<Run Text="{Binding Source={x:Static rb:ProductInfo.Version}, Mode=OneWay}" FontSize="18" />
<Run Text="Beta" FontSize="14" />
<Run Text="{Binding Source={x:Static rb:ProductInfo.ReleaseCodeName}, StringFormat=({0}), Mode=OneWay}" FontSize="14" />
</TextBlock>

<Rectangle Fill="{DynamicResource HighlightBorderBrushKey}" Height="1" Margin="4, 8, 4, 0" />
Expand Down

0 comments on commit 1c88101

Please sign in to comment.