Mercurial > repos > IBBoard.WarFoundry.GUI.QtSharp
diff AssemblyInfo.cs @ 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 | 620c62ba4d07 |
children | 6bbc5c08c06d |
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.