Commit a7e98d2 1 parent 6701f24 commit a7e98d2 Copy full SHA for a7e98d2
File tree 2 files changed +7
-3
lines changed
src/ScottBrady91.AspNetCore.Identity.ScryptPasswordHasher
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 5
5
<AssemblyName >ScottBrady91.AspNetCore.Identity.ScryptPasswordHasher</AssemblyName >
6
6
<PackageId >ScottBrady91.AspNetCore.Identity.ScryptPasswordHasher</PackageId >
7
7
<Authors >Scott Brady</Authors >
8
- <Description >ASP.NET Core Identity IPasswordHasher implementation using Scrypt</Description >
8
+ <Description >ASP.NET Core Identity IPasswordHasher implementation using Scrypt.NET </Description >
9
9
<Copyright >Copyright (c) 2017 Scott Brady</Copyright >
10
10
<PackageTags >aspnetcore;identity;scrypt;password;hashing;hash;security</PackageTags >
11
- <PackageIconUrl >https://www.scottbrady91.com/img/logos/scottbrady91. png</PackageIconUrl >
11
+ <PackageIcon >icon. png</PackageIcon >
12
12
<PackageProjectUrl >https://github.com/scottbrady91/ScottBrady91.AspNetCore.Identity.ScryptPasswordHasher</PackageProjectUrl >
13
13
<PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
14
14
<IncludeSymbols >true</IncludeSymbols >
15
15
<GenerateDocumentationFile >true</GenerateDocumentationFile >
16
16
<Version >1.2.0</Version >
17
- <PackageReleaseNotes >Updated ASP.NET Identity dependencies. Made methods virtual .</PackageReleaseNotes >
17
+ <PackageReleaseNotes >Updated scrypt and ASP.NET Identity dependencies.</PackageReleaseNotes >
18
18
</PropertyGroup >
19
19
20
20
<ItemGroup >
23
23
<PackageReference Include =" SecurityCodeScan" Version =" 3.5.4" PrivateAssets =" all" />
24
24
</ItemGroup >
25
25
26
+ <ItemGroup >
27
+ <None Include =" ..\..\icon.png" Pack =" true" PackagePath =" icon.png" />
28
+ </ItemGroup >
29
+
26
30
</Project >
You can’t perform that action at this time.
0 commit comments