Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
5.0.0 source code.tar.gz | 2024-05-03 | 161.5 kB | |
5.0.0 source code.zip | 2024-05-03 | 217.4 kB | |
README.md | 2024-05-03 | 380 Bytes | |
Totals: 3 Items | 379.3 kB | 0 |
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.