From f1577bfae580001e068896b49353bb78e196478e Mon Sep 17 00:00:00 2001 From: ektrah Date: Sat, 27 Apr 2024 13:34:51 +0200 Subject: [PATCH] release: v1.3.5 --- INSTALL.md | 6 +++--- README.md | 2 +- src/Sodium.Core/Sodium.Core.csproj | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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