Skip to content
This repository was archived by the owner on Jun 10, 2026. It is now read-only.

v2.2.0

Choose a tag to compare

@shaopeng-gh shaopeng-gh released this 21 Feb 19:17
7605ae5

2.2.0 Pointer | Schema| Schema.ToDotNet| Schema.Validation

  • BREAKING: .NET type to express Json integers now will be nullable if the property is not required and also without default. #167
  • FEATURE: Add new option for specifying .NET type to express Json numbers: --generate-json-number-as = double | float | decimal with a default of double. #166