|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 | <PropertyGroup> |
3 | 3 | <TargetFrameworks>net462;netstandard2.0</TargetFrameworks> |
4 | | - <Version>2.2.0.2</Version> |
| 4 | + <Version>2.3.0</Version> |
5 | 5 | <AssemblyName>Senparc.CO2NET.Cache.CsRedis</AssemblyName> |
6 | 6 | <RootNamespace>Senparc.CO2NET.Cache.CsRedis</RootNamespace> |
7 | 7 | <GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild> |
|
22 | 22 | <PackageProjectUrl>https://github.com/JeffreySu/WeiXinMPSDK</PackageProjectUrl> |
23 | 23 | <PackageIcon>icon.jpg</PackageIcon> |
24 | 24 | <PackageReleaseNotes> |
25 | | - v0.1.0 Genesis |
26 | | - v0.5.2 BaseRedisObjectCacheStrategy destructor performs null value check and adds "#{Cache_Redis_Configuration}#" filter check |
27 | | - v1.1.4 RedisObjectCacheStrategy and RedisHashSetObjectCacheStrategy.Get() methods add pure string check |
28 | | - v1.2.5 Fix bug where GetAllByPrefixAsync(key) method automatically retrieves all keys |
29 | | - [2024-09-11] v1.2.6 Update Cache, remove InsertToCache(), add Count(prefix) |
30 | | - [2024-10-24] v2.0.1-beta1 fix: GetCountAsync(string prefix) #306 Thanks to @rendyu |
31 | | - [2024-11-28] v2.1.1-beta1 Add UseLowerCaseApiName property for SenparcSetting |
32 | | - [2024-12-04] v2.2.0-beta1 update Start() method, set SenparcSetting in Config when AddSenparcGlobalService() run |
33 | | -</PackageReleaseNotes> |
| 25 | + v0.1.0 Genesis |
| 26 | + v0.5.2 BaseRedisObjectCacheStrategy destructor performs null value check and adds "#{Cache_Redis_Configuration}#" filter check |
| 27 | + v1.1.4 RedisObjectCacheStrategy and RedisHashSetObjectCacheStrategy.Get() methods add pure string check |
| 28 | + v1.2.5 Fix bug where GetAllByPrefixAsync(key) method automatically retrieves all keys |
| 29 | + [2024-09-11] v1.2.6 Update Cache, remove InsertToCache(), add Count(prefix) |
| 30 | + [2024-10-24] v2.0.1-beta1 fix: GetCountAsync(string prefix) #306 Thanks to @rendyu |
| 31 | + [2024-11-28] v2.1.1-beta1 Add UseLowerCaseApiName property for SenparcSetting |
| 32 | + [2024-12-04] v2.2.0-beta1 update Start() method, set SenparcSetting in Config when AddSenparcGlobalService() run |
| 33 | + [2025-08-18] v2.3.0 update BaseRedisObjectCacheStrategy.Client init progress |
| 34 | + </PackageReleaseNotes> |
34 | 35 | <RepositoryUrl>https://github.com/Senparc/Senparc.CO2NET</RepositoryUrl> |
35 | 36 | <Configurations>Debug;Release;Test</Configurations> |
36 | 37 | </PropertyGroup> |
|
0 commit comments