Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: Added detailed documentation and introduced csharp_namespace option. #5

Merged
merged 1 commit into from
Nov 17, 2024

Conversation

mprimeaux
Copy link
Contributor

  • FEATURE: Added detailed documentation to all .proto files to describe the purpose and expected use of each message.
  • FEATURE: Added csharp_namespace option to the proto files to specify the C# namespace for generated files.
  • FEATURE: Added map<string, string> extensions to the entity_metadata.proto file to allow for custom metadata to be added to entities.
  • DEBT: Changed option objc_class_prefix to TPB to match the project name.

- feature: Added detailed documentation to all .proto files to describe the purpose and expected use of each message.
- feature: Added csharp_namespace option to the protoc command to specify the C# namespace for generated files.
- feature: Added map<string, string> extensions to the entity_metadata.proto file to allow for custom metadata to be added to entities.
- debt: Changed option objc_class_prefix to TPB to match the project name.
@mprimeaux mprimeaux added kind: feature New feature or request priority: medium labels Nov 17, 2024
@mprimeaux mprimeaux self-assigned this Nov 17, 2024
@mprimeaux mprimeaux merged commit 8420a41 into main Nov 17, 2024
1 check passed
@mprimeaux mprimeaux deleted the feature/docs branch November 17, 2024 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: feature New feature or request priority: medium
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant