Bump version to 0.1.6, surface in form title
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ public class MainForm : Form
|
||||
_server = server;
|
||||
_loopCts = new CancellationTokenSource();
|
||||
|
||||
Text = "Substation";
|
||||
Text = $"Substation {typeof(MainForm).Assembly.GetName().Version}";
|
||||
ClientSize = new Size(420, 360);
|
||||
FormBorderStyle = FormBorderStyle.FixedSingle;
|
||||
MaximizeBox = false;
|
||||
|
||||
Reference in New Issue
Block a user