aboutsummaryrefslogtreecommitdiff
path: root/lib/VNLib.Data.Caching/src/VNLib.Data.Caching.csproj
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-09-27 21:45:46 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-09-27 21:45:46 -0400
commit531baabc8289eeaa2aad63cb0e86cc3dd978d97e (patch)
tree8d62406aa4f505e9cd975cd73fb35302d2bcfea8 /lib/VNLib.Data.Caching/src/VNLib.Data.Caching.csproj
parentb1645cbdc4985d4ec72336e98c04bf207a717aee (diff)
Package updates and license file copy/nuget package updates
Diffstat (limited to 'lib/VNLib.Data.Caching/src/VNLib.Data.Caching.csproj')
-rw-r--r--lib/VNLib.Data.Caching/src/VNLib.Data.Caching.csproj12
1 files changed, 9 insertions, 3 deletions
diff --git a/lib/VNLib.Data.Caching/src/VNLib.Data.Caching.csproj b/lib/VNLib.Data.Caching/src/VNLib.Data.Caching.csproj
index 54cb1ce..90461f2 100644
--- a/lib/VNLib.Data.Caching/src/VNLib.Data.Caching.csproj
+++ b/lib/VNLib.Data.Caching/src/VNLib.Data.Caching.csproj
@@ -14,15 +14,21 @@
<Authors>Vaughn Nugent</Authors>
<Company>Vaughn Nugent</Company>
<Product>VNLib FBM Data caching extension library</Product>
- <Description>
- Provides constants and extensions for a key-value data caching protocol layer atop the Fixed Buffer Messaging protocol to work VNCache servers. Provides rapid cache development
- </Description>
+ <Description>Provides constants and extensions for a key-value data caching protocol layer atop the Fixed Buffer Messaging protocol to work VNCache servers. Provides rapid cache development</Description>
<Copyright>Copyright © 2023 Vaughn Nugent</Copyright>
<PackageProjectUrl>https://www.vaughnnugent.com/resources/software/modules/VNLib.Data.Caching</PackageProjectUrl>
<RepositoryUrl>https://github.com/VnUgE/VNLib.Data.Caching/tree/master/lib/VNLib.Data.Caching</RepositoryUrl>
+ <PackageReadmeFile>README.md</PackageReadmeFile>
+ <PackageLicenseFile>LICENSE</PackageLicenseFile>
+ <PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
</PropertyGroup>
<ItemGroup>
+ <None Include="..\..\..\LICENSE">
+ <Pack>True</Pack>
+ <PackagePath>\</PackagePath>
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>