3.1.0
- Added rule MEN017: Remove Unused Private Setter. A private set accessor is not needed when an auto property is only assigned in the constructor. This rule was inspired by C# Essentials' Use Getter-Only Auto-Property, which was abandoned in 2015. All the rest of that library's rules are now implemented in Visual Studio or by .NET, but I missed this one enough to re-implement it.