Skip to content

Commit

Permalink
[#24] - Attempting to fix an issue with the NuGet PackageLicense prop…
Browse files Browse the repository at this point in the history
…erty.
  • Loading branch information
eoin55 committed Sep 4, 2019
1 parent 3061ca8 commit 8bb9aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/HoneyBear.HalClient/HoneyBear.HalClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<Description>A lightweight fluent .NET client for navigating and consuming HAL APIs. Includes support for .NET Standard.</Description>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\HoneyBear.HalClient.xml</DocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicense>https://github.com/eoin55/HoneyBear.HalClient/blob/master/LICENSE</PackageLicense>
<PackageLicense>MIT</PackageLicense>
<PackageProjectUrl>https://github.com/eoin55/HoneyBear.HalClient</PackageProjectUrl>
<PackageTags>HAL JSON Hypermedia HATEOAS REST DotNetCore NetStandard</PackageTags>
<RepositoryUrl>https://github.com/eoin55/HoneyBear.HalClient</RepositoryUrl>
Expand Down

0 comments on commit 8bb9aee

Please sign in to comment.