Skip to content

Commit

Permalink
clean: update package license information
Browse files Browse the repository at this point in the history
  • Loading branch information
theaswanson committed Feb 7, 2021
1 parent b109300 commit f3b6fb0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion AMS.Hasher/AMS.Hasher.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
Expand All @@ -9,6 +9,8 @@
<Product>AMS.Hasher</Product>
<Description>Easily hash strings with the following algorithms: Base64, MD4, MD5, SHA1, SHA256, SHA512, ROT13, and Whirlpool.</Description>
<RepositoryUrl>https://github.com/theaswanson/AMS.Hasher</RepositoryUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit f3b6fb0

Please sign in to comment.