fix assembly info

This commit is contained in:
Michael Becker 2021-05-31 23:48:19 -04:00
parent db4a062ded
commit d98cda9001
No known key found for this signature in database
GPG Key ID: 98C333A81F18C22C

View File

@ -25,12 +25,12 @@ using System.Runtime.CompilerServices;
// Information about this assembly is defined by the following attributes. // Information about this assembly is defined by the following attributes.
// Change them to the values specific to your project. // Change them to the values specific to your project.
[assembly: AssemblyTitle("MBS.Framework")] [assembly: AssemblyTitle("Universal Application Toolkit - Core")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")] [assembly: AssemblyCompany("Mike Becker's Software")]
[assembly: AssemblyProduct("")] [assembly: AssemblyProduct("Universal Application Toolkit")]
[assembly: AssemblyCopyright("")] [assembly: AssemblyCopyright("Copyright © 2015-2021 Mike Becker's Software")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]