Skip to content

Commit 46ffc52

Browse files
committed
release: v1.4.0
1 parent c30ce21 commit 46ffc52

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

INSTALL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
[![NuGet](https://img.shields.io/nuget/vpre/Sodium.Core)](https://www.nuget.org/packages/Sodium.Core/1.4.0-preview.2)
1+
[![NuGet](https://img.shields.io/nuget/vpre/Sodium.Core)](https://www.nuget.org/packages/Sodium.Core/1.4.0)
22

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

5-
$ dotnet add package Sodium.Core --version 1.4.0-preview.2
5+
$ dotnet add package Sodium.Core --version 1.4.0
66

77

88
## Supported Platforms
@@ -37,7 +37,7 @@ Please note:
3737

3838
## Tested Platforms
3939

40-
[Sodium.Core 1.4.0-preview.2](https://www.nuget.org/packages/Sodium.Core/1.4.0-preview.1)
40+
[Sodium.Core 1.4.0](https://www.nuget.org/packages/Sodium.Core/1.4.0)
4141
has been tested to run on the following platforms and .NET versions:
4242

4343
| OS | Version | Architecture | .NET |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![NuGet](https://img.shields.io/nuget/vpre/Sodium.Core)](https://www.nuget.org/packages/Sodium.Core/1.4.0-preview.2)
1+
[![NuGet](https://img.shields.io/nuget/vpre/Sodium.Core)](https://www.nuget.org/packages/Sodium.Core/1.4.0)
22

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

src/Sodium.Core/Sodium.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</PropertyGroup>
1919

2020
<PropertyGroup>
21-
<Version>1.4.0-preview.2</Version>
21+
<Version>1.4.0</Version>
2222
</PropertyGroup>
2323

2424
<PropertyGroup>

0 commit comments

Comments
 (0)