File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # 5.5.1
1+ # 5.6.0
22
33## Improvements
4- - Remove dependency to System.Memory
4+ - This release separately targets .NET 9 and .NET 10 along with .NET 8
5+ - Remove dependency to System.Memory package
6+ - Improve IPv6 Base85 encoding/decoding performance
7+
8+ ## Fixes
9+ - Base58.TryDecodeCheck() now consistently returns version 0 in its output for failure cases
10+ - Base32.DecodeUInt64() and Base32.TryDecodeUInt64() will now always decode correctly for smaller inputs
11+ - Multiple bugs in Base85 IPv6 decoding have been addressed
512
613# 5.5.0
714
Original file line number Diff line number Diff line change 3333 <PackageReadmeFile >README.md</PackageReadmeFile >
3434 <PackageReleaseNotes >
3535 <![CDATA[
36-
36+ # 5.6.0
37+
38+ ## Improvements
39+ - This release separately targets .NET 9 and .NET 10 along with .NET 8
40+ - Remove dependency to System.Memory package
41+ - Improve IPv6 Base85 encoding/decoding performance
42+
43+ ## Fixes
44+ - Base58.TryDecodeCheck() now consistently returns version 0 in its output for failure cases
45+ - Base32.DecodeUInt64() and Base32.TryDecodeUInt64() will now always decode correctly for smaller inputs
46+ - Multiple bugs in Base85 IPv6 decoding have been addressed
3747 ]]>
3848 </PackageReleaseNotes >
3949 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments