|
6 | 6 | <AssemblyName>BCrypt.Net-Next</AssemblyName> |
7 | 7 |
|
8 | 8 | <VersionPrefix>2.1.0</VersionPrefix> |
9 | | - <Version>2.1.0</Version> |
10 | | - <AssemblyVersion>2.1.0.0</AssemblyVersion> |
11 | | - <FileVersion>2.1.0.0</FileVersion> |
| 9 | + <Version>2.1.1</Version> |
| 10 | + <AssemblyVersion>2.1.1.0</AssemblyVersion> |
| 11 | + <FileVersion>2.1.1.0</FileVersion> |
12 | 12 |
|
13 | 13 | <Authors>https://github.com/BcryptNet/bcrypt.net/graphs/contributors</Authors> |
14 | 14 |
|
15 | 15 | <TargetFrameworks>net20;net35;net40;net45;net451;net452;net462;netstandard1.3;netstandard1.6;netcoreapp1.0;netcoreapp1.1</TargetFrameworks> |
16 | 16 |
|
17 | 17 | <PackageId>BCrypt.Net-Next</PackageId> |
| 18 | + <Title>BCrypt.Net - Next</Title> |
| 19 | + <Authors>Chris McKee, Ryan D. Emerl, Damien Miller</Authors> |
| 20 | + <Copyright>2006-2017 Chris McKee, Ryan D. Emerl, Damien Miller</Copyright> |
| 21 | + <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> |
| 22 | + <Summary>A fixed, enhanced and namespace compatible version of BCrypt.Net port of jBCrypt implemented in C#.</Summary> |
18 | 23 | <PackageTags>bcrypt;BCrypt.Net;cryptography;hashing;password;security,hash;crypto;blowfish</PackageTags> |
19 | 24 | <PackageReleaseNotes>See https://github.com/BcryptNet/bcrypt.net/releases </PackageReleaseNotes> |
20 | 25 | <PackageIconUrl>https://raw.githubusercontent.com/BcryptNet/bcrypt.net/master/ico64.png</PackageIconUrl> |
21 | 26 | <PackageProjectUrl>https://github.com/BcryptNet/bcrypt.net</PackageProjectUrl> |
22 | | - <PackageLicenseUrl>https://github.com/BcryptNet/bcrypt.net/blob/master/licence.txt,</PackageLicenseUrl> |
| 27 | + <PackageLicenseUrl>https://github.com/BcryptNet/bcrypt.net/blob/master/licence.txt</PackageLicenseUrl> |
23 | 28 | <GeneratePackageOnBuild>True</GeneratePackageOnBuild> |
| 29 | + <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> |
24 | 30 |
|
25 | 31 | <RepositoryType>git</RepositoryType> |
26 | 32 | <RepositoryUrl>https://github.com/BcryptNet/bcrypt.net</RepositoryUrl> |
|
0 commit comments