From ee6f8eb955a2b9656b91d28a8edfd959841729a6 Mon Sep 17 00:00:00 2001 From: vnugent Date: Wed, 27 Sep 2023 20:25:20 -0400 Subject: serializer better cancellation support, license file project copy --- lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'lib/Net.Rest.Client/src') diff --git a/lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj b/lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj index b0b68ed..552563b 100644 --- a/lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj +++ b/lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj @@ -15,14 +15,12 @@ Vaughn Nugent Vaughn Nugent Copyright © 2023 Vaughn Nugent - - Provides a RestClient connection pool using the Utils.ObjectRental - framework for reusing RestClients with a common configuration to execute - RestRequests against. This library also implements an OAuth2 authenticator - for the RestSharp IAuthenticator using the client credentials method. - + Provides a RestClient connection pool using the Utils.ObjectRental framework for reusing RestClients with a common configuration to execute RestRequests against. This library also implements an OAuth2 authenticator for the RestSharp IAuthenticator using the client credentials method. https://www.vaughnnugent.com/resources/modules/VNLib.Core https://github.com/VnUgE/VNLib.Core/tree/main/lib/Net.Rest.Client + README.md + LICENSE + True @@ -57,6 +55,7 @@ True \ + Always -- cgit