wasSharp – Diff between revs 38 and 44

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