Skip to content

Releases: TwentyFourMinutes/BidirectionalDict

v1.2.0

23 Feb 22:58
7006be7
Compare
Choose a tag to compare

Minor update

Added

  • Strong named the assembly.

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:28
42f548c
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.4

06 Feb 17:56
e867ed1
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. Thanks to TheMinefighter for reporting the issue #1.

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

05 Jan 17:31
3991eb7
Compare
Choose a tag to compare

This release contains small features.

Added

  • XML documentation across the board.

You can also download this package 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

05 Jan 17:02
6a5a4c5
Compare
Choose a tag to compare

This release contains features, as well as improvements.

Added

  • Read-Only version of the BidirectionalDictionary (ReadOnlyBiDictionary)
  • Concurrent version of the BidirectionalDictionary (ConcurrentBiDictionary)
  • iteration support

You can also download this package 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

04 Jan 23:21
3fac22c
Compare
Choose a tag to compare

So there we go, the first release of the BidirectionalDict 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.