Skip to content

Commit 208da4d

Browse files
Update nuspec
1 parent 1475bbf commit 208da4d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Scrypt.nuspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>Scrypt.NET</id>
5-
<version>1.2.0</version>
5+
<version>1.3.0</version>
66
<title>Scrypt.NET</title>
77
<authors>Vinicius Chiele</authors>
88
<owners>Vinicius Chiele</owners>
99
<projectUrl>https://github.com/viniciuschiele/scrypt</projectUrl>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1111
<description>A .NET implementation of scrypt algorithm.</description>
12-
<releaseNotes>1.2.0 - Fix issue
12+
<releaseNotes>1.3.0 - Fix issues
13+
1.2.0 - Add IsValid method
1314
1.1.0 - Add compatibility to .NET Core</releaseNotes>
1415
<language>en-US</language>
1516
<tags>scrypt,password,hash,hashing,crypto,cryptographic,cryptography</tags>

0 commit comments

Comments
 (0)