22<package xmlns =" http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd" >
33 <metadata >
44 <id >StreamCryptor</id >
5- <version >0.5.0-beta2 </version >
5+ <version >0.5.0</version >
66 <authors >Christian Hermann</authors >
77 <owners >Christian Hermann</owners >
8- <licenseUrl >https://raw.githubusercontent.com/bitbeans/StreamCryptor/master/LICENSE</licenseUrl >
8+ <licenseUrl >https://raw.githubusercontent.com/bitbeans/StreamCryptor/master/LICENSE.md </licenseUrl >
99 <projectUrl >https://github.com/bitbeans/StreamCryptor</projectUrl >
1010 <requireLicenseAcceptance >true</requireLicenseAcceptance >
1111 <description >You can use StreamCryptor to encrypt and decrypt files without size limit and the need to load every file completely into memory.
@@ -22,7 +22,9 @@ All cryptographic operations are performed via libsodium-net (and thus libsodium
2222
2323For more details and examples visit the github project site.</description >
2424 <summary >Stream encryption & decryption with libsodium and protobuf</summary >
25- <releaseNotes >0.5.0-beta2
25+ <releaseNotes >0.5.0
26+ * Updated libsodium-net to 0.9.0 (libsodium v1.0.7)
27+ 0.5.0-beta2
2628* Changed file name padding to PKCS7
27290.5.0-beta1
2830* GetRandomFileName now uses also libsodium
@@ -69,11 +71,11 @@ For more details and examples visit the github project site.</description>
6971 <dependencies >
7072 <group targetFramework =" .NETFramework4.5" >
7173 <dependency id =" protobuf-net" version =" 2.0.0.668" />
72- <dependency id =" libsodium-net" version =" 0.9.0-beta3 " />
74+ <dependency id =" libsodium-net" version =" 0.9.0" />
7375 </group >
7476 </dependencies >
7577 </metadata >
7678 <files >
77- <file src =" StreamCryptor\bin\Debug \StreamCryptor.dll" target =" lib\net45\StreamCryptor.dll" />
79+ <file src =" StreamCryptor\bin\Release \StreamCryptor.dll" target =" lib\net45\StreamCryptor.dll" />
7880 </files >
7981</package >
0 commit comments