What's Changed
- Removed
Boolean
enum support and dropped support for net45 and bumped it to net461 due to updating dependencies. - Also dropped support for netstandard 1.x tfms for similar reasons.
- Added a net7 target which utilizes the built-in generic number interfaces.
- Also added an
EnumValidatorAttribute
base class since generic attributes are now supported.