Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/BCrypt.Net.MainPackage/BCrypt.Net.Package.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
<Copyright>2006-2021 Chris McKee, Ryan D. Emerl, Damien Miller</Copyright>
<Summary>BCrypt.Net, C# implementation of BCrypt, OpenBSD-style Blowfish password hashing</Summary>
<Description>A fixed, enhanced and namespace compatible version of BCrypt.Net port of jBCrypt implemented in C#. It uses a variant of the Blowfish encryption algorithm’s keying schedule, and introduces a work factor, which allows you to determine how expensive the hash function will be, allowing the algorithm to be "future-proof".</Description>
<!--<PackageLicenseExpression>MIT</PackageLicenseExpression>-->
<PackageLicenseUrl>https://github.com/BcryptNet/bcrypt.net/blob/main/licence.txt</PackageLicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/BcryptNet/bcrypt.net</PackageProjectUrl>
<RepositoryUrl>https://github.com/BcryptNet/bcrypt.net</RepositoryUrl>

<SignAssembly>true</SignAssembly>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
Expand Down
5 changes: 3 additions & 2 deletions src/BCrypt.Net.StrongName/BCrypt.Net.StrongName.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
<Copyright>2006-2021 Chris McKee, Ryan D. Emerl, Damien Miller</Copyright>
<Summary>BCrypt.Net, C# implementation of BCrypt, OpenBSD-style Blowfish password hashing</Summary>
<Description>A fixed, enhanced and namespace compatible version of BCrypt.Net port of jBCrypt implemented in C#. It uses a variant of the Blowfish encryption algorithm’s keying schedule, and introduces a work factor, which allows you to determine how expensive the hash function will be, allowing the algorithm to be "future-proof".</Description>
<!--<PackageLicenseExpression>MIT</PackageLicenseExpression>-->
<PackageLicenseUrl>https://github.com/BcryptNet/bcrypt.net/blob/main/licence.txt</PackageLicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/BcryptNet/bcrypt.net</PackageProjectUrl>
<RepositoryUrl>https://github.com/BcryptNet/bcrypt.net</RepositoryUrl>

<SignAssembly>true</SignAssembly>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
Expand Down
5 changes: 3 additions & 2 deletions src/BCrypt.Net/BCrypt.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
<Copyright>2006-2021 Chris McKee, Ryan D. Emerl, Damien Miller</Copyright>
<Summary>BCrypt.Net, C# implementation of BCrypt, OpenBSD-style Blowfish password hashing</Summary>
<Description>A fixed, enhanced and namespace compatible version of BCrypt.Net port of jBCrypt implemented in C#. It uses a variant of the Blowfish encryption algorithm’s keying schedule, and introduces a work factor, which allows you to determine how expensive the hash function will be, allowing the algorithm to be "future-proof".</Description>
<!--<PackageLicenseExpression>MIT</PackageLicenseExpression>-->
<PackageLicenseUrl>https://github.com/BcryptNet/bcrypt.net/blob/main/licence.txt</PackageLicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/BcryptNet/bcrypt.net</PackageProjectUrl>
<RepositoryUrl>https://github.com/BcryptNet/bcrypt.net</RepositoryUrl>

<Version>4.0.3</Version>
<Configurations>Debug;Release</Configurations>
Expand Down