File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ on the following platforms:
1313
1414| | ` -x64 ` | ` -x86 ` | ` -arm64 ` | ` -arm ` |
1515| :----------------------| :--------:| :--------:| :--------:| :--------:|
16- | ** ` android- ` ** | | | | |
16+ | ** ` android- ` ** | & check ; | & check ; | & check ; | & check ; |
1717| ** ` ios- ` ** | | | &check ; | |
1818| ** ` linux- ` ** | &check ; | | &check ; | &check ; |
1919| ** ` linux-musl- ` ** | &check ; | | &check ; | &check ; |
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ internal static partial class Interop
66 internal static partial class Libsodium
77 {
88 internal const int SODIUM_LIBRARY_VERSION_MAJOR = 26 ;
9- internal const int SODIUM_LIBRARY_VERSION_MINOR = 2 ;
10- internal const string SODIUM_VERSION_STRING = "1.0.20 " ;
9+ internal const int SODIUM_LIBRARY_VERSION_MINOR = 3 ;
10+ internal const string SODIUM_VERSION_STRING = "1.0.21 " ;
1111
1212 [ DllImport ( Libraries . Libsodium , CallingConvention = CallingConvention . Cdecl ) ]
1313 internal static extern int sodium_library_version_major ( ) ;
Original file line number Diff line number Diff line change 4040 </ItemGroup >
4141
4242 <ItemGroup >
43- <PackageReference Include =" libsodium" Version =" [1.0.20.2 ,1.0.21 )" />
43+ <PackageReference Include =" libsodium" Version =" [1.0.21 ,1.0.22 )" />
4444 </ItemGroup >
4545
4646 <ItemGroup >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ public class VersionTest
1111 [ Test ]
1212 public void SodiumVersionStringTest ( )
1313 {
14- const string EXPECTED = "1.0.20 " ;
14+ const string EXPECTED = "1.0.21 " ;
1515 var actual = SodiumCore . SodiumVersionString ( ) ;
1616 Assert . AreEqual ( EXPECTED , actual ) ;
1717 }
You can’t perform that action at this time.
0 commit comments