aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/csharp/helloworld/GreeterClient/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-08-28 16:15:22 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-09-02 12:58:44 -0700
commit8a937d6ed48275607ae5cc04c7d5147edf377a7e (patch)
tree49bfe6800470a94fc0dd466d21b9072e352c4380 /examples/csharp/helloworld/GreeterClient/Properties/AssemblyInfo.cs
parentdea2648a6acb5c16b158335b4deb02caf4f02487 (diff)
update helloworld example to proto3
Diffstat (limited to 'examples/csharp/helloworld/GreeterClient/Properties/AssemblyInfo.cs')
-rw-r--r--examples/csharp/helloworld/GreeterClient/Properties/AssemblyInfo.cs22
1 files changed, 22 insertions, 0 deletions
diff --git a/examples/csharp/helloworld/GreeterClient/Properties/AssemblyInfo.cs b/examples/csharp/helloworld/GreeterClient/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000000..1422e952d8
--- /dev/null
+++ b/examples/csharp/helloworld/GreeterClient/Properties/AssemblyInfo.cs
@@ -0,0 +1,22 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+
+// Information about this assembly is defined by the following attributes.
+// Change them to the values specific to your project.
+[assembly: AssemblyTitle("GreeterClient")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("")]
+[assembly: AssemblyCopyright("jtattermusch")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
+// The form "{Major}.{Minor}.*" will automatically update the build and revision,
+// and "{Major}.{Minor}.{Build}.*" will update just the revision.
+[assembly: AssemblyVersion("1.0.*")]
+// The following attributes are used to specify the signing key for the assembly,
+// if desired. See the Mono documentation for more information about signing.
+//[assembly: AssemblyDelaySign(false)]
+//[assembly: AssemblyKeyFile("")]
+