fix assembly info

This commit is contained in:
Michael Becker 2019-12-02 08:05:34 -05:00
parent 30364c5c9c
commit 328b6d55e3
No known key found for this signature in database
GPG Key ID: 389DFF5D73781A12

View File

@ -5,12 +5,12 @@ using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("UniversalEditor.Content.PlatformIndependent")]
[assembly: AssemblyTitle("Universal Editor Platform-Independent Content")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("City of Orlando")]
[assembly: AssemblyProduct("UniversalEditor.Content.PlatformIndependent")]
[assembly: AssemblyCopyright("Copyright © City of Orlando 2014")]
[assembly: AssemblyCompany("Mike Becker's Software")]
[assembly: AssemblyProduct("Universal Editor")]
[assembly: AssemblyCopyright("Copyright © 2014-2019 Mike Becker's Software")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]