Skip to content

Commit

Permalink
use Google.Protobuf namespace for C#
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed Jul 20, 2015
1 parent 4d86c2b commit 359d32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/addressbook.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 359d32d

Please sign in to comment.