Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(572)

Side by Side Diff: third_party/grpc/examples/csharp/helloworld/GreeterClient/Properties/AssemblyInfo.cs

Issue 1932353002: Initial checkin of gRPC to third_party/ Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 using System.Reflection;
2 using System.Runtime.CompilerServices;
3
4 // Information about this assembly is defined by the following attributes.
5 // Change them to the values specific to your project.
6 [assembly: AssemblyTitle("GreeterClient")]
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.*")]
18 // The following attributes are used to specify the signing key for the assembly ,
19 // if desired. See the Mono documentation for more information about signing.
20 //[assembly: AssemblyDelaySign(false)]
21 //[assembly: AssemblyKeyFile("")]
22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698