Skip to content

Version 1.2.0

Latest

Choose a tag to compare

@nikcio nikcio released this 20 Apr 18:38
e3abd1f

Added

  • Support --include-schema and GeneratorOptions.IncludeSchemas to generate only selected component schemas and their referenced dependencies
  • Support --omit-json-attributes and GeneratorOptions.OmitJsonPropertyNameAttributes to omit generated [JsonPropertyName] attributes when serializer naming policies are preferred
  • Support string/binary schema properties as Stream, including generated JSON converters for direct property serialization

Changed

  • Bumps Microsoft.OpenApi from 3.5.1 to 3.5.2
  • Bumps Microsoft.OpenApi.YamlReader from 3.5.1 to 3.5.2

New Contributors

Full Changelog: v1.1.0...v1.2.0