Skip to content

Commit a1c15af

Browse files
committed
Added new nuget package
1 parent 2028d1d commit a1c15af

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

.editorconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
root=true
2+
3+
[*.cs]
4+
indent_style = tab
5+
indent_size = 4

StreamCryptor.nuspec

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
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

2323
For more details and examples visit the github project site.</description>
2424
<summary>Stream encryption &amp; 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
2729
0.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

Comments
 (0)