aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/addressbook.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/addressbook.proto b/examples/addressbook.proto
index b14829e9..91c9ffc4 100644
--- a/examples/addressbook.proto
+++ b/examples/addressbook.proto
@@ -1,9 +1,12 @@
// See README.txt for information and build instructions.
+syntax = "proto2";
+
package tutorial;
option java_package = "com.example.tutorial";
option java_outer_classname = "AddressBookProtos";
+option csharp_namespace = "Google.ProtocolBuffers.Examples.AddressBook";
message Person {
required string name = 1;