1.9.31

(fix): 使用 global::System 而不是 System 以避免当前命名空间中存在名为 System 的类型时的冲突。

1.9.30

(fix): Protobuf 枚举映射器现在处理每个枚举变体。

1.9.29

(fix): Protobuf 包别名现在包含包名称,以避免使用多个 Protobuf 包时的冲突。例如,com.acme.users.v1 将被别名为 ProtoUsersV1 而不仅仅是 Proto

1.9.28

(fix): 修复 google.protobuf.Any 类型的 Protobuf 映射器。

(fix): Protobuf 映射器现在引用 Protobuf 类型的原始名称,而不是 PascalCase 名称。