aboutsummaryrefslogtreecommitdiff
path: root/protos/google/protobuf/csharp_options.proto
diff options
context:
space:
mode:
Diffstat (limited to 'protos/google/protobuf/csharp_options.proto')
-rw-r--r--protos/google/protobuf/csharp_options.proto5
1 files changed, 3 insertions, 2 deletions
diff --git a/protos/google/protobuf/csharp_options.proto b/protos/google/protobuf/csharp_options.proto
index 41deafa3..b58a5491 100644
--- a/protos/google/protobuf/csharp_options.proto
+++ b/protos/google/protobuf/csharp_options.proto
@@ -6,10 +6,11 @@ package google.protobuf;
message CSharpFileOptions {
optional string namespace = 1;
- optional string umbrella_classname= 2;
- optional bool public_classes = 3;
+ optional string umbrella_classname = 2;
+ optional bool public_classes = 3 [default = true];
optional bool multiple_files = 4;
optional bool nest_classes = 5;
+ optional bool code_contracts = 6;
}
extend FileOptions {