Changed the Assembly Product and Title to say “PROMS” instead of “Proms 2010”

Added the date/time of the PROMS executable to the Help|About
This commit is contained in:
2012-04-13 12:23:46 +00:00
parent 7bfc9b223f
commit 4b68ddca70
3 changed files with 31 additions and 11 deletions

View File

@@ -6,11 +6,11 @@ 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("Proms 2010")]
[assembly: AssemblyTitle("PROMS")]
[assembly: AssemblyDescription("Create, Edit, and Maintain Procedures Sets.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Volian Enterprises, Inc.")]
[assembly: AssemblyProduct("Proms 2010")]
[assembly: AssemblyProduct("PROMS")]
[assembly: AssemblyCopyright("Copyright © 2012. All Rights Reserved.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -30,5 +30,5 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
[assembly: AssemblyVersion("11.0.0.4")]
[assembly: AssemblyFileVersion("11.0.0.4")]
[assembly: AssemblyVersion("11.0.0.6")]
[assembly: AssemblyFileVersion("11.0.0.6")]