Skip to content

Commit

Permalink
Update libsodium to 1.0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ektrah committed Apr 28, 2024
1 parent 229f8fe commit c9bc645
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ on the following platforms:

| | `-x64` | `-x86` | `-arm64` | `-arm` |
|:----------------------|:--------:|:--------:|:--------:|:--------:|
| **`win-`** | ✓ | ✓ | | |
| **`android-`** | | | | |
| **`ios-`** | | | ✓ | |
| **`linux-`** | ✓ | | ✓ | ✓ |
| **`linux-musl-`** | ✓ | | ✓ | ✓ |
| **`maccatalyst-`** | ✓ | | ✓ | |
| **`osx-`** | ✓ | | ✓ | |
| **`ios-`** | | | | |
| **`android-`** | | | | |
| **`tvos-`** | | | ✓ | |
| **`win-`** | ✓ | ✓ | ✓ | |


Please note:
Expand Down Expand Up @@ -61,7 +63,7 @@ has been tested to run on the following platforms and .NET versions:
| | 22.04 | x64 | 8.0.4 / 6.0.29 |
| | 24.04 | x64 | 8.0.4 / 6.0.29 |

The other supported platforms should work as well, but haven't been tested.
The other supported platforms should work as well, but have not been tested.


## Frequently Asked Questions
Expand Down
2 changes: 1 addition & 1 deletion src/Cryptography/NSec.Cryptography.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ NSec.Cryptography.X25519</Description>
</PropertyGroup>

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

<ItemGroup>
Expand Down

0 comments on commit c9bc645

Please sign in to comment.