Skip to content

Commit

Permalink
Updated csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbrady91 committed Apr 1, 2020
1 parent c12c88d commit 427664c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>ScottBrady91.AspNetCore.Identity.Argon2PasswordHasher</AssemblyName>
<PackageId>ScottBrady91.AspNetCore.Identity.Argon2PasswordHasher</PackageId>
<PackageVersion>1.1.0</PackageVersion>
<PackageVersion>1.2.0</PackageVersion>
<Authors>Scott Brady</Authors>
<Description>ASP.NET Core Identity IPasswordHasher implementation using Argon2</Description>
<Copyright>Copyright (c) 2017 Scott Brady</Copyright>
<Copyright>Copyright (c) 2020 Scott Brady</Copyright>
<PackageTags>aspnetcore;identity;Argon2;password;hashing;hash;security</PackageTags>
<PackageIconUrl>https://www.scottbrady91.com/img/logos/scottbrady91.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/scottbrady91/ScottBrady91.AspNetCore.Identity.Argon2PasswordHasher</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReleaseNotes>Updated libsodium and ASP.NET Identity dependencies. Made methods virtual.</PackageReleaseNotes>
<PackageReleaseNotes>Updated dependencies.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 427664c

Please sign in to comment.