Skip to content

Releases: alirezanet/InfiniteEnumFlags

v0.4.3

30 Nov 19:06
Compare
Choose a tag to compare
  • Add Dotnet 8 build support

v04.2

17 Mar 21:09
Compare
Choose a tag to compare

Add a new overload for the GetNames method, that accepts a Flag, to retrieve the name of the values.

v0.4.1

16 Dec 23:46
Compare
Choose a tag to compare
  • 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

02 Dec 15:49
Compare
Choose a tag to compare

Bugfix - fixed HasFlag extension not working with multiple flags #4
Minor Breaking Change - The ToString returns UniqueId instead of Base64 string

v0.3.0

08 Nov 14:29
Compare
Choose a tag to compare
  • feature - Add ToUniqueId and FromUniqueId
  • bugfix - InfiniteEnum.All not working

v0.2.1

07 Nov 19:34
Compare
Choose a tag to compare
  • Remove generator
  • Rewrite library

v0.1.2

26 Oct 08:42
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release
  • Fix - Could not load file or assembly 'Microsoft.CodeAnalysis' warning in older .NET SDKs (6.0.100)

v0.1.1

26 Oct 06:42
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

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

25 Oct 14:23
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
  • Add Base64 support
  • Add Base64 Unique Key
  • Remove Hex related functions

Full Changelog: v0.0.4...v0.1.0

v0.0.4

25 Oct 09:24
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release
  • Add HasFlag, ToggleFlag, SetFlag, UnsetFlag extensions
  • few bugfixes

Full Changelog: v0.0.3...v0.0.4