1
0
Fork 0
mirror of https://github.com/wagesj45/butterflow-ui.git synced 2025-09-09 03:00:39 -05:00

Adding versioning and meta data

This commit is contained in:
Jordan Wages 2018-07-14 22:00:48 -05:00
commit 5becb42a63
5 changed files with 24 additions and 4 deletions

View file

@ -2,6 +2,7 @@
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
@ -24,6 +25,8 @@ namespace butterflow_ui
public AboutWindow()
{
InitializeComponent();
this.txtVersion.Text = Assembly.GetExecutingAssembly().GetName().Version.ToString();
}
/// <summary> Event handler. Called by Hyperlink for request navigate events. </summary>