Bump version to 0.1.6, surface in form title

This commit is contained in:
2026-08-08 11:07:15 +00:00
parent 612385af7f
commit 84eba7d094
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -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;