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