diff --git a/MosswartMassacre/Constants.cs b/MosswartMassacre/Constants.cs
index c944d43..8433dc2 100644
--- a/MosswartMassacre/Constants.cs
+++ b/MosswartMassacre/Constants.cs
@@ -26,11 +26,5 @@ namespace MosswartMassacre
// Int64 property keys
internal const int AvailableLuminanceKey = 6;
internal const int MaximumLuminanceKey = 7;
-
- ///
- /// Plugin version derived from assembly version (CalVer: YYYY.M.D.HHmm)
- ///
- public static string PluginVersion =>
- typeof(Constants).Assembly.GetName().Version.ToString();
}
}
diff --git a/MosswartMassacre/MosswartMassacre.csproj b/MosswartMassacre/MosswartMassacre.csproj
index 93f65af..745cfa9 100644
--- a/MosswartMassacre/MosswartMassacre.csproj
+++ b/MosswartMassacre/MosswartMassacre.csproj
@@ -388,16 +388,4 @@
-
-
-
- $([System.DateTime]::UtcNow.ToString("yyyy.M.d.HHmm"))
- $(IntermediateOutputPath)CalVer.cs
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MosswartMassacre/Properties/AssemblyInfo.cs b/MosswartMassacre/Properties/AssemblyInfo.cs
index 216b745..cad7b23 100644
--- a/MosswartMassacre/Properties/AssemblyInfo.cs
+++ b/MosswartMassacre/Properties/AssemblyInfo.cs
@@ -21,4 +21,10 @@ using System.Runtime.InteropServices;
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("9b6a07e1-ae78-47f4-b09c-174f6a27d7a3")]
-// Version is auto-generated at build time (CalVer: YYYY.M.D.HHmm)
\ No newline at end of file
+// Version information for an assembly consists of the following four values:
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+[assembly: AssemblyVersion("4.0.0.2")]
+[assembly: AssemblyFileVersion("4.0.0.2")]
\ No newline at end of file
diff --git a/MosswartMassacre/Views/FlagTrackerView.cs b/MosswartMassacre/Views/FlagTrackerView.cs
index d1061a2..b32ace9 100644
--- a/MosswartMassacre/Views/FlagTrackerView.cs
+++ b/MosswartMassacre/Views/FlagTrackerView.cs
@@ -177,7 +177,7 @@ namespace MosswartMassacre.Views
{
view.Visible = true;
view.ShowInBar = true;
- view.Title = "Mossy Tracker";
+ view.Title = "Mossy Tracker v5.0.0.0";
}
RefreshAllData();
diff --git a/MosswartMassacre/Views/VVSBaseView.cs b/MosswartMassacre/Views/VVSBaseView.cs
index b61fb5f..2f634e1 100644
--- a/MosswartMassacre/Views/VVSBaseView.cs
+++ b/MosswartMassacre/Views/VVSBaseView.cs
@@ -59,7 +59,7 @@ namespace MosswartMassacre.Views
// Set window properties
if (doTitle)
{
- properties.Title = $"Mosswart Massacre v{Constants.PluginVersion}";
+ properties.Title = "Mosswart Massacre v5.0.0.0";
}
if (doIcon)
@@ -91,7 +91,7 @@ namespace MosswartMassacre.Views
if (doTitle)
{
- properties.Title = $"Mosswart Massacre v{Constants.PluginVersion}";
+ properties.Title = "Mosswart Massacre v5.0.0.0";
}
if (doIcon)
diff --git a/MosswartMassacre/bin/Release/MosswartMassacre.dll b/MosswartMassacre/bin/Release/MosswartMassacre.dll
index b490983..57cb89b 100644
Binary files a/MosswartMassacre/bin/Release/MosswartMassacre.dll and b/MosswartMassacre/bin/Release/MosswartMassacre.dll differ