Commit 359d32d4 authored by Jan Tattermusch's avatar Jan Tattermusch

use Google.Protobuf namespace for C#

parent 4d86c2b4
......@@ -6,7 +6,7 @@ package tutorial;
option java_package = "com.example.tutorial";
option java_outer_classname = "AddressBookProtos";
option csharp_namespace = "Google.ProtocolBuffers.Examples.AddressBook";
option csharp_namespace = "Google.Protobuf.Examples.AddressBook";
message Person {
string name = 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment