1.9.31
(fix):
Use global::System
instead of System
to avoid conflicts when a type named System
exists in the current namespace.
1.9.30
(fix):
The Protobuf enum mapper now handles every enum variant.
1.9.29
(fix):
The Protobuf package aliases now include the package name to avoid conflicts when multiple
Protobuf packages are used. For example, com.acme.users.v1
would be aliased as ProtoUsersV1
instead of just Proto
.
1.9.28
(fix):
Fix the Protobuf mappers for the google.protobuf.Any type.
(fix):
The Protobuf mappers now refer to the original name of the Protobuf type instead
of the PascalCase name.