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:
parent
300fad34e7
commit
5becb42a63
5 changed files with 24 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue