File tree 2 files changed +12
-3
lines changed
src/EasyCaching.Bus.CSRedis
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 105
105
<EasyCachingCSRedisPackageNotes >
106
106
1. Support sentinel mode.
107
107
</EasyCachingCSRedisPackageNotes >
108
- <EasyCachingRedisBusPackageNotes >
108
+ <EasyCachingCSRedisBusPackageNotes >
109
109
1. Support sentinel mode.
110
+ </EasyCachingCSRedisBusPackageNotes >
111
+ <EasyCachingRedisBusPackageNotes >
112
+ 1. Make Interceptors and response caching Support .netcore3.0.
113
+ 2. Remove WithServices method to support console apps.
114
+ 3. Improve RabbitMQ bus.
115
+ 4. Add deep clone for memory cache provider.
116
+ 5. Support multi instances of hybrid provider.
117
+ 6. Upgrading dependencies.
118
+ 7. Modify some extension methods' namespace.
110
119
</EasyCachingRedisBusPackageNotes >
111
120
<EasyCachingRabbitBusPackageNotes >
112
121
1. Make Interceptors and response caching Support .netcore3.0.
Original file line number Diff line number Diff line change 5
5
<TargetFramework >netstandard2.0</TargetFramework >
6
6
<Owners >ncc;Catcher Wong</Owners >
7
7
<Authors >ncc;Catcher Wong</Authors >
8
- <Version >$(EasyCachingRedisBusPackageVersion )</Version >
8
+ <Version >$(EasyCachingCSRedisBusPackageVersion )</Version >
9
9
<Description >
10
10
A simple caching bus(message bus) based on CSRedis.
11
11
</Description >
16
16
<ProjectUrl >https://github.com/dotnetcore/EasyCaching</ProjectUrl >
17
17
<PackageIcon >nuget-icon.png</PackageIcon >
18
18
<PackageReleaseNotes >
19
- $(EasyCachingRedisBusPackageNotes )
19
+ $(EasyCachingCSRedisBusPackageNotes )
20
20
</PackageReleaseNotes >
21
21
</PropertyGroup >
22
22
You can’t perform that action at this time.
0 commit comments