File tree Expand file tree Collapse file tree 2 files changed +9
-18
lines changed
Expand file tree Collapse file tree 2 files changed +9
-18
lines changed Original file line number Diff line number Diff line change 1+ # 5.1.0
2+
3+ ## New features
4+ - Base36
5+ - Base256Emoji
6+
17# 5.0.0
28
39## Breaking changes
Original file line number Diff line number Diff line change 1212 <AssemblyOriginatorKeyFile >..\SimpleBase.snk</AssemblyOriginatorKeyFile >
1313 <DelaySign >false</DelaySign >
1414
15- <PackageVersion >5.0 .0</PackageVersion >
15+ <PackageVersion >5.1 .0</PackageVersion >
1616 <DocumentationFile >SimpleBase.xml</DocumentationFile >
1717 <PackageProjectUrl >https://github.com/ssg/SimpleBase</PackageProjectUrl >
1818 <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
2424 <PackageReadmeFile >README.md</PackageReadmeFile >
2525 <PackageReleaseNotes >
2626 <![CDATA[
27- # 5.0.0
28-
29- ## Breaking changes
30- - TryDecode/TryEncode methods no longer throw
31- - Base85 methods with `Ipv6` in them renamed to `IPv6` to match with .NET
32- - `numBytesWritten` parameters have all been renamed to `bytesWritten` to match with .NET
33- - The target framework was changed to .NET 8.0 around 4.2.0, but the version change did not
34- reflect that breaking change, although in practice it shouldn't cause many issues.
35-
3627## New features
37- - Base62
38- - Base45
39- - Multibase now supports Base45
40- - Base32 now has a non-throwing `TryDecodeUInt64()` method
41-
42- ## Improvements
43- - `Multibase.Encode()` now allocates less memory
44-
28+ - Base36
29+ - Base256Emoji
4530]]>
4631 </PackageReleaseNotes >
4732 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments