1.9.27
(fix):
Fix the Protobuf mappers for enum and timestamp types.
1.9.26
(fix):
Use global::System.Type
instead of System.Type
in OneOfSerializer
when a type named System
exists in the current namespace.
1.9.25
(fix):
Use global::System.Type
instead of System.Type
in generated code to avoid potential naming conflicts
when a type named System
exists in the current namespace.
1.9.24
(fix):
Use the original gRPC service name in the generated client reference instead of applying any casing transformations.
1.9.23
(fix):
Fix method return types to use unqualified Task<T>
instead of System.Threading.Tasks.Task<T>
when the method returns a response.
1.9.22
(feat):
Generate a pagination section to the generated README.md file.
(feat):
You can now foreach(var item in page)
on Page<T>
instances.