Skip to content

Commit

Permalink
release: v1.4.0-preview.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ektrah committed May 4, 2024
1 parent a2f4272 commit 175e7aa
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.5)
[![NuGet](https://img.shields.io/nuget/vpre/Sodium.Core)](https://www.nuget.org/packages/Sodium.Core/1.4.0-preview.1)

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

$ dotnet add package Sodium.Core --version 1.3.5
$ dotnet add package Sodium.Core --version 1.4.0-preview.1


## Supported Platforms
Expand Down Expand Up @@ -37,7 +37,7 @@ Please note:

## Tested Platforms

[Sodium.Core 1.3.5](https://www.nuget.org/packages/Sodium.Core/1.3.5)
[Sodium.Core 1.4.0-preview.1](https://www.nuget.org/packages/Sodium.Core/1.4.0-preview.1)
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.5)
[![NuGet](https://img.shields.io/nuget/vpre/Sodium.Core)](https://www.nuget.org/packages/Sodium.Core/1.4.0-preview.1)

**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 @@ -18,7 +18,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.3.5</Version>
<Version>1.4.0-preview.1</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 175e7aa

Please sign in to comment.