Releases: alirezanet/InfiniteEnumFlags
Releases · alirezanet/InfiniteEnumFlags
v0.4.3
v04.2
Add a new overload for the GetNames
method, that accepts a Flag, to retrieve the name of the values.
v0.4.1
- Add GetNames to InfiniteEnum classes
- Add GetKeyValues to IinfiniteEnum classes
- Add binding flags parameter to FromName function
Full Changelog: v0.4.0...v0.4.1
v0.4.0
v0.3.0
- feature - Add
ToUniqueId
andFromUniqueId
- bugfix - InfiniteEnum.All not working
v0.2.1
- Remove generator
- Rewrite library
v0.1.2
- Fix - Could not load file or assembly 'Microsoft.CodeAnalysis' warning in older .NET SDKs (6.0.100)
v0.1.1
Could not load file or assembly 'Microsoft.CodeAnalysis' warning is related to .NET SDK v6.0.100, to fix it (the exact upgrade that's needed is for the .NET SDK to be 6.0.202 or higher.)
v0.1.0
- Add Base64 support
- Add Base64 Unique Key
- Remove Hex related functions
Full Changelog: v0.0.4...v0.1.0
v0.0.4
- Add HasFlag, ToggleFlag, SetFlag, UnsetFlag extensions
- few bugfixes
Full Changelog: v0.0.3...v0.0.4