Skip to content

Commit

Permalink
Updating documentation to reflect new version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bfren committed Sep 20, 2023
1 parent 47fcaed commit f560f9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[![NuGet](https://img.shields.io/nuget/vpre/Sodium.Core)](https://www.nuget.org/packages/Sodium.Core/1.3.3)
[![NuGet](https://img.shields.io/nuget/vpre/Sodium.Core)](https://www.nuget.org/packages/Sodium.Core/1.3.4)

**libsodium for .NET** can be installed as follows:

dotnet add package Sodium.Core --version 1.3.3
dotnet add package Sodium.Core --version 1.3.4

The *Sodium.Core* package is intended to run on
[supported versions of .NET](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core)
Expand All @@ -18,7 +18,7 @@ on the following platforms:
| **`android-`** | | | | |

Specifically,
[Sodium.Core 1.3.3](https://www.nuget.org/packages/Sodium.Core/1.3.3)
[Sodium.Core 1.3.4](https://www.nuget.org/packages/Sodium.Core/1.3.4)
has been tested to run on the following platforms and .NET versions:

| OS | Version | Architectures | .NET |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![NuGet](https://img.shields.io/nuget/vpre/Sodium.Core)](https://www.nuget.org/packages/Sodium.Core/1.3.3)
[![NuGet](https://img.shields.io/nuget/vpre/Sodium.Core)](https://www.nuget.org/packages/Sodium.Core/1.3.4)

**libsodium for .NET** is a C# wrapper around [libsodium](https://libsodium.org/),
created by [@adamcaudill](https://github.com/adamcaudill/) in 2013 for .NET Framework ("libsodium-net") and
Expand Down

0 comments on commit f560f9f

Please sign in to comment.