Skip to content

Commit 2e61b68

Browse files
committed
bump version
1 parent 787780f commit 2e61b68

File tree

2 files changed

+9
-18
lines changed

2 files changed

+9
-18
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 5.1.0
2+
3+
## New features
4+
- Base36
5+
- Base256Emoji
6+
17
# 5.0.0
28

39
## Breaking changes

src/SimpleBase.csproj

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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>
@@ -24,24 +24,9 @@
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>

0 commit comments

Comments
 (0)