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_public_lite.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'src/google/protobuf/unittest_import_public_lite.proto') diff --git a/src/google/protobuf/unittest_import_public_lite.proto b/src/google/protobuf/unittest_import_public_lite.proto index 33549c22..231ab9dd 100644 --- a/src/google/protobuf/unittest_import_public_lite.proto +++ b/src/google/protobuf/unittest_import_public_lite.proto @@ -37,6 +37,7 @@ package protobuf_unittest_import; option optimize_for = LITE_RUNTIME; option java_package = "com.google.protobuf"; +option csharp_namespace = "Google.ProtocolBuffers.TestProtos"; message PublicImportMessageLite { optional int32 e = 1; -- cgit v1.2.3