From a1c15afb4d0c9ca387f0f085e207b1f111e80d1b Mon Sep 17 00:00:00 2001 From: Christian Hermann Date: Thu, 10 Dec 2015 08:38:42 +0100 Subject: [PATCH] Added new nuget package --- .editorconfig | 5 +++++ StreamCryptor.nuspec | 12 +++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..5464948 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root=true + +[*.cs] +indent_style = tab +indent_size = 4 \ No newline at end of file diff --git a/StreamCryptor.nuspec b/StreamCryptor.nuspec index 6b54b48..ecd15aa 100644 --- a/StreamCryptor.nuspec +++ b/StreamCryptor.nuspec @@ -2,10 +2,10 @@ StreamCryptor - 0.5.0-beta2 + 0.5.0 Christian Hermann Christian Hermann - https://raw.githubusercontent.com/bitbeans/StreamCryptor/master/LICENSE + https://raw.githubusercontent.com/bitbeans/StreamCryptor/master/LICENSE.md https://github.com/bitbeans/StreamCryptor true 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 For more details and examples visit the github project site. Stream encryption & decryption with libsodium and protobuf - 0.5.0-beta2 + 0.5.0 +* Updated libsodium-net to 0.9.0 (libsodium v1.0.7) +0.5.0-beta2 * Changed file name padding to PKCS7 0.5.0-beta1 * GetRandomFileName now uses also libsodium @@ -69,11 +71,11 @@ For more details and examples visit the github project site. - + - + \ No newline at end of file