Skip to content

Commit

Permalink
Updating nuget dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesportwoodii committed Jun 24, 2018
1 parent 6f10912 commit 5bb57ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .nuget/libsodium-uwp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>libsodium-uwp</id>
<version>1.0.152</version>
<version>1.0.160</version>
<title>libsodium for UWP</title>
<authors>Charles R. Portwood II (charlesportwoodii)</authors>
<licenseUrl>https://github.com/charlesportwoodii/libsodium-uwp/blob/master/LICENSE.md</licenseUrl>
<licenseUrl>https://github.com/charlesportwoodii/libsodium-uwp/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/charlesportwoodii/libsodium-uwp</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>libsodium-uwp - A secure cryptographic library for Universal Windows Platform</description>
<releaseNotes><![CDATA[
For full release notes, documentation, and installation instructions see https://github.com/charlesportwoodii/libsodium-uwp/releases
]]></releaseNotes>
<copyright>Copyright (c) 2016-2017 Charles R. Portwood II &amp; Contributors</copyright>
<copyright>Copyright (c) 2016-2018 Charles R. Portwood II &amp; Contributors</copyright>
<language>en-US</language>
<tags>libsodium NaCL encryption cryptography XSalsa20 Curve25519 Ed25519 Poly1305 hash kdf pbdfk2 hkdf Agon2i Argon2id Scrypt</tags>
<dependencies>
<dependency id="Microsoft.NETCore.UniversalWindowsPlatform" version="5.3.3" />
<dependency id="Microsoft.NETCore.UniversalWindowsPlatform" version="6.1.5" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions Test/project.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"dependencies": {
"Microsoft.NETCore.UniversalWindowsPlatform": "5.3.3"
"Microsoft.NETCore.UniversalWindowsPlatform": "6.1.5"
},
"frameworks": {
"uap10.0": {}
"uap10.0.10240": {}
},
"runtimes": {
"win10-arm": {},
Expand Down

0 comments on commit 5bb57ba

Please sign in to comment.