wasDAVClient – Diff between revs 3 and 5

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 3 Rev 5
Line 1... Line 1...
1 using System.Reflection; 1 using System.Reflection;
-   2 using System.Resources;
2 using System.Runtime.InteropServices; 3 using System.Runtime.InteropServices;
Line 3... Line 4...
3   4  
4 // General Information about an assembly is controlled through the following 5 // General Information about an assembly is controlled through the following
5 // set of attributes. Change these attribute values to modify the information 6 // set of attributes. Change these attribute values to modify the information
Line 6... Line 7...
6 // associated with an assembly. 7 // associated with an assembly.
7   8  
8 [assembly: AssemblyTitle("wasDAV")] 9 [assembly: AssemblyTitle("WebDAV Client")]
9 [assembly: AssemblyDescription("")] 10 [assembly: AssemblyDescription("A C# WebDAV Client")]
10 [assembly: AssemblyConfiguration("")] 11 [assembly: AssemblyConfiguration("")]
11 [assembly: AssemblyCompany("")] 12 [assembly: AssemblyCompany("Wizardry and Steamworks")]
12 [assembly: AssemblyProduct("wasDAV")] 13 [assembly: AssemblyProduct("WebDAV Client")]
13 [assembly: AssemblyCopyright("Copyright © 2016")] 14 [assembly: AssemblyCopyright("(c) Copyright 2016, Wizardry and Steamworks")]
-   15 [assembly: AssemblyTrademark("")]
Line 14... Line 16...
14 [assembly: AssemblyTrademark("")] 16 [assembly: AssemblyCulture("")]
15 [assembly: AssemblyCulture("")] 17 [assembly: NeutralResourcesLanguage("en")]
16   18  
Line 33... Line 35...
33 // 35 //
34 // You can specify all the values or you can default the Build and Revision Numbers 36 // You can specify all the values or you can default the Build and Revision Numbers
35 // by using the '*' as shown below: 37 // by using the '*' as shown below:
36 // [assembly: AssemblyVersion("1.0.*")] 38 // [assembly: AssemblyVersion("1.0.*")]
Line 37... Line -...
37   -  
38 [assembly: AssemblyVersion("1.0.0.0")] -  
39 [assembly: AssemblyFileVersion("1.0.0.0")] 39  
-   40 [assembly: AssemblyVersion("1.2.*")]
40   41