Jan Tattermusch | 15111f5 | 2015-02-05 18:15:14 -0800 | [diff] [blame] | 1 | using System.Reflection; |
| 2 | using System.Runtime.CompilerServices; |
| 3 | |
Craig Tiller | 190d360 | 2015-02-18 09:23:38 -0800 | [diff] [blame] | 4 | // Information about this assembly is defined by the following attributes. |
Jan Tattermusch | 15111f5 | 2015-02-05 18:15:14 -0800 | [diff] [blame] | 5 | // Change them to the values specific to your project. |
Jan Tattermusch | 8b86b15 | 2015-02-19 21:01:05 -0800 | [diff] [blame^] | 6 | [assembly: AssemblyTitle("Grpc.IntegrationTesting")] |
Jan Tattermusch | 15111f5 | 2015-02-05 18:15:14 -0800 | [diff] [blame] | 7 | [assembly: AssemblyDescription("")] |
| 8 | [assembly: AssemblyConfiguration("")] |
| 9 | [assembly: AssemblyCompany("")] |
| 10 | [assembly: AssemblyProduct("")] |
Jan Tattermusch | df89cf8 | 2015-02-19 09:38:19 -0800 | [diff] [blame] | 11 | [assembly: AssemblyCopyright("Google Inc. All rights reserved.")] |
Jan Tattermusch | 15111f5 | 2015-02-05 18:15:14 -0800 | [diff] [blame] | 12 | [assembly: AssemblyTrademark("")] |
| 13 | [assembly: AssemblyCulture("")] |
| 14 | // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". |
| 15 | // The form "{Major}.{Minor}.*" will automatically update the build and revision, |
| 16 | // and "{Major}.{Minor}.{Build}.*" will update just the revision. |
Jan Tattermusch | b84abbd | 2015-02-19 20:47:09 -0800 | [diff] [blame] | 17 | [assembly: AssemblyVersion("0.1.*")] |
Craig Tiller | 190d360 | 2015-02-18 09:23:38 -0800 | [diff] [blame] | 18 | // The following attributes are used to specify the signing key for the assembly, |
Jan Tattermusch | 15111f5 | 2015-02-05 18:15:14 -0800 | [diff] [blame] | 19 | // if desired. See the Mono documentation for more information about signing. |
| 20 | //[assembly: AssemblyDelaySign(false)] |
| 21 | //[assembly: AssemblyKeyFile("")] |
| 22 | |