wasSharp – Blame information for rev 27

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 zed 1 using System.Reflection;
2 using System.Resources;
3  
27 office 4 // General Information about an assembly is controlled through the following
1 zed 5 // set of attributes. Change these attribute values to modify the information
6 // associated with an assembly.
7  
8 [assembly: AssemblyTitle("wasSharp")]
7 office 9 [assembly: AssemblyDescription("Collection of C# Portable Tools Created by Wizardry and Steamworks")]
1 zed 10 [assembly: AssemblyConfiguration("")]
11 [assembly: AssemblyCompany("Wizardry and Steamworks")]
12 [assembly: AssemblyProduct("wasSharp")]
15 office 13 [assembly: AssemblyCopyright("(c) Copyright 2015, Wizardry and Steamworks")]
1 zed 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
27 office 21 // Minor Version
1 zed 22 // Build Number
23 // Revision
24 //
27 office 25 // You can specify all the values or you can default the Build and Revision Numbers
1 zed 26 // by using the '*' as shown below:
27 // [assembly: AssemblyVersion("1.0.*")]
28  
27 office 29 [assembly: AssemblyVersion("1.42.*")]