Skip to content

Commit a8c47a2

Browse files
committed
Updating package description.
1 parent e83ff77 commit a8c47a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/SimpleConcepts.Extensions.Caching/SimpleConcepts.Extensions.Caching.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<Authors>Raphael Lorenzeto de Abreu</Authors>
66
<RootNamespace>SimpleConcepts.Extensions.Caching</RootNamespace>
77
<PackageLicenseFile>LICENSE</PackageLicenseFile>
8-
<Description>Extensions that add logging, key partitioning and Json object serialization to IDistributedCache.</Description>
8+
<Description>This package provides several extensions that make working with IDistributedCache easier including Json object serialization, get with fallback, key space partitioning and logging. In addition to these extensions there is also a strongly typed ISimpleCache&lt;TKey, TValue&gt; interface that provides a dependency injection friendly and fully customizable wrapper for IDistributedCache.</Description>
99
<RepositoryUrl>https://github.com/raphaabreu/SimpleConcepts.Extensions.Caching</RepositoryUrl>
1010
<RepositoryType>GIT</RepositoryType>
1111
<PackageProjectUrl>https://github.com/raphaabreu/SimpleConcepts.Extensions.Caching</PackageProjectUrl>
12-
<PackageTags>simpleconcepts extensions distributed cache IDistributedCache logging json serialization partitioning</PackageTags>
12+
<PackageTags>simpleconcepts extensions distributed cache IDistributedCache logging json serialization partitioning fallback strongly typed key space</PackageTags>
1313
<Copyright>MIT</Copyright>
1414
<Version>1.0.0</Version>
1515
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>

0 commit comments

Comments
 (0)