Skip to content

Commit 1b590b9

Browse files
committed
Added local package icon
1 parent 912eb9f commit 1b590b9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

icon.png

21.4 KB
Loading

src/ScottBrady91.AspNetCore.Identity.BCryptPasswordHasher/ScottBrady91.AspNetCore.Identity.BCryptPasswordHasher.csproj

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Description>ASP.NET Core Identity IPasswordHasher implementation using BCrypt.Net - next</Description>
99
<Copyright>Copyright (c) 2017 Scott Brady</Copyright>
1010
<PackageTags>aspnetcore;identity;bcrypt;password;hashing;hash;security;blowfish</PackageTags>
11-
<PackageIconUrl>https://www.scottbrady91.com/img/logos/scottbrady91.png</PackageIconUrl>
11+
<PackageIcon>icon.png</PackageIcon>
1212
<PackageProjectUrl>https://github.com/scottbrady91/ScottBrady91.AspNetCore.Identity.BCryptPasswordHasher</PackageProjectUrl>
1313
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1414
<IncludeSymbols>true</IncludeSymbols>
@@ -23,4 +23,8 @@
2323
<PackageReference Include="SecurityCodeScan" Version="3.5.3" PrivateAssets="all" />
2424
</ItemGroup>
2525

26+
<ItemGroup>
27+
<None Include="..\..\icon.png" Pack="true" PackagePath="icon.png" />
28+
</ItemGroup>
29+
2630
</Project>

0 commit comments

Comments
 (0)