Skip to content

Commit

Permalink
Merge pull request #31 from open-feature/csharp-namespace
Browse files Browse the repository at this point in the history
Add csharp-namespace to proto
  • Loading branch information
toddbaert authored Oct 17, 2022
2 parents 43eb8d8 + d3e764b commit 615f811
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protobuf/schema/v1/schema.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ package schema.v1;

option go_package = "schema/service/v1";
option java_package = "dev.openfeature.flagd.grpc";
option csharp_namespace = "OpenFeature.Flagd.Grpc";

import "google/protobuf/struct.proto";
import "google/protobuf/empty.proto";
Expand Down

0 comments on commit 615f811

Please sign in to comment.