Releases: TwentyFourMinutes/BidirectionalDict
v1.2.0
v1.1.0
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
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
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
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
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.