changeset 7:09bc9a4df412

Re #242: Create Qt# UI for WarFoundry * Fill in AssemblyInfo information
author IBBoard <dev@ibboard.co.uk>
date Sat, 30 Jan 2010 20:02:32 +0000
parents bbf40d66dfe4
children 8a8735679d55
files AssemblyInfo.cs
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/AssemblyInfo.cs	Wed Jan 27 20:58:56 2010 +0000
+++ b/AssemblyInfo.cs	Sat Jan 30 20:02:32 2010 +0000
@@ -7,12 +7,12 @@
 // Information about this assembly is defined by the following attributes. 
 // Change them to the values specific to your project.
 
-[assembly: AssemblyTitle("IBBoard.WarFoundry.GUI.QtSharp")]
-[assembly: AssemblyDescription("")]
+[assembly: AssemblyTitle("WarFoundry (Qyoto)")]
+[assembly: AssemblyDescription("The Qyoto (Qt#) interface for WarFoundry, the army creator/designer/builder designed to cover a wide range of wargame systems")]
 [assembly: AssemblyConfiguration("")]
 [assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("")]
-[assembly: AssemblyCopyright("")]
+[assembly: AssemblyProduct("WarFoundry")]
+[assembly: AssemblyCopyright("IBBoard, 2010")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 
@@ -20,7 +20,7 @@
 // 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("0.0.1.*")]
 
 // The following attributes are used to specify the signing key for the assembly, 
 // if desired. See the Mono documentation for more information about signing.