|
1 | 1 | <Project>
|
2 | 2 | <PropertyGroup>
|
3 | 3 | <EasyCachingCorePackageNotes>
|
4 |
| - 1. Modity diagnostics. |
| 4 | + 1. Modity diagnostics. |
| 5 | + 2. Add EasyCachingInterceptorOptions |
| 6 | + 3. Add hight availability configuration for Interceptor |
5 | 7 | </EasyCachingCorePackageNotes>
|
6 | 8 | <EasyCachingMemcachedPackageNotes>
|
7 | 9 | 1. Update EasyCaching.Core.
|
| 10 | + 2. Remove AddDefaultMemcached related extension methods |
8 | 11 | </EasyCachingMemcachedPackageNotes>
|
9 | 12 | <EasyCachingRedisPackageNotes>
|
10 | 13 | 1. Update EasyCaching.Core.
|
| 14 | + 2. Remove AddDefaultRedisCache related extension methods |
11 | 15 | </EasyCachingRedisPackageNotes>
|
12 | 16 | <EasyCachingSQLitePackageNotes>
|
13 | 17 | 1. Update EasyCaching.Core.
|
| 18 | + 2. Remove AddSQLiteCache extension method |
14 | 19 | </EasyCachingSQLitePackageNotes>
|
15 | 20 | <EasyCachingInMemoryPackageNotes>
|
16 | 21 | 1. Update EasyCaching.Core.
|
| 22 | + 2. Remove AddDefaultInMemoryCache related extension methods |
| 23 | + 3. Remove key prefix for different instance |
17 | 24 | </EasyCachingInMemoryPackageNotes>
|
18 | 25 | <EasyCachingHybridPackageNotes>
|
19 | 26 | 1. Update EasyCaching.Core.
|
| 27 | + 2. Add distributed cache providers and local cache providers configuration. |
20 | 28 | </EasyCachingHybridPackageNotes>
|
21 | 29 | <EasyCachingAspectCorePackageNotes>
|
22 | 30 | 1. Update EasyCaching.Core.
|
| 31 | + 2. Add hight availability configuration |
| 32 | + 3. Add provider configuration. |
23 | 33 | </EasyCachingAspectCorePackageNotes>
|
24 | 34 | <EasyCachingCastlePackageNotes>
|
25 | 35 | 1. Update EasyCaching.Core.
|
| 36 | + 2. Add hight availability configuration |
| 37 | + 3. Add provider Configuration. |
26 | 38 | </EasyCachingCastlePackageNotes>
|
27 | 39 | <EasyCachingResponseCachingPackageNotes>
|
28 | 40 | 1. Update EasyCaching.Core.
|
29 | 41 | </EasyCachingResponseCachingPackageNotes>
|
30 | 42 | <EasyCachingJsonPackageNotes>
|
31 | 43 | 1. Update EasyCaching.Core.
|
| 44 | + 2. Remove AddDefaultJsonSerializer extension method |
32 | 45 | </EasyCachingJsonPackageNotes>
|
33 | 46 | <EasyCachingMessagePackPackageNotes>
|
34 |
| - 1. Update EasyCaching.Core. |
| 47 | + 1. Update EasyCaching.Core. |
| 48 | + 2. Remove AddDefaultMessagePackSerializer extension method |
35 | 49 | </EasyCachingMessagePackPackageNotes>
|
36 | 50 | <EasyCachingProtobufPackageNotes>
|
37 | 51 | 1. Update EasyCaching.Core.
|
| 52 | + 2. Remove AddDefaultProtobufSerializer extension method |
38 | 53 | </EasyCachingProtobufPackageNotes>
|
39 | 54 | <EasyCachingCSRedisPackageNotes>
|
40 | 55 | 1. Update EasyCaching.Core.
|
|
0 commit comments