|
12 | 12 | <AssemblyOriginatorKeyFile>..\SimpleBase.snk</AssemblyOriginatorKeyFile>
|
13 | 13 | <DelaySign>false</DelaySign>
|
14 | 14 |
|
15 |
| - <PackageVersion>5.3.0</PackageVersion> |
| 15 | + <PackageVersion>5.4.0</PackageVersion> |
16 | 16 | <DocumentationFile>SimpleBase.xml</DocumentationFile>
|
17 | 17 | <PackageProjectUrl>https://github.com/ssg/SimpleBase</PackageProjectUrl>
|
18 | 18 | <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
|
19 | 19 | <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
20 |
| - <PackageTags>base16 base32 base36 base45 base58 base62 base85 ascii85 z85 hexadecimal bitcoin ripple flickr crockford extended hex rfc4648 z-base-32 geohash bech32 rfc1924</PackageTags> |
| 20 | + <PackageTags>base16 base32 base36 base45 base58 base62 base85 ascii85 z85 base2 base8 base10 hexadecimal bitcoin ripple flickr crockford extended hex rfc4648 z-base-32 geohash bech32 rfc1924</PackageTags> |
21 | 21 | <LangVersion>latest</LangVersion>
|
22 | 22 | <Nullable>enable</Nullable>
|
23 | 23 | <PlatformTarget>AnyCPU</PlatformTarget>
|
24 | 24 | <PackageReadmeFile>README.md</PackageReadmeFile>
|
25 | 25 | <PackageReleaseNotes>
|
26 | 26 | <![CDATA[
|
27 | 27 | ## New features
|
28 |
| -- AOT and trimming compatibility |
29 |
| -- Base2, Base8, and Base10 support |
| 28 | +- CodingAlphabet now supports case-insensitivity |
30 | 29 |
|
31 | 30 | ## Improvements
|
32 |
| -- `Base58` now uses `DividingCoder` under the hood for less code duplication |
33 |
| -- Several implementations now take bytesWritten into account when returning buffers, reducing the possibility of returning a buffer larger than necessary. |
| 31 | +- Multibase decoding now supports case-insensitive decoding |
| 32 | +- Base36 decoding is now case-insensitive |
| 33 | +
|
| 34 | +## Fixes |
| 35 | +- Base32 case-insensitive decoding now works correctly |
34 | 36 | ]]>
|
35 | 37 | </PackageReleaseNotes>
|
36 | 38 | </PropertyGroup>
|
|
0 commit comments