Skip to content

Commit c9456b1

Browse files
committed
add release notes
1 parent 9521aea commit c9456b1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/SimpleBase.csproj

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,23 @@
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+
36+
## 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
2744
2845
]]>
2946
</PackageReleaseNotes>

0 commit comments

Comments
 (0)