Skip to content

Commit

Permalink
Minor update to license field in the Nuget packet.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Richards committed Oct 29, 2020
1 parent 1d3c34d commit 29e77aa
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion zxcvbn-core/zxcvbn-core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<PackageId>zxcvbn-core</PackageId>
<PackageTags>password;strength;validation;zxcvbn</PackageTags>
<PackageProjectUrl>https://github.com/trichards57/zxcvbn-cs</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/trichards57/zxcvbn-cs/blob/master/LICENSE</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/trichards57/zxcvbn-cs.git</RepositoryUrl>
</PropertyGroup>
Expand All @@ -21,6 +20,7 @@
<FileVersion>1.0.0</FileVersion>
<PackageReleaseNotes>$commitMsg</PackageReleaseNotes>
<RootNamespace>Zxcvbn</RootNamespace>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand All @@ -45,4 +45,11 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>

0 comments on commit 29e77aa

Please sign in to comment.