diff --git a/src/ZiggyCreatures.FusionCache.Backplane.Memory/ZiggyCreatures.FusionCache.Backplane.Memory.csproj b/src/ZiggyCreatures.FusionCache.Backplane.Memory/ZiggyCreatures.FusionCache.Backplane.Memory.csproj index d8ca0e53..74ce6134 100644 --- a/src/ZiggyCreatures.FusionCache.Backplane.Memory/ZiggyCreatures.FusionCache.Backplane.Memory.csproj +++ b/src/ZiggyCreatures.FusionCache.Backplane.Memory/ZiggyCreatures.FusionCache.Backplane.Memory.csproj @@ -4,7 +4,7 @@ netstandard2.0 9.0 enable - 0.11.0 + 0.12.0 ZiggyCreatures.FusionCache.Backplane.Memory logo-128x128.png FusionCache in memory backplane, used for testing diff --git a/src/ZiggyCreatures.FusionCache.Backplane.StackExchangeRedis/ZiggyCreatures.FusionCache.Backplane.StackExchangeRedis.csproj b/src/ZiggyCreatures.FusionCache.Backplane.StackExchangeRedis/ZiggyCreatures.FusionCache.Backplane.StackExchangeRedis.csproj index 0a821489..638d2e10 100644 --- a/src/ZiggyCreatures.FusionCache.Backplane.StackExchangeRedis/ZiggyCreatures.FusionCache.Backplane.StackExchangeRedis.csproj +++ b/src/ZiggyCreatures.FusionCache.Backplane.StackExchangeRedis/ZiggyCreatures.FusionCache.Backplane.StackExchangeRedis.csproj @@ -4,7 +4,7 @@ netstandard2.0 9.0 enable - 0.11.0 + 0.12.0 ZiggyCreatures.FusionCache.Backplane.StackExchangeRedis logo-128x128.png FusionCache backplane for Redis based on the StackExchange.Redis library 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 7d5d5d70..f3513c59 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 9.0 enable - 0.11.0 + 0.12.0 ZiggyCreatures.FusionCache.Serialization.NewtonsoftJson logo-128x128.png FusionCache serializer based on Newtonsoft Json.NET 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 46a9f7a8..465da7b0 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 9.0 enable - 0.11.0 + 0.12.0 ZiggyCreatures.FusionCache.Serialization.SystemTextJson logo-128x128.png FusionCache serializer based on System.Text.Json diff --git a/src/ZiggyCreatures.FusionCache/ZiggyCreatures.FusionCache.csproj b/src/ZiggyCreatures.FusionCache/ZiggyCreatures.FusionCache.csproj index 5f725a1a..b9d8030d 100644 --- a/src/ZiggyCreatures.FusionCache/ZiggyCreatures.FusionCache.csproj +++ b/src/ZiggyCreatures.FusionCache/ZiggyCreatures.FusionCache.csproj @@ -4,7 +4,7 @@ netstandard2.0 9.0 enable - 0.11.1 + 0.12.0 ZiggyCreatures.FusionCache logo-128x128.png FusionCache is an easy to use, high performance and robust cache with an optional distributed 2nd layer and some advanced features. @@ -13,7 +13,10 @@ ZiggyCreatures.FusionCache.xml README.md - - (potentially temporary) rollback of v0.11.0 change of: use soft timeout if `failSafeDefaultValue` provided (see why https://github.com/jodydonetti/ZiggyCreatures.FusionCache/pull/67#issuecomment-1183288014 ) + - added `DistributedCacheDuration` as an optional specific duration for the distributed cache to allow custom overrides (see https://github.com/jodydonetti/ZiggyCreatures.FusionCache/discussions/60 ) + - added SourceLink support (see https://devblogs.microsoft.com/dotnet/producing-packages-with-source-link/ ) + - added Deterministic Builds support (see https://devblogs.microsoft.com/dotnet/producing-packages-with-source-link/ ) + - removal of an obsolete `Duplicate()` override thas has been marled [Obsolete] for a very long time