blob: e0a8e4357fc52babd0dff883a9d841577d713dc6 [file] [log] [blame]
Jan Tattermuscha7608b02015-02-03 17:54:38 -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 Tattermuscha7608b02015-02-03 17:54:38 -08005// Change them to the values specific to your project.
6[assembly: AssemblyTitle ("GrpcApi")]
7[assembly: AssemblyDescription ("")]
8[assembly: AssemblyConfiguration ("")]
9[assembly: AssemblyCompany ("")]
10[assembly: AssemblyProduct ("")]
11[assembly: AssemblyCopyright ("jtattermusch")]
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.
17[assembly: AssemblyVersion ("1.0.*")]
Craig Tiller190d3602015-02-18 09:23:38 -080018// The following attributes are used to specify the signing key for the assembly,
Jan Tattermuscha7608b02015-02-03 17:54:38 -080019// if desired. See the Mono documentation for more information about signing.
20//[assembly: AssemblyDelaySign(false)]
21//[assembly: AssemblyKeyFile("")]
22