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
+
1
7
# 5.0.0
2
8
3
9
## Breaking changes
Original file line number Diff line number Diff line change 12
12
<AssemblyOriginatorKeyFile >..\SimpleBase.snk</AssemblyOriginatorKeyFile >
13
13
<DelaySign >false</DelaySign >
14
14
15
- <PackageVersion >5.0 .0</PackageVersion >
15
+ <PackageVersion >5.1 .0</PackageVersion >
16
16
<DocumentationFile >SimpleBase.xml</DocumentationFile >
17
17
<PackageProjectUrl >https://github.com/ssg/SimpleBase</PackageProjectUrl >
18
18
<PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
24
24
<PackageReadmeFile >README.md</PackageReadmeFile >
25
25
<PackageReleaseNotes >
26
26
<![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
-
36
27
## 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
45
30
]]>
46
31
</PackageReleaseNotes >
47
32
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments