Skip to content

Commit

Permalink
Update libsodium to 1.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
ektrah committed May 25, 2024
1 parent eb547f8 commit 3255d7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Cryptography/NSec.Cryptography.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ NSec.Cryptography.X25519</Description>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="libsodium" Version="[1.0.19.2,1.0.20)" />
<PackageReference Include="libsodium" Version="[1.0.20,1.0.21)" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Interop/Interop.Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ internal static partial class Interop
internal static partial class Libsodium
{
internal const int SODIUM_LIBRARY_VERSION_MAJOR = 26;
internal const int SODIUM_LIBRARY_VERSION_MINOR = 1;
internal const string SODIUM_VERSION_STRING = "1.0.19";
internal const int SODIUM_LIBRARY_VERSION_MINOR = 2;
internal const string SODIUM_VERSION_STRING = "1.0.20";

[LibraryImport(Libraries.Libsodium)]
[UnmanagedCallConv(CallConvs = [typeof(CallConvCdecl)])]
Expand Down

0 comments on commit 3255d7b

Please sign in to comment.