wasSharp – Diff between revs 25 and 27

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 25 Rev 27
Line 1... Line 1...
1 using System.Reflection; 1 using System.Reflection;
2 using System.Resources; 2 using System.Resources;
Line 3... Line 3...
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
Line 6... Line 6...
6 // associated with an assembly. 6 // associated with an assembly.
7   7  
Line 16... Line 16...
16 [assembly: NeutralResourcesLanguage("en")] 16 [assembly: NeutralResourcesLanguage("en")]
Line 17... Line 17...
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:
Line 27... Line -...
27 // [assembly: AssemblyVersion("1.0.*")] -  
28   27 // [assembly: AssemblyVersion("1.0.*")]
-   28