Skip to content

Commit bc4a017

Browse files
committed
docs: update readme the release note
1 parent ec3cbf0 commit bc4a017

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ EasyCaching is an open source caching library that contains basic usages and som
1111

1212
| Platform | Build Server | Master Status | Dev Status |
1313
|--------- |------------- |---------|---------|
14-
| Github Action | Linux/Windows | [![Build&Test](https://github.com/dotnetcore/EasyCaching/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/dotnetcore/EasyCaching/actions/workflows/build.yml) | [![Build&Test](https://github.com/dotnetcore/EasyCaching/actions/workflows/build.yml/badge.svg?branch=dev)](https://github.com/dotnetcore/EasyCaching/actions/workflows/build.yml) |
14+
| Github Action | Linux/Windows | [![Build&Test](https://github.com/dotnetcore/EasyCaching/actions/workflows/buildandtest.yml/badge.svg)](https://github.com/dotnetcore/EasyCaching/actions/workflows/buildandtest.yml) | [![Build&Test](https://github.com/dotnetcore/EasyCaching/actions/workflows/buildandtest.yml/badge.svg)](https://github.com/dotnetcore/EasyCaching/actions/workflows/buildandtest.yml) |
1515

1616
## Nuget Packages
1717

@@ -159,9 +159,5 @@ See [ToDo List](docs/ToDoList.md)
159159

160160
Pull requests, issues and commentary!
161161

162-
Also can join our QQ group.
163-
164-
![](media/qqgroup.jpg?raw=true)
165-
166162
## License
167163
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fdotnetcore%2FEasyCaching.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fdotnetcore%2FEasyCaching?ref=badge_large)

build/releasenotes.props

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22
<PropertyGroup>
33
<EasyCachingCorePackageNotes>
44
1. IRedisCachingProvider Support SearchKeysAsync.
5+
2. IRedisCachingProvider Support ZRangeByScore/ZRangeByScoreAsync.
56
</EasyCachingCorePackageNotes>
67
<EasyCachingMemcachedPackageNotes>
78
1. Upgrading dependencies.
9+
2. Throw exception when can not connect to server
810
</EasyCachingMemcachedPackageNotes>
911
<EasyCachingRedisPackageNotes>
10-
1. IRedisCachingProvider Support SearchKeysAsync.
12+
1. IRedisCachingProvider Support SearchKeysAsync/ZRangeByScore/ZRangeByScoreAsync.
13+
2. Make clear exception message when serializer not match or notfound.
14+
3. Upgrading dependencies.
1115
</EasyCachingRedisPackageNotes>
1216
<EasyCachingSQLitePackageNotes>
1317
1. Upgrading dependencies.
@@ -37,7 +41,9 @@
3741
1. Upgrading dependencies.
3842
</EasyCachingProtobufPackageNotes>
3943
<EasyCachingCSRedisPackageNotes>
40-
1. Fix prefix issue.
44+
1. IRedisCachingProvider Support SearchKeysAsync/ZRangeByScore/ZRangeByScoreAsync.
45+
2. Make clear exception message when serializer not match or notfound.
46+
3. Upgrading dependencies.
4147
</EasyCachingCSRedisPackageNotes>
4248
<EasyCachingCSRedisBusPackageNotes>
4349
1. Upgrading dependencies.
@@ -46,7 +52,7 @@
4652
1. Upgrading dependencies.
4753
</EasyCachingRedisBusPackageNotes>
4854
<EasyCachingRabbitBusPackageNotes>
49-
1. Allow user to define client provided name.
55+
1. Upgrading dependencies.
5056
</EasyCachingRabbitBusPackageNotes>
5157
<EasyCachingDiskPackageNotes>
5258
1. Upgrading dependencies.

0 commit comments

Comments
 (0)