comparison AssemblyInfo.cs @ 101:cfd2d9f490bc

* Set new version number in About dialog * Correct version number in assembly info no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Sun, 16 Jan 2011 20:31:13 +0000
parents 146b7a893a01
children
comparison
equal deleted inserted replaced
100:23b1c3bdc525 101:cfd2d9f490bc
14 [assembly: AssemblyTitle("WarFoundry (GTK#)")] 14 [assembly: AssemblyTitle("WarFoundry (GTK#)")]
15 [assembly: AssemblyDescription("The GTK# interface for WarFoundry, the army creator designed to cover a wide range of wargame systems")] 15 [assembly: AssemblyDescription("The GTK# interface for WarFoundry, the army creator designed to cover a wide range of wargame systems")]
16 [assembly: AssemblyConfiguration("")] 16 [assembly: AssemblyConfiguration("")]
17 [assembly: AssemblyCompany("")] 17 [assembly: AssemblyCompany("")]
18 [assembly: AssemblyProduct("IBBoard.WarFoundry.GTK")] 18 [assembly: AssemblyProduct("IBBoard.WarFoundry.GTK")]
19 [assembly: AssemblyCopyright("IBBoard 2009")] 19 [assembly: AssemblyCopyright("IBBoard 2009-2011")]
20 [assembly: AssemblyTrademark("")] 20 [assembly: AssemblyTrademark("")]
21 [assembly: AssemblyCulture("")] 21 [assembly: AssemblyCulture("")]
22 22
23 // The assembly version has following format : 23 // The assembly version has following format :
24 // 24 //
25 // Major.Minor.Build.Revision 25 // Major.Minor.Build.Revision
26 // 26 //
27 // You can specify all values by your own or you can build default build and revision 27 // You can specify all values by your own or you can build default build and revision
28 // numbers with the '*' character (the default): 28 // numbers with the '*' character (the default):
29 29
30 [assembly: AssemblyVersion("1.0.0.*")] 30 [assembly: AssemblyVersion("0.0.*")]
31 31
32 // The following attributes specify the key for the sign of your assembly. See the 32 // The following attributes specify the key for the sign of your assembly. See the
33 // .NET Framework documentation for more information about signing. 33 // .NET Framework documentation for more information about signing.
34 // This is not required, if you don't want signing let these attributes like they're. 34 // This is not required, if you don't want signing let these attributes like they're.
35 [assembly: AssemblyDelaySign(false)] 35 [assembly: AssemblyDelaySign(false)]