add version info to main window
This commit is contained in:
@@ -37,6 +37,7 @@ namespace BlueMine
|
||||
apiUrlTextBox.Text = _config.RedmineUrl;
|
||||
apiPasswordBox.PlaceholderText = new string('●', _config.ApiKey.Length);
|
||||
mainCalendar.SelectedDate = DateTime.Today;
|
||||
versionTextBlock.Text = UpdateManager.CurrentVersion;
|
||||
|
||||
if(await TestConnection())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user