blob: f633c19132e2eab39fb8b9cadfc68a41c1477b68 [file] [log] [blame]
Jan Tattermusch15111f52015-02-05 18:15:14 -08001using System.Reflection;
2using System.Runtime.CompilerServices;
3
Craig Tiller190d3602015-02-18 09:23:38 -08004// Information about this assembly is defined by the following attributes.
Jan Tattermusch15111f52015-02-05 18:15:14 -08005// Change them to the values specific to your project.
Jan Tattermusch8b86b152015-02-19 21:01:05 -08006[assembly: AssemblyTitle("Grpc.IntegrationTesting")]
Jan Tattermusch15111f52015-02-05 18:15:14 -08007[assembly: AssemblyDescription("")]
8[assembly: AssemblyConfiguration("")]
9[assembly: AssemblyCompany("")]
10[assembly: AssemblyProduct("")]
Jan Tattermuschdf89cf82015-02-19 09:38:19 -080011[assembly: AssemblyCopyright("Google Inc. All rights reserved.")]
Jan Tattermusch15111f52015-02-05 18:15:14 -080012[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 Tattermuschb84abbd2015-02-19 20:47:09 -080017[assembly: AssemblyVersion("0.1.*")]
Craig Tiller190d3602015-02-18 09:23:38 -080018// The following attributes are used to specify the signing key for the assembly,
Jan Tattermusch15111f52015-02-05 18:15:14 -080019// if desired. See the Mono documentation for more information about signing.
20//[assembly: AssemblyDelaySign(false)]
21//[assembly: AssemblyKeyFile("")]
22