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 2f871283..1036be2f 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.1
+ 0.1.2
Jody Donetti
Jody Donetti
FusionCache
@@ -23,7 +23,7 @@
ZiggyCreatures.FusionCache.Serialization.NewtonsoftJson.xml
- Better cpu/memory perf + big refactoring with one (last!) namespace change
+ Bugfix for non deserializable metadata while using System.Text.Json serializer
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 f718a3c8..fd38d248 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.1
+ 0.1.2
Jody Donetti
Jody Donetti
FusionCache
@@ -23,7 +23,7 @@
ZiggyCreatures.FusionCache.Serialization.SystemTextJson.xml
- Better cpu/memory perf + big refactoring with one (last!) namespace change
+ Bugfix for non deserializable metadata while using System.Text.Json serializer
diff --git a/src/ZiggyCreatures.FusionCache/ZiggyCreatures.FusionCache.csproj b/src/ZiggyCreatures.FusionCache/ZiggyCreatures.FusionCache.csproj
index 79ae3cc4..5c983f8b 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.1
+ 0.1.2
Jody Donetti
Jody Donetti
FusionCache
@@ -23,7 +23,7 @@
ZiggyCreatures.FusionCache.xml
- Better cpu/memory perf + big refactoring with one (last!) namespace change
+ Bugfix for non deserializable metadata while using System.Text.Json serializer