Skip to content

Commit 6d28ef0

Browse files
committed
Merge branch 'main' of github.com:ssg/SimpleBase
2 parents b5c4642 + f12adbf commit 6d28ef0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ math worked.
1212

1313
Features
1414
--------
15-
- [Multibase](https://github.com/multiformats/multibase) support. All formats
16-
covered by SimpleBase including a few Base64 variants are supported. Base2, Base8, and Base10 are also supported.
15+
- **[Multibase](https://github.com/multiformats/multibase)**: All formats
16+
covered by SimpleBase including a few Base64 variants are supported. **Base2**, **Base8**, and **Base10** are also supported.
1717
- **Base32**: RFC 4648, BECH32, Crockford, z-base-32, Geohash, FileCoin and Extended Hex
1818
(BASE32-HEX) flavors with Crockford character substitution, or any other
1919
custom flavors.
@@ -40,6 +40,10 @@ To install it from [NuGet](https://www.nuget.org/packages/SimpleBase/):
4040

4141
`Install-Package SimpleBase`
4242

43+
If you need .NET Standard 2.0 compatible version for targeting older .NET Framework or .NET Core, use the 2.x release line instead. It's missing newer features, but still supported:
44+
45+
`Install-Package SimpleBase -MaximumVersion 2.999.0`
46+
4347
Usage
4448
------
4549
The basic usage for encoding a buffer into, say, Base32, is as simple as:

0 commit comments

Comments
 (0)