aboutsummaryrefslogtreecommitdiff
path: root/lib/Net.Rest.Client/src
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-09-27 20:25:20 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-09-27 20:25:20 -0400
commitee6f8eb955a2b9656b91d28a8edfd959841729a6 (patch)
treeeaf101d1eb5e3110d80c96623944ae4078dbe749 /lib/Net.Rest.Client/src
parentce0735893e04d3914d0456de50c29c6b8533ded4 (diff)
serializer better cancellation support, license file project copy
Diffstat (limited to 'lib/Net.Rest.Client/src')
-rw-r--r--lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj11
1 files changed, 5 insertions, 6 deletions
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 @@
<Company>Vaughn Nugent</Company>
<Authors>Vaughn Nugent</Authors>
<Copyright>Copyright © 2023 Vaughn Nugent</Copyright>
- <Description>
- 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.
- </Description>
+ <Description>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.</Description>
<PackageProjectUrl>https://www.vaughnnugent.com/resources/modules/VNLib.Core</PackageProjectUrl>
<RepositoryUrl>https://github.com/VnUgE/VNLib.Core/tree/main/lib/Net.Rest.Client</RepositoryUrl>
+ <PackageReadmeFile>README.md</PackageReadmeFile>
+ <PackageLicenseFile>LICENSE</PackageLicenseFile>
+ <PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -57,6 +55,7 @@
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>