Skip to content

Commit

Permalink
Fix publishing XML documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
neon-sunset committed Oct 4, 2022
1 parent 4f5aaca commit db5d9b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/FastCache.Cached/FastCache.Cached.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Authors>neon-sunset</Authors>
Expand All @@ -7,6 +7,7 @@
<PackageTags>Cache;Caching;Lock-Free;Performance;MemoryCache;In-Memory;High-Load</PackageTags>
<PackageIcon>cached-small-transparent.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>The fastest cache library written in C# for items with set expiration time. Easy to use, thread-safe and light on memory.
Optimized to scale from dozens to millions of items. Features lock-free reads and writes, allocation-free reads and automatic eviction.
Credit to Vladimir Sadov for his implementation of NonBlocking.ConcurrentDictionary which is used as an underlying store.</Description>
Expand Down

0 comments on commit db5d9b9

Please sign in to comment.