Skip to content

Commit f12adbf

Browse files
authored
Update README with .NET Standard 2.0 compatibility info
Added information about .NET Standard 2.0 compatibility and installation command for the 2.x release line.
1 parent 0aa760d commit f12adbf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)