Skip to content

Commit

Permalink
Adjust HybridCache dependency (#344)
Browse files Browse the repository at this point in the history
* Only depend on HybridCache abstractions
* Fix typo

---------

Co-authored-by: Jody Donetti <[email protected]>
  • Loading branch information
bdukes and jodydonetti authored Dec 13, 2024
1 parent 0d66a5e commit 6bc2785
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Version>2.0.0-preview-3</Version>
<PackageId>ZiggyCreatures.FusionCache.MicrosoftHybridCache</PackageId>
<Description>An implementation of Microsoft's HybridCache based on FusionCache, for when you need to depend of the Microsoft abstraction, but want the power of FusionCache</Description>
<Description>An implementation of Microsoft's HybridCache based on FusionCache, for when you need to depend on the Microsoft abstraction, but want the power of FusionCache</Description>
<PackageTags>caching;cache;hybrid;hybrid-cache;hybridcache;multi-level;multilevel;fusion;fusioncache;fusion-cache;performance;async;ziggy</PackageTags>
<RootNamespace>ZiggyCreatures.Caching.Fusion.MicrosoftHybridCache</RootNamespace>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand All @@ -19,7 +19,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="9.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Find out [more](https://github.com/ZiggyCreatures/FusionCache).

## 📦 This package

This package is an implementation of Microsoft's HybridCache based on FusionCache, for when you need to depend of the Microsoft abstraction, but want the power of FusionCache.
This package is an implementation of Microsoft's HybridCache based on FusionCache, for when you need to depend on the Microsoft abstraction, but want the power of FusionCache.

0 comments on commit 6bc2785

Please sign in to comment.