Skip to content

Commit

Permalink
Change C# namespace to Milvus.Client
Browse files Browse the repository at this point in the history
  • Loading branch information
roji committed Jul 23, 2023
1 parent c3fe148 commit 35b784c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/milvus.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ option java_package = "io.milvus.grpc";
option java_outer_classname = "MilvusProto";
option java_generate_equals_and_hash = true;

option csharp_namespace = "IO.Milvus.Grpc";
option csharp_namespace = "Milvus.Client.Grpc";

import "common.proto";
import "schema.proto";
Expand Down

0 comments on commit 35b784c

Please sign in to comment.