OLD | NEW |
1 using System; | 1 using System; |
2 using System.Reflection; | 2 using System.Reflection; |
3 using System.Runtime.CompilerServices; | 3 using System.Runtime.CompilerServices; |
4 using System.Runtime.InteropServices; | 4 using System.Runtime.InteropServices; |
5 | 5 |
6 // General Information about an assembly is controlled through the following | 6 // General Information about an assembly is controlled through the following |
7 // set of attributes. Change these attribute values to modify the information | 7 // set of attributes. Change these attribute values to modify the information |
8 // associated with an assembly. | 8 // associated with an assembly. |
9 | 9 |
10 [assembly: AssemblyTitle("Google.Protobuf.Test")] | 10 [assembly: AssemblyTitle("Google.Protobuf.Test")] |
11 [assembly: AssemblyDescription("")] | 11 [assembly: AssemblyDescription("")] |
12 [assembly: AssemblyConfiguration("")] | 12 [assembly: AssemblyConfiguration("")] |
13 [assembly: AssemblyCompany("")] | 13 [assembly: AssemblyCompany("")] |
14 [assembly: AssemblyProduct("Google.Protobuf.Test")] | 14 [assembly: AssemblyProduct("Google.Protobuf.Test")] |
15 [assembly: AssemblyCopyright("Copyright © 2015")] | 15 [assembly: AssemblyCopyright("Copyright © 2015")] |
16 [assembly: AssemblyTrademark("")] | 16 [assembly: AssemblyTrademark("")] |
17 [assembly: AssemblyCulture("")] | 17 [assembly: AssemblyCulture("")] |
18 | 18 |
19 [assembly: AssemblyVersion("3.0.0.0")] | 19 [assembly: AssemblyVersion("3.0.0.0")] |
20 [assembly: AssemblyFileVersion("3.0.0.0")] | 20 [assembly: AssemblyFileVersion("3.0.0.0")] |
OLD | NEW |