Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.23 KB

ReleaseNotes.md

File metadata and controls

17 lines (12 loc) · 1.23 KB

0.0.8 (06 August 2021)

  • #7 - Add support for generics + update generated filename [enhancement] contributed by StefH

0.0.7 (05 August 2021)

  • #5 - Add autogenerated header [enhancement] contributed by StefH
  • #6 - Only emit #nullable when nullable is supported (>= LanguageVersion.CS… [enhancement] contributed by StefH

0.0.5 (05 August 2021)

  • #4 - Add support for Action<builder> [enhancement] contributed by StefH
  • #3 - Add WithProperty overloads that accepts the property's builder when available [enhancement]

0.0.4 (21 July 2021)

  • #2 - Make project Unit-Testable [enhancement] contributed by StefH

0.0.2 (19 July 2021)

  • #1 - Update Lazy constructor to fix issues with .NET 4.5 [bug] contributed by StefH