From 9c888fa3a284d329560348325ceb7f88e565ce3c Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Tue, 14 Jul 2015 11:13:52 +0100 Subject: Changing reflection namespace (part 3) Change the C# namespace in descriptor.proto to Google.Protobuf.Reflection. This then means changing where the generated code lives, which means updating the project file... It also involves regenerating the C++ - which has updated the well-known types as well, for no terribly obvious reason... --- csharp/generate_protos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csharp/generate_protos.sh') diff --git a/csharp/generate_protos.sh b/csharp/generate_protos.sh index e861f16f..8ec103cd 100755 --- a/csharp/generate_protos.sh +++ b/csharp/generate_protos.sh @@ -38,7 +38,7 @@ fi # Descriptor proto # TODO(jonskeet): Remove fixup cp src/google/protobuf/descriptor.proto src/google/protobuf/descriptor_proto_file.proto -$PROTOC -Isrc --csharp_out=csharp/src/ProtocolBuffers/DescriptorProtos \ +$PROTOC -Isrc --csharp_out=csharp/src/ProtocolBuffers/Reflection \ src/google/protobuf/descriptor_proto_file.proto rm src/google/protobuf/descriptor_proto_file.proto -- cgit v1.2.3