corrade-vassal – Blame information for rev 16

Subversion Repositories:
Rev:
Rev Author Line No. Line
13 eva 1 using System.Reflection;
2 using System.Resources;
3  
4 // General Information about an assembly is controlled through the following
5 // set of attributes. Change these attribute values to modify the information
6 // associated with an assembly.
7  
8 [assembly: AssemblyTitle("wasSharp")]
9 [assembly: AssemblyDescription("Collections of C# Tools Created by Wizardry and Steamworks")]
10 [assembly: AssemblyConfiguration("")]
11 [assembly: AssemblyCompany("Wizardry and Steamworks")]
12 [assembly: AssemblyProduct("wasSharp")]
13 [assembly: AssemblyCopyright("© Copyright 2015, Wizardry and Steamworks")]
14 [assembly: AssemblyTrademark("")]
15 [assembly: AssemblyCulture("")]
16 [assembly: NeutralResourcesLanguage("en")]
17  
18 // Version information for an assembly consists of the following four values:
19 //
20 // Major Version
21 // Minor Version
22 // Build Number
23 // Revision
24 //
25 // You can specify all the values or you can default the Build and Revision Numbers
26 // by using the '*' as shown below:
27 // [assembly: AssemblyVersion("1.0.*")]
28  
16 eva 29 [assembly: AssemblyVersion("1.18.*")]