From 8bb9aeecd55b0053c606c1e86956a5724b0a49e4 Mon Sep 17 00:00:00 2001 From: Eoin O'Connor Date: Wed, 4 Sep 2019 20:45:00 +1000 Subject: [PATCH] [https://github.com/eoin55/HoneyBear.HalClient/issues/24] - Attempting to fix an issue with the NuGet PackageLicense property. --- Src/HoneyBear.HalClient/HoneyBear.HalClient.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/HoneyBear.HalClient/HoneyBear.HalClient.csproj b/Src/HoneyBear.HalClient/HoneyBear.HalClient.csproj index 101c275..1a5db93 100644 --- a/Src/HoneyBear.HalClient/HoneyBear.HalClient.csproj +++ b/Src/HoneyBear.HalClient/HoneyBear.HalClient.csproj @@ -15,7 +15,7 @@ A lightweight fluent .NET client for navigating and consuming HAL APIs. Includes support for .NET Standard. bin\$(Configuration)\$(TargetFramework)\HoneyBear.HalClient.xml true - https://github.com/eoin55/HoneyBear.HalClient/blob/master/LICENSE + MIT https://github.com/eoin55/HoneyBear.HalClient HAL JSON Hypermedia HATEOAS REST DotNetCore NetStandard https://github.com/eoin55/HoneyBear.HalClient