aboutsummaryrefslogtreecommitdiff
path: root/plugins/ObjectCacheServer/src
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 /plugins/ObjectCacheServer/src
parentb1645cbdc4985d4ec72336e98c04bf207a717aee (diff)
Package updates and license file copy/nuget package updates
Diffstat (limited to 'plugins/ObjectCacheServer/src')
-rw-r--r--plugins/ObjectCacheServer/src/ObjectCacheServer.csproj20
1 files changed, 16 insertions, 4 deletions
diff --git a/plugins/ObjectCacheServer/src/ObjectCacheServer.csproj b/plugins/ObjectCacheServer/src/ObjectCacheServer.csproj
index 5273b64..d5e5981 100644
--- a/plugins/ObjectCacheServer/src/ObjectCacheServer.csproj
+++ b/plugins/ObjectCacheServer/src/ObjectCacheServer.csproj
@@ -16,14 +16,26 @@
<Company>Vaughn Nugent</Company>
<Product>VNLib.Data.Caching.ObjectCache.Server</Product>
<PackageId>VNLib.Data.Caching.ObjectCache.Server</PackageId>
- <Description>
- An Essentials framework plugin for implementing a distributed in-memory data caching server disoverable in cache brokers. It provides
- automatic live replication between cache server nodes.
- </Description>
+ <Description>An Essentials framework plugin for implementing a distributed in-memory data caching server disoverable in cache brokers. It provides automatic live replication between cache server nodes.</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/plugins/ObjectCacheServer</RepositoryUrl>
+ <PackageReadmeFile>README.md</PackageReadmeFile>
+ <PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
+ <PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>
+
+ <ItemGroup>
+ <None Include="..\..\..\LICENSE">
+ <Pack>True</Pack>
+ <PackagePath>\</PackagePath>
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Include="..\README.md">
+ <Pack>True</Pack>
+ <PackagePath>\</PackagePath>
+ </None>
+ </ItemGroup>
<ItemGroup>
<PackageReference Include="ErrorProne.NET.CoreAnalyzers" Version="0.1.2">