aboutsummaryrefslogtreecommitdiff
path: root/lib/Net.Transport.SimpleTCP
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.Transport.SimpleTCP
parentce0735893e04d3914d0456de50c29c6b8533ded4 (diff)
serializer better cancellation support, license file project copy
Diffstat (limited to 'lib/Net.Transport.SimpleTCP')
-rw-r--r--lib/Net.Transport.SimpleTCP/src/VNLib.Net.Transport.SimpleTCP.csproj9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/Net.Transport.SimpleTCP/src/VNLib.Net.Transport.SimpleTCP.csproj b/lib/Net.Transport.SimpleTCP/src/VNLib.Net.Transport.SimpleTCP.csproj
index 4003666..bfd9fda 100644
--- a/lib/Net.Transport.SimpleTCP/src/VNLib.Net.Transport.SimpleTCP.csproj
+++ b/lib/Net.Transport.SimpleTCP/src/VNLib.Net.Transport.SimpleTCP.csproj
@@ -8,14 +8,14 @@
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<AnalysisLevel>latest-all</AnalysisLevel>
<RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild>
+ <PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
+ <PackageReadmeFile>README.md</PackageReadmeFile>
+ <PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>
<PropertyGroup>
<Product>VNLib Simple Transport Library</Product>
- <Description>
- Provides a library for single process asynchronous, event driven, TCP socket listening and supporting
- structures to implement simple high performance TCP servers with or without TLS security.
- </Description>
+ <Description>Provides a library for single process asynchronous, event driven, TCP socket listening and supporting structures to implement simple high performance TCP servers with or without TLS security.</Description>
<Authors>Vaughn Nugent</Authors>
<Company>Vaughn Nugent</Company>
<Copyright>Copyright © 2023 Vaughn Nugent</Copyright>
@@ -47,6 +47,7 @@
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>