MBS.Framework must have a static version otherwise chaos ensues

This commit is contained in:
Michael Becker 2020-08-13 13:58:53 -04:00
parent 22b4be8a8b
commit 9106770a8a
No known key found for this signature in database
GPG Key ID: 506F54899E2BFED7

View File

@ -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.