BCrypt.Net-Core 1.3.0
BCrypt.Net .net Core Class Library
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>BCrypt.Net-Core</id>
<version>1.3.0</version>
<authors>Steve Donaghy (donaghy.steve@googlemail.com)</authors>
<owners>Steve Donaghy (donaghy.steve@googlemail.com)</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectUrl>https://github.com/neoKushan/BCrypt.Net-Core</projectUrl>
<description>BCrypt.Net .net Core Class Library</description>
<releaseNotes>Added support for accepting revision b, x and y salts. Generates revision b by default.
Migrated to VS2017 project type.
Dropped support for .net versions lower than 4.0.
Added Safe compare to prevent timing attacks.</releaseNotes>
<tags>bcrypt Cryptography</tags>
<repository type="git" url="https://github.com/neoKushan/BCrypt.Net-Core" />
<dependencies>
<group targetFramework=".NETFramework4.0" />
<group targetFramework=".NETFramework4.5" />
<group targetFramework=".NETFramework4.5.1" />
<group targetFramework=".NETFramework4.5.2" />
<group targetFramework=".NETStandard1.3">
<dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
<dependency id="System.Runtime.Extensions" version="4.1.0" exclude="Build,Analyzers" />
</group>
</dependencies>
<repository type="git" url="https://github.com/neoKushan/BCrypt.Net-Core" xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd" />
</metadata>
</package>