Skip to content

Commit

Permalink
btnInfo fixes Dijji#18
Browse files Browse the repository at this point in the history
  • Loading branch information
flywire authored Dec 11, 2019
1 parent 5f21e49 commit d494438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ private enum tagOPEN_AS_INFO_FLAGS

private void btnInfo_Click(object sender, RoutedEventArgs e)
{
Version version = new Version(Application.ProductVersion);
Version version = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version;
string Repository = "https://github.com/Dijji/XstReader";

StringBuilder msg = new StringBuilder(100);
Expand Down

0 comments on commit d494438

Please sign in to comment.