From 9319b1bd7b6a381fda9ebabb29add3ff8034f8d0 Mon Sep 17 00:00:00 2001 From: catcherwong Date: Sun, 1 Jan 2023 10:43:40 +0800 Subject: [PATCH] update version to 1.8.0 --- build/releasenotes.props | 152 +++++++++--------- build/version.props | 46 +++--- ...asyCaching.Serialization.MemoryPack.csproj | 55 +++++-- .../EasyCaching.FasterKv.csproj | 35 +++- 4 files changed, 174 insertions(+), 114 deletions(-) diff --git a/build/releasenotes.props b/build/releasenotes.props index f2f98711..4ab7c231 100644 --- a/build/releasenotes.props +++ b/build/releasenotes.props @@ -1,76 +1,80 @@ - - - 1. Remove BinaryFormatter. - 2. Support removing cache keys by pattern. - - - 1. Upgrading dependencies. - - - 1. Upgrading dependencies. - 2. Support removing cache keys by pattern. - - - 1. Upgrading dependencies. - 2. Support removing cache keys by pattern. - - - 1. Upgrading dependencies. - 2. Support removing cache keys by pattern. - - - 1. Upgrading dependencies. - 2. Support removing cache keys by pattern. - - - 1. Upgrading dependencies. - - - 1. Upgrading dependencies. - - - 1. Upgrading dependencies. - - - 1. Upgrading dependencies. - - - 1. Upgrading dependencies. - - - 1. Upgrading dependencies. - - - 1. Upgrading dependencies. - 2. Support removing cache keys by pattern. - - - 1. Upgrading dependencies. - 2. Support removing cache keys by pattern. - - - 1. Upgrading dependencies. - - - 1. Upgrading dependencies. - - - 1. Add EasyCachingKafkaBus. - - - 1. Add EasyCachingZookeeperBus. - - - 1. Upgrading dependencies. - 2. Support removing cache keys by pattern. - - - 1. Upgrading dependencies. - 2. Support removing cache keys by pattern. - - - 1. Upgrading dependencies. - - + + + 1. Add GetAllKeysByPrefix. + 2. Support zremrangebyscore + + + 1. Upgrading dependencies. + + + 1. Upgrading dependencies. + 2. Support zremrangebyscore + + + 1. Upgrading dependencies. + + + 1. Upgrading dependencies. + 2. Support evicted event hook. + + + 1. Upgrading dependencies. + 2. Added a HybridCachingOption to throw an error if the distributed cache throws an error. + + + 1. Upgrading dependencies. + + + 1. Upgrading dependencies. + + + 1. Upgrading dependencies. + + + 1. Upgrading dependencies. + + + 1. Upgrading dependencies. + + + 1. Upgrading dependencies. + + + 1. Upgrading dependencies. + 2. Support zremrangebyscore + + + 1. Upgrading dependencies. + + + 1. Upgrading dependencies. + + + 1. Upgrading dependencies. + 2. Use DefaultObjectPoolProvider to get a DisposableObjectPool instead of a DefaultObjectPool + 3. Restore queue model and consumer on disconnection + + + 1. Upgrading dependencies. + + + 1. Upgrading dependencies. + + + 1. Upgrading dependencies. + + + 1. Upgrading dependencies. + + + 1. Upgrading dependencies. + + + 1. Support Memory Pack. + + + 1. Support FaskKV. + + diff --git a/build/version.props b/build/version.props index dee60423..ab915bf5 100644 --- a/build/version.props +++ b/build/version.props @@ -1,26 +1,28 @@ - 1.7.0 - 1.7.0 - 1.7.0 - 1.7.0 - 1.7.0 - 1.7.0 - 1.7.0 - 1.7.0 - 1.7.0 - 1.7.0 - 1.7.0 - 1.7.0 - 1.7.0 - 1.7.0 - 1.7.0 - 1.7.0 - 1.7.0 - 1.7.0 - 1.7.0 - 1.7.0 - 1.7.0 - 1.7.0 + 1.8.0 + 1.8.0 + 1.8.0 + 1.8.0 + 1.8.0 + 1.8.0 + 1.8.0 + 1.8.0 + 1.8.0 + 1.8.0 + 1.8.0 + 1.8.0 + 1.8.0 + 1.8.0 + 1.8.0 + 1.8.0 + 1.8.0 + 1.8.0 + 1.8.0 + 1.8.0 + 1.8.0 + 1.8.0 + 1.8.0 + 1.8.0 diff --git a/serialization/EasyCaching.Serialization.MemoryPack/EasyCaching.Serialization.MemoryPack.csproj b/serialization/EasyCaching.Serialization.MemoryPack/EasyCaching.Serialization.MemoryPack.csproj index 91d53fd7..5888b767 100644 --- a/serialization/EasyCaching.Serialization.MemoryPack/EasyCaching.Serialization.MemoryPack.csproj +++ b/serialization/EasyCaching.Serialization.MemoryPack/EasyCaching.Serialization.MemoryPack.csproj @@ -1,13 +1,44 @@ - - - - net6.0 - enable - - - - - - - + + + + + + net6.0 + ncc;Amir Solhi + ncc;Amir Solhi + enable + $(EasyCachingMemoryPackageVersion) + + + A serialize library based on MemoryPack + + Caching,Serialization,MemoryPack + https://github.com/dotnetcore/EasyCaching + LICENSE + https://github.com/dotnetcore/EasyCaching + https://github.com/dotnetcore/EasyCaching + nuget-icon.png + + $(EasyCachingMemoryPackageNotes) + + + + + true + $(NoWarn);1591 + + + + + + + + + + + + + + + diff --git a/src/EasyCaching.FasterKv/EasyCaching.FasterKv.csproj b/src/EasyCaching.FasterKv/EasyCaching.FasterKv.csproj index 99c28038..a232270b 100644 --- a/src/EasyCaching.FasterKv/EasyCaching.FasterKv.csproj +++ b/src/EasyCaching.FasterKv/EasyCaching.FasterKv.csproj @@ -1,16 +1,39 @@ - - netstandard2.0;net6.0 - 10 - enable - true - + + + + netstandard2.0;net6.0 + ncc;InCerry + ncc;InCerry + 10 + enable + true + $(EasyCachingFaskKVPackageVersion) + + + A simple local caching provider based on FASTER. + + FASTER,File,LocalCache,Caching,Cache + https://github.com/dotnetcore/EasyCaching + LICENSE + https://github.com/dotnetcore/EasyCaching + https://github.com/dotnetcore/EasyCaching + nuget-icon.png + + $(EasyCachingFaskKVPackageNotes) + + + + + + +