Guard v1.12.0 Release Notes

Release Date: 2020-03-31 // about 4 years ago
  • ๐Ÿ“ฆ PM> Install-Package Dawn.Guard -Version 1.12.0 [NuGet]

    • โž• Added KindSpecified/Unspecified guards for DateTime (#42 - 757e730, 2cfefa0)
    • ๐Ÿ›  Fixed duplicate item guards on platforms < net472 (#48 - 05b5fa2)

Previous changes from v1.11.0

  • ๐Ÿ“ฆ PM> Install-Package Dawn.Guard -Version 1.11.0 [NuGet]

    • 7080fca: Made compatibility attributes internal.
    • 47fdae0: Added GreaterThan/LessThan guards.