Skip to content

Commit

Permalink
release: v1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ektrah committed Apr 27, 2024
1 parent a590259 commit f1577bf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.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
Expand Down Expand Up @@ -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 |
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.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
Expand Down
2 changes: 1 addition & 1 deletion src/Sodium.Core/Sodium.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.3.4</Version>
<Version>1.3.5</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit f1577bf

Please sign in to comment.