the whole 'platform bootstrapper' crap looks bad on Windows if it crashes (WerFault dialog title)

This commit is contained in:
Michael Becker 2020-08-07 01:22:09 -04:00
parent 242c93583b
commit e7b8e34d60
No known key found for this signature in database
GPG Key ID: 506F54899E2BFED7

View File

@ -6,7 +6,7 @@ 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("Universal Editor platform bootstrapper")]
[assembly: AssemblyTitle("Universal Editor")]
[assembly: AssemblyDescription("Provides a customizable launcher for applications built on the Universal Editor platform.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Mike Becker's Software")]