Skip to content

Commit

Permalink
v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jodydonetti committed Oct 16, 2021
1 parent a4eb2c8 commit f40c31e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
<Version>0.1.6</Version>
<Version>0.1.7</Version>
<Authors>Jody Donetti</Authors>
<Company>Jody Donetti</Company>
<Product>FusionCache</Product>
Expand All @@ -23,7 +23,7 @@

<PropertyGroup>
<DocumentationFile>ZiggyCreatures.FusionCache.Serialization.NewtonsoftJson.xml</DocumentationFile>
<PackageReleaseNotes>- switched from Task&lt;T&gt; to ValueTask&lt;T&gt;</PackageReleaseNotes>
<PackageReleaseNotes>Dependencies update</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
<Version>0.1.6</Version>
<Version>0.1.7</Version>
<Authors>Jody Donetti</Authors>
<Company>Jody Donetti</Company>
<Product>FusionCache</Product>
Expand All @@ -23,7 +23,7 @@

<PropertyGroup>
<DocumentationFile>ZiggyCreatures.FusionCache.Serialization.SystemTextJson.xml</DocumentationFile>
<PackageReleaseNotes>- switched from Task&lt;T&gt; to ValueTask&lt;T&gt;</PackageReleaseNotes>
<PackageReleaseNotes>Dependencies update</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
<Version>0.1.6</Version>
<Version>0.1.7</Version>
<Authors>Jody Donetti</Authors>
<Company>Jody Donetti</Company>
<Product>FusionCache</Product>
Expand All @@ -20,8 +20,7 @@
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/jodydonetti/ZiggyCreatures.FusionCache</RepositoryUrl>
<DocumentationFile>ZiggyCreatures.FusionCache.xml</DocumentationFile>
<PackageReleaseNotes>- switched from Task&lt;T&gt; to ValueTask&lt;T&gt;
- removed obsolete TryGetResult&lt;T&gt; type</PackageReleaseNotes>
<PackageReleaseNotes>- added FusionCacheOptions.DistributedCacheKeyModifierMode</PackageReleaseNotes>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/ZiggyCreatures.FusionCache/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ It uses a memory cache (any impl of the standard `IMemoryCache` interface) as th
FusionCache also includes some advanced features like a **fail-safe** mechanism, **cache stampede** prevention, fine grained **soft/hard timeouts** with **background factory completion**, customizable **extensive logging** and more (see below).

## :trophy: Award
On August 2021, FusionCache received the [Google Open Source Peer Bonus Award](https://twitter.com/jodydonetti/status/1422550932433350666) .
On August 2021, FusionCache received the [Google Open Source Peer Bonus Award](https://twitter.com/jodydonetti/status/1422550932433350666). Here is the [official blogpost](https://opensource.googleblog.com/2021/09/announcing-latest-open-source-peer-bonus-winners.html).


## ✔ Features
Expand Down

0 comments on commit f40c31e

Please sign in to comment.