From ff87a3e460928ed61675f59f20c09d5977c63367 Mon Sep 17 00:00:00 2001 From: Jody Donetti Date: Sun, 1 Aug 2021 19:35:55 +0200 Subject: [PATCH] Release v0.1.6 --- ...Creatures.FusionCache.Serialization.NewtonsoftJson.csproj | 4 ++-- ...Creatures.FusionCache.Serialization.SystemTextJson.csproj | 4 ++-- .../ZiggyCreatures.FusionCache.csproj | 5 +++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/ZiggyCreatures.FusionCache.Serialization.NewtonsoftJson/ZiggyCreatures.FusionCache.Serialization.NewtonsoftJson.csproj b/src/ZiggyCreatures.FusionCache.Serialization.NewtonsoftJson/ZiggyCreatures.FusionCache.Serialization.NewtonsoftJson.csproj index 4275aa01..4d5087fd 100644 --- a/src/ZiggyCreatures.FusionCache.Serialization.NewtonsoftJson/ZiggyCreatures.FusionCache.Serialization.NewtonsoftJson.csproj +++ b/src/ZiggyCreatures.FusionCache.Serialization.NewtonsoftJson/ZiggyCreatures.FusionCache.Serialization.NewtonsoftJson.csproj @@ -4,7 +4,7 @@ netstandard2.0 8.0 enable - 0.1.5 + 0.1.6 Jody Donetti Jody Donetti FusionCache @@ -23,7 +23,7 @@ ZiggyCreatures.FusionCache.Serialization.NewtonsoftJson.xml - Dependencies update + - switched from Task<T> to ValueTask<T> diff --git a/src/ZiggyCreatures.FusionCache.Serialization.SystemTextJson/ZiggyCreatures.FusionCache.Serialization.SystemTextJson.csproj b/src/ZiggyCreatures.FusionCache.Serialization.SystemTextJson/ZiggyCreatures.FusionCache.Serialization.SystemTextJson.csproj index eb251ea8..21064836 100644 --- a/src/ZiggyCreatures.FusionCache.Serialization.SystemTextJson/ZiggyCreatures.FusionCache.Serialization.SystemTextJson.csproj +++ b/src/ZiggyCreatures.FusionCache.Serialization.SystemTextJson/ZiggyCreatures.FusionCache.Serialization.SystemTextJson.csproj @@ -4,7 +4,7 @@ netstandard2.0 8.0 enable - 0.1.5 + 0.1.6 Jody Donetti Jody Donetti FusionCache @@ -23,7 +23,7 @@ ZiggyCreatures.FusionCache.Serialization.SystemTextJson.xml - Dependencies update + - switched from Task<T> to ValueTask<T> diff --git a/src/ZiggyCreatures.FusionCache/ZiggyCreatures.FusionCache.csproj b/src/ZiggyCreatures.FusionCache/ZiggyCreatures.FusionCache.csproj index 4f536873..340e9ffb 100644 --- a/src/ZiggyCreatures.FusionCache/ZiggyCreatures.FusionCache.csproj +++ b/src/ZiggyCreatures.FusionCache/ZiggyCreatures.FusionCache.csproj @@ -4,7 +4,7 @@ netstandard2.0 8.0 enable - 0.1.5 + 0.1.6 Jody Donetti Jody Donetti FusionCache @@ -20,7 +20,8 @@ git https://github.com/jodydonetti/ZiggyCreatures.FusionCache ZiggyCreatures.FusionCache.xml - - Introduced the plugins subsystem + - switched from Task<T> to ValueTask<T> +- removed obsolete TryGetResult<T> type README.md