diff --git a/src/StackExchange.Redis.Extensions.AspNetCore/StackExchange.Redis.Extensions.AspNetCore.csproj b/src/StackExchange.Redis.Extensions.AspNetCore/StackExchange.Redis.Extensions.AspNetCore.csproj index da0f1935..b1fe7308 100644 --- a/src/StackExchange.Redis.Extensions.AspNetCore/StackExchange.Redis.Extensions.AspNetCore.csproj +++ b/src/StackExchange.Redis.Extensions.AspNetCore/StackExchange.Redis.Extensions.AspNetCore.csproj @@ -5,7 +5,7 @@ StackExchange.Redis.Extensions.AspNetCore is a library that has a set of extensions method fpr ASP.NET Core. StackExchange.Redis.Extensions.AspNetCore is a library that has a set of extensions method fpr ASP.NET Core with the scope to simply the library configuration into the dependency injection StackExchange.Redis.Extensions.AspNetCore is a library that has a set of extensions method fpr ASP.NET Core - 4.0.4 + 4.0.5 Ugo Lattanzi Ugo Lattanzi diff --git a/src/StackExchange.Redis.Extensions.Binary/StackExchange.Redis.Extensions.Binary.csproj b/src/StackExchange.Redis.Extensions.Binary/StackExchange.Redis.Extensions.Binary.csproj index 21a06f3c..2dea693e 100644 --- a/src/StackExchange.Redis.Extensions.Binary/StackExchange.Redis.Extensions.Binary.csproj +++ b/src/StackExchange.Redis.Extensions.Binary/StackExchange.Redis.Extensions.Binary.csproj @@ -8,7 +8,7 @@ StackExchange.Redis.Extensions is a library that extends StackExchange.Redis allowing you a set of functionality needed by common applications. This implementation is based on Microsoft's BinarySerializer - 4.0.4 + 4.0.5 Ugo Lattanzi Ugo Lattanzi diff --git a/src/StackExchange.Redis.Extensions.Core/StackExchange.Redis.Extensions.Core.csproj b/src/StackExchange.Redis.Extensions.Core/StackExchange.Redis.Extensions.Core.csproj index aa6a8694..7f9fd77c 100644 --- a/src/StackExchange.Redis.Extensions.Core/StackExchange.Redis.Extensions.Core.csproj +++ b/src/StackExchange.Redis.Extensions.Core/StackExchange.Redis.Extensions.Core.csproj @@ -14,7 +14,7 @@ To store complex data It requires one of the following implementations: - StackExchange.Redis.Extensions.Protobuf - StackExchange.Redis.Extensions.Utf8Json - StackExchange.Redis.Extensions.Binary - 4.0.4 + 4.0.5 Ugo Lattanzi Ugo Lattanzi diff --git a/src/StackExchange.Redis.Extensions.Jil/StackExchange.Redis.Extensions.Jil.csproj b/src/StackExchange.Redis.Extensions.Jil/StackExchange.Redis.Extensions.Jil.csproj index 9b07836f..779be124 100644 --- a/src/StackExchange.Redis.Extensions.Jil/StackExchange.Redis.Extensions.Jil.csproj +++ b/src/StackExchange.Redis.Extensions.Jil/StackExchange.Redis.Extensions.Jil.csproj @@ -8,7 +8,7 @@ StackExchange.Redis.Extensions is a library that extends StackExchange.Redis allowing you a set of functionality needed by common applications. This implementation is based on Jil serializer. - 4.0.4 + 4.0.5 Ugo Lattanzi Ugo Lattanzi diff --git a/src/StackExchange.Redis.Extensions.LegacyConfiguration/Properties/AssemblyInfo.cs b/src/StackExchange.Redis.Extensions.LegacyConfiguration/Properties/AssemblyInfo.cs index 1320dfd4..251b2d33 100644 --- a/src/StackExchange.Redis.Extensions.LegacyConfiguration/Properties/AssemblyInfo.cs +++ b/src/StackExchange.Redis.Extensions.LegacyConfiguration/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("4.0.4.0")] -[assembly: AssemblyFileVersion("4.0.4.0")] +[assembly: AssemblyVersion("4.0.5.0")] +[assembly: AssemblyFileVersion("4.0.5.0")] diff --git a/src/StackExchange.Redis.Extensions.LegacyConfiguration/StackExchange.Redis.Extensions.LegacyConfiguration.nuspec b/src/StackExchange.Redis.Extensions.LegacyConfiguration/StackExchange.Redis.Extensions.LegacyConfiguration.nuspec index 93c0623b..a3007eec 100644 --- a/src/StackExchange.Redis.Extensions.LegacyConfiguration/StackExchange.Redis.Extensions.LegacyConfiguration.nuspec +++ b/src/StackExchange.Redis.Extensions.LegacyConfiguration/StackExchange.Redis.Extensions.LegacyConfiguration.nuspec @@ -3,7 +3,7 @@ StackExchange.Redis.Extensions.LegacyConfiguration StackExchange.Redis.Extensions.LegacyConfiguration - 4.0.4 + 4.0.5 Ugo Lattanzi Ugo Lattanzi /~https://github.com/imperugo/StackExchange.Redis.Extensions/blob/master/LICENSE @@ -23,7 +23,7 @@ en-US Async Redis NoSQL Client Distributed Cache PubSub Messaging - + \ No newline at end of file diff --git a/src/StackExchange.Redis.Extensions.MsgPack/StackExchange.Redis.Extensions.MsgPack.csproj b/src/StackExchange.Redis.Extensions.MsgPack/StackExchange.Redis.Extensions.MsgPack.csproj index a196340d..5f9433bd 100644 --- a/src/StackExchange.Redis.Extensions.MsgPack/StackExchange.Redis.Extensions.MsgPack.csproj +++ b/src/StackExchange.Redis.Extensions.MsgPack/StackExchange.Redis.Extensions.MsgPack.csproj @@ -8,7 +8,7 @@ StackExchange.Redis.Extensions is a library that extends StackExchange.Redis allowing you a set of functionality needed by common applications. This implementation is based on MsgPack serializer. - 4.0.4 + 4.0.5 Ugo Lattanzi Ugo Lattanzi diff --git a/src/StackExchange.Redis.Extensions.Newtonsoft/StackExchange.Redis.Extensions.Newtonsoft.csproj b/src/StackExchange.Redis.Extensions.Newtonsoft/StackExchange.Redis.Extensions.Newtonsoft.csproj index a1c29256..da6df1fc 100644 --- a/src/StackExchange.Redis.Extensions.Newtonsoft/StackExchange.Redis.Extensions.Newtonsoft.csproj +++ b/src/StackExchange.Redis.Extensions.Newtonsoft/StackExchange.Redis.Extensions.Newtonsoft.csproj @@ -8,7 +8,7 @@ StackExchange.Redis.Extensions is a library that extends StackExchange.Redis allowing you a set of functionality needed by common applications. This implementation is based on Newtonsoft Json.Net serializer. - 4.0.4 + 4.0.5 Ugo Lattanzi Ugo Lattanzi diff --git a/src/StackExchange.Redis.Extensions.Protobuf/StackExchange.Redis.Extensions.Protobuf.csproj b/src/StackExchange.Redis.Extensions.Protobuf/StackExchange.Redis.Extensions.Protobuf.csproj index 684f7b5c..b6a38a6a 100644 --- a/src/StackExchange.Redis.Extensions.Protobuf/StackExchange.Redis.Extensions.Protobuf.csproj +++ b/src/StackExchange.Redis.Extensions.Protobuf/StackExchange.Redis.Extensions.Protobuf.csproj @@ -8,7 +8,7 @@ StackExchange.Redis.Extensions is a library that extends StackExchange.Redis allowing you a set of functionality needed by common applications. This implementation is based on Protobuf serializer. - 4.0.4 + 4.0.5 Ugo Lattanzi Ugo Lattanzi diff --git a/src/StackExchange.Redis.Extensions.Utf8Json/StackExchange.Redis.Extensions.Utf8Json.csproj b/src/StackExchange.Redis.Extensions.Utf8Json/StackExchange.Redis.Extensions.Utf8Json.csproj index 23414c28..bdbe1980 100644 --- a/src/StackExchange.Redis.Extensions.Utf8Json/StackExchange.Redis.Extensions.Utf8Json.csproj +++ b/src/StackExchange.Redis.Extensions.Utf8Json/StackExchange.Redis.Extensions.Utf8Json.csproj @@ -8,7 +8,7 @@ StackExchange.Redis.Extensions is a library that extends StackExchange.Redis allowing you a set of functionality needed by common applications. This implementation is based on UTF8Json serializer. - 4.0.4 + 4.0.5 Ugo Lattanzi Ugo Lattanzi