diff --git a/INSTALL.md b/INSTALL.md index bc85a1e46..1a1140453 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,8 +1,8 @@ -[![NuGet](https://img.shields.io/nuget/vpre/Sodium.Core)](https://www.nuget.org/packages/Sodium.Core/1.3.4) +[![NuGet](https://img.shields.io/nuget/vpre/Sodium.Core)](https://www.nuget.org/packages/Sodium.Core/1.3.5) **libsodium for .NET** can be installed as follows: - $ dotnet add package Sodium.Core --version 1.3.4 + $ dotnet add package Sodium.Core --version 1.3.5 ## Supported Platforms @@ -35,7 +35,7 @@ Please note: ## Tested Platforms -[Sodium.Core 1.3.4](https://www.nuget.org/packages/Sodium.Core/1.3.4) +[Sodium.Core 1.3.5](https://www.nuget.org/packages/Sodium.Core/1.3.5) has been tested to run on the following platforms and .NET versions: | OS | Version | Architecture | .NET | diff --git a/README.md b/README.md index 1493771f9..148aca9da 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![NuGet](https://img.shields.io/nuget/vpre/Sodium.Core)](https://www.nuget.org/packages/Sodium.Core/1.3.4) +[![NuGet](https://img.shields.io/nuget/vpre/Sodium.Core)](https://www.nuget.org/packages/Sodium.Core/1.3.5) **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 diff --git a/src/Sodium.Core/Sodium.Core.csproj b/src/Sodium.Core/Sodium.Core.csproj index cbc92de88..a54482dae 100644 --- a/src/Sodium.Core/Sodium.Core.csproj +++ b/src/Sodium.Core/Sodium.Core.csproj @@ -17,7 +17,7 @@ - 1.3.4 + 1.3.5