From 84eba7d094691b091aefac827c4fc16b05b12cc1 Mon Sep 17 00:00:00 2001 From: Mute Date: Sat, 8 Aug 2026 11:07:15 +0000 Subject: [PATCH] Bump version to 0.1.6, surface in form title --- MainForm.cs | 2 +- Substation.csproj | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/MainForm.cs b/MainForm.cs index 02cc2f4..02cf7eb 100644 --- a/MainForm.cs +++ b/MainForm.cs @@ -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; diff --git a/Substation.csproj b/Substation.csproj index fa422a9..a95695e 100644 --- a/Substation.csproj +++ b/Substation.csproj @@ -11,6 +11,9 @@ true Substation Substation + 0.1.6 + 0.1.6 + 0.1.6