WingMan – Diff between revs 1 and 7

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 7
Line 1... Line 1...
1 using System.Reflection; 1 using System.Reflection;
2 using System.Runtime.CompilerServices; -  
3 using System.Runtime.InteropServices; 2 using System.Runtime.InteropServices;
Line 4... Line 3...
4   3  
5 // General Information about an assembly is controlled through the following 4 // General Information about an assembly is controlled through the following
6 // set of attributes. Change these attribute values to modify the information 5 // set of attributes. Change these attribute values to modify the information
Line 31... Line 30...
31 // 30 //
32 // You can specify all the values or you can default the Build and Revision Numbers 31 // You can specify all the values or you can default the Build and Revision Numbers
33 // by using the '*' as shown below: 32 // by using the '*' as shown below:
34 // [assembly: AssemblyVersion("1.0.*")] 33 // [assembly: AssemblyVersion("1.0.*")]
35 [assembly: AssemblyVersion("1.0.0.0")] 34 [assembly: AssemblyVersion("1.0.0.0")]
36 [assembly: AssemblyFileVersion("1.0.0.0")] 35 [assembly: AssemblyFileVersion("1.0.0.0")]
37   36