From c388724806ae68df94619d5a164a8f1f3f51d7ff Mon Sep 17 00:00:00 2001 From: feigenanton Date: Sun, 2 Apr 2023 23:17:56 +0200 Subject: [PATCH] version bump to 4.1.2 --- MXF/MXF.csproj | 10 +++++----- MXFInspect/FormMain.cs | 2 +- MXFInspect/MXFInspect.csproj | 4 ++-- MXFInspect/Properties/AssemblyInfo.cs | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/MXF/MXF.csproj b/MXF/MXF.csproj index ee112c6c..7214acd4 100644 --- a/MXF/MXF.csproj +++ b/MXF/MXF.csproj @@ -5,14 +5,14 @@ Myriadbits MXF .NET 6 Parsing Library Copyright © 2015 by Myriadbits.com - https://github.com/rayden84/MXFInspect - https://github.com/rayden84/MXFInspect + https://github.com/Myriadbits/MXFInspect + https://github.com/Myriadbits/MXFInspect MXF Inspect Library Jochem Bakker, rayden84 MXF Inspect - 4.0.8 - 4.0.8 - 4.0.8 + 4.1.2 + 4.1.2 + 4.1.2 Myriadbits.MXF Myriadbits.MXF diff --git a/MXFInspect/FormMain.cs b/MXFInspect/FormMain.cs index f016f5f5..b3e18fc0 100644 --- a/MXFInspect/FormMain.cs +++ b/MXFInspect/FormMain.cs @@ -55,7 +55,7 @@ private void Main_Load(object sender, EventArgs e) this.m_mru = Properties.Settings.Default.MRU; FillMRU(); this.UpdateMenu(); - this.tslVersion.Text = $"Version: {typeof(FormMain).Assembly.GetName().Version}"; + this.tslVersion.Text = $"Version: {typeof(FormMain).Assembly.GetName().Version.ToString(3)}"; SetActivityText($"{SMPTERegisters.TotalEntriesCount:N0} SMPTE entries loaded"); RefreshStatusStrip(); } diff --git a/MXFInspect/MXFInspect.csproj b/MXFInspect/MXFInspect.csproj index 280bdae1..c92a8b3a 100644 --- a/MXFInspect/MXFInspect.csproj +++ b/MXFInspect/MXFInspect.csproj @@ -13,8 +13,8 @@ true - 4.0.8 - 4.0.8 + 4.1.2 + 4.1.2 false diff --git a/MXFInspect/Properties/AssemblyInfo.cs b/MXFInspect/Properties/AssemblyInfo.cs index 879243ec..4c5bf99f 100644 --- a/MXFInspect/Properties/AssemblyInfo.cs +++ b/MXFInspect/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("4.0.9")] -[assembly: AssemblyFileVersion("4.0.9")] +[assembly: AssemblyVersion("4.1.2")] +[assembly: AssemblyFileVersion("4.1.2")]