diff --git a/MXF/MXF.csproj b/MXF/MXF.csproj
index ee112c6..7214acd 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 f016f5f..b3e18fc 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 280bdae..c92a8b3 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 879243e..4c5bf99 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")]