File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ syntax = "proto3";
55
66package durabletask.protos.backend.v1 ;
77
8- option csharp_namespace = "Microsoft .DurableTask.Protobuf" ;
8+ option csharp_namespace = "Dapr .DurableTask.Protobuf" ;
99option java_package = "io.dapr.durabletask.implementation.protobuf" ;
1010option go_package = "/api/protos" ;
1111
Original file line number Diff line number Diff line change 33
44syntax = "proto3" ;
55
6- option csharp_namespace = "Microsoft .DurableTask.Protobuf" ;
6+ option csharp_namespace = "Dapr .DurableTask.Protobuf" ;
77option java_package = "io.dapr.durabletask.implementation.protobuf" ;
88option go_package = "/api/protos" ;
99
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ syntax = "proto3";
1515
1616package durabletask.protos.backend.v1 ;
1717
18- option csharp_namespace = "Microsoft .DurableTask.Protobuf" ;
18+ option csharp_namespace = "Dapr .DurableTask.Protobuf" ;
1919option java_package = "io.dapr.durabletask.implementation.protobuf" ;
2020option go_package = "/api/protos" ;
2121
You can’t perform that action at this time.
0 commit comments