Skip to content

Releases: TwentyFourMinutes/StringyEnums

v1.2.1

16 Sep 14:46
6e4c10b
Compare
Choose a tag to compare

Minor update

Bug fixes

  • Added silent fail, if the same type gets added twice.

You can also download it from the NuGet Package Manager in Visual Studio.

If you are experiencing any issues or unexpected behavior, feel free to create an issue and let me know.

v1.2.0

23 Feb 23:32
89086bd
Compare
Choose a tag to compare

Minor update

Added

  • Strong named the assembly.
  • Enum can from now on be added to the cache dynamically at any point in time. Also the Init method can be invoked multiple times. This fixed a bug, which would occur if a child library would also use the StringyEnums library.

You can also download it from the NuGet Package Manager in Visual Studio.

If you are experiencing any issues or unexpected behavior, feel free to create an issue and let me know.

v1.1.0

23 Feb 17:56
0399392
Compare
Choose a tag to compare

Minor update

Added

  • Will now support Net Framework 4.8 (net48)

You can also download it from the NuGet Package Manager in Visual Studio.

If you are experiencing any issues or unexpected behavior, feel free to create an issue and let me know.

v1.0.0.3

06 Feb 18:04
9568c91
Compare
Choose a tag to compare

This is just a smaller patch, which fixes a minor bug.

Fixed

  • Will now support .Net Core 3.1 which it didn't in some cases.

You can also download it from the NuGet Package Manager in Visual Studio.

If you are experiencing any issues or unexpected behavior, feel free to create an issue and let me know.

v1.0.0.2

10 Jan 20:54
529c7db
Compare
Choose a tag to compare

This is just a smaller patch, which fixes a minor bug and adds a small feature:

Fixed

  • StringyEnums now works with Enums that use underlying types smaller then Int32.

Added

  • StringyEnums now works with Enums that use UInt32 as their underlying type.

You can also download it from the NuGet Package Manager in Visual Studio.

If you are experiencing any issues or unexpected behavior, feel free to create an issue and let me know.

v1.0.0.1

06 Jan 02:02
413c90d
Compare
Choose a tag to compare

So there we go, the first release of the StringyEnums package. Therefor please keep in mind this version might still contain bugs or other issues.

You can also download it from the NuGet Package Manager in Visual Studio.

If you are experiencing any issues or unexpected behavior, feel free to create an issue and let me know.