From 9106770a8a77609a5b1237aa87ed0cd1324a8cf4 Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Thu, 13 Aug 2020 13:58:53 -0400 Subject: [PATCH] MBS.Framework must have a static version otherwise chaos ensues --- MBS.Framework/Properties/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MBS.Framework/Properties/AssemblyInfo.cs b/MBS.Framework/Properties/AssemblyInfo.cs index 828fad5..44467e8 100644 --- a/MBS.Framework/Properties/AssemblyInfo.cs +++ b/MBS.Framework/Properties/AssemblyInfo.cs @@ -37,7 +37,7 @@ using System.Runtime.CompilerServices; // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("4.0.2020.08")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing.