Enums.NET v3.0.3 Release Notes

Release Date: 2020-01-23 // about 4 years ago
    • ๐Ÿ›  Fix infinite loop when enumerating unsigned enum flags that are near the underlying type's max value.

Previous changes from v3.0.2

    • ๐Ÿ‘Œ Improved flag bitwise operations performance to only about 20% slower than native.