Enums.NET v2.1.1 Release Notes

Release Date: 2017-03-25 // about 7 years ago
  • ๐Ÿ†• New Features

    • โž• Added direct support for DisplayAttribute. The name has been added as EnumFormat.DisplayName and the order is respected using the flag EnumMemberSelection.DisplayOrder.
    • โž• Added a GetAttributes enum extension method for convenience.
    • โž• Added .NET Standard 1.1 as a target due to DisplayAttribute.