From 45a93be7838190353c55709fe06eb7e52cf3bcbd Mon Sep 17 00:00:00 2001 From: Jody Donetti Date: Wed, 9 Feb 2022 21:36:17 +0100 Subject: [PATCH] v0.1.10-beta1 --- .../ZiggyCreatures.FusionCache.Backplane.Memory.csproj | 2 +- ...gyCreatures.FusionCache.Backplane.StackExchangeRedis.csproj | 2 +- ...gyCreatures.FusionCache.Serialization.NewtonsoftJson.csproj | 2 +- ...gyCreatures.FusionCache.Serialization.SystemTextJson.csproj | 2 +- .../Internals/FusionCacheInternalUtils.cs | 3 ++- .../ZiggyCreatures.FusionCache.csproj | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) 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 5168db5a..916bfd60 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 8.0 enable - 0.1.0-alpha2 + 0.1.0-beta1 Jody Donetti Jody Donetti FusionCache 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 d8ec78b9..aa07e2c5 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 8.0 enable - 0.1.0-alpha2 + 0.1.0-beta1 Jody Donetti Jody Donetti FusionCache 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 01222568..16d1168b 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.10-alpha2 + 0.1.10-beta1 Jody Donetti Jody Donetti FusionCache 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 b17e4245..dfe469a6 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.10-alpha2 + 0.1.10-beta1 Jody Donetti Jody Donetti FusionCache diff --git a/src/ZiggyCreatures.FusionCache/Internals/FusionCacheInternalUtils.cs b/src/ZiggyCreatures.FusionCache/Internals/FusionCacheInternalUtils.cs index 0e20abf7..2f4e3fe5 100644 --- a/src/ZiggyCreatures.FusionCache/Internals/FusionCacheInternalUtils.cs +++ b/src/ZiggyCreatures.FusionCache/Internals/FusionCacheInternalUtils.cs @@ -188,7 +188,8 @@ public static string GetBackplaneChannelName(this FusionCacheOptions options) if (string.IsNullOrWhiteSpace(prefix)) prefix = options.CacheName; - return $"{prefix}.Notifications"; + // TODO: REMEMBER TO CHANGE THIS BEFORE THE FINAL RELEASE + return $"{prefix}.Backplane-Beta"; } } } diff --git a/src/ZiggyCreatures.FusionCache/ZiggyCreatures.FusionCache.csproj b/src/ZiggyCreatures.FusionCache/ZiggyCreatures.FusionCache.csproj index b4aaf5a3..c9cebf6c 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.10-alpha2 + 0.1.10-beta1 Jody Donetti Jody Donetti FusionCache