# HG changeset patch # User IBBoard # Date 1264881752 0 # Node ID 09bc9a4df412183a1cd6759c26b4032cd3030290 # Parent bbf40d66dfe4011981be3fc88607f81d39394a9b Re #242: Create Qt# UI for WarFoundry * Fill in AssemblyInfo information diff -r bbf40d66dfe4 -r 09bc9a4df412 AssemblyInfo.cs --- 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.