Release 2.0.0.0
Updates
- Updated to net4.8
- Added support for C# 12 class constructors
- Added new Settings "IsEnabledForNonPublicFields" which allows documenting non public static/const fields
Bug Fixes
- Fixed SuppressMessageAttribute to work at assembly level (Useful for unit test projects)
- Fixed unit tests
- General bug fixes