From 7879f82ddceb76c2b6710e240a91f0eabf494c33 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Wed, 6 May 2015 15:25:03 +0100 Subject: Add C# namespace to .proto files (e.g. descriptors, unit tests) --- src/google/protobuf/unittest_import.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'src/google/protobuf/unittest_import.proto') diff --git a/src/google/protobuf/unittest_import.proto b/src/google/protobuf/unittest_import.proto index 7e165220..ae2e90b8 100644 --- a/src/google/protobuf/unittest_import.proto +++ b/src/google/protobuf/unittest_import.proto @@ -47,6 +47,7 @@ option cc_enable_arenas = true; // Exercise the java_package option. option java_package = "com.google.protobuf.test"; +option csharp_namespace = "Google.ProtocolBuffers.TestProtos"; // Do not set a java_outer_classname here to verify that Proto2 works without // one. -- cgit v1.2.3