|
1 | 1 | <Project>
|
2 | 2 | <PropertyGroup>
|
3 | 3 | <EasyCachingCorePackageNotes>
|
4 |
| - 1. Microsoft.* keep in 3.1.0. |
| 4 | + 1. Add base interface of IHybridProvider and IEasyCachingProvider. |
| 5 | + 2. Redis provider support zincrby. |
| 6 | + 3. Redis acl support |
5 | 7 | </EasyCachingCorePackageNotes>
|
6 | 8 | <EasyCachingMemcachedPackageNotes>
|
7 |
| - 1. Microsoft.* keep in 3.1.0. |
| 9 | + 1. Upgrading dependencies. |
| 10 | + 2. Fixed configuration file can not read LockMs, SleepMs and SerializerName. |
8 | 11 | </EasyCachingMemcachedPackageNotes>
|
9 | 12 | <EasyCachingRedisPackageNotes>
|
10 |
| - 1. Microsoft.* keep in 3.1.0. |
| 13 | + 1. Upgrading dependencies. |
| 14 | + 2. Fixed configuration file can not read LockMs, SleepMs and SerializerName. |
| 15 | + 3. Redis acl support |
11 | 16 | </EasyCachingRedisPackageNotes>
|
12 | 17 | <EasyCachingSQLitePackageNotes>
|
13 |
| - 1. Microsoft.* keep in 3.1.0. |
| 18 | + 1. Upgrading dependencies. |
| 19 | + 2. Fixed configuration file can not read LockMs, SleepMs and SerializerName. |
14 | 20 | </EasyCachingSQLitePackageNotes>
|
15 | 21 | <EasyCachingInMemoryPackageNotes>
|
16 |
| - 1. Microsoft.* keep in 3.1.0. |
| 22 | + 1. Upgrading dependencies. |
| 23 | + 2. Fixed configuration file can not read LockMs, SleepMs and SerializerName. |
17 | 24 | </EasyCachingInMemoryPackageNotes>
|
18 | 25 | <EasyCachingHybridPackageNotes>
|
19 |
| - 1. Microsoft.* keep in 3.1.0. |
| 26 | + 1. Upgrading dependencies. |
20 | 27 | </EasyCachingHybridPackageNotes>
|
21 | 28 | <EasyCachingAspectCorePackageNotes>
|
22 |
| - 1. Microsoft.* keep in 3.1.0. |
| 29 | + 1. Upgrading dependencies. |
23 | 30 | </EasyCachingAspectCorePackageNotes>
|
24 | 31 | <EasyCachingCastlePackageNotes>
|
25 |
| - 1. Microsoft.* keep in 3.1.0. |
| 32 | + 1. Upgrading dependencies. |
26 | 33 | </EasyCachingCastlePackageNotes>
|
27 | 34 | <EasyCachingResponseCachingPackageNotes>
|
28 |
| - 1. Microsoft.* keep in 3.1.0. |
| 35 | + 1. Upgrading dependencies. |
29 | 36 | </EasyCachingResponseCachingPackageNotes>
|
30 | 37 | <EasyCachingJsonPackageNotes>
|
31 |
| - 1. Microsoft.* keep in 3.1.0. |
| 38 | + 1. Upgrading dependencies. |
32 | 39 | </EasyCachingJsonPackageNotes>
|
33 | 40 | <EasyCachingMessagePackPackageNotes>
|
34 |
| - 1. Microsoft.* keep in 3.1.0. |
| 41 | + 1. Upgrading dependencies. |
35 | 42 | </EasyCachingMessagePackPackageNotes>
|
36 | 43 | <EasyCachingProtobufPackageNotes>
|
37 |
| - 1. Microsoft.* keep in 3.1.0. |
| 44 | + 1. Upgrading dependencies. |
38 | 45 | </EasyCachingProtobufPackageNotes>
|
39 | 46 | <EasyCachingCSRedisPackageNotes>
|
40 |
| - 1. Microsoft.* keep in 3.1.0. |
41 |
| - 2. Fixed bugs of expiration. |
| 47 | + 1. Upgrading dependencies. |
| 48 | + 2. Fixed configuration file can not read LockMs, SleepMs and SerializerName. |
42 | 49 | </EasyCachingCSRedisPackageNotes>
|
43 | 50 | <EasyCachingCSRedisBusPackageNotes>
|
44 |
| - 1. Microsoft.* keep in 3.1.0. |
| 51 | + 1. Upgrading dependencies. |
45 | 52 | </EasyCachingCSRedisBusPackageNotes>
|
46 | 53 | <EasyCachingRedisBusPackageNotes>
|
47 |
| - 1. Microsoft.* keep in 3.1.0. |
| 54 | + 1. Upgrading dependencies. |
| 55 | + 2. Redis acl support |
48 | 56 | </EasyCachingRedisBusPackageNotes>
|
49 | 57 | <EasyCachingRabbitBusPackageNotes>
|
50 |
| - 1. Upgrade RabbitMQ.Client to 6.0.0. |
| 58 | + 1. Upgrading dependencies. |
51 | 59 | </EasyCachingRabbitBusPackageNotes>
|
52 | 60 | <EasyCachingDiskPackageNotes>
|
53 |
| - 1. Microsoft.* keep in 3.1.0. |
| 61 | + 1. Upgrading dependencies. |
| 62 | + 2. Fixed configuration file can not read LockMs, SleepMs and SerializerName. |
54 | 63 | </EasyCachingDiskPackageNotes>
|
55 | 64 | </PropertyGroup>
|
56 | 65 | </Project>
|
0 commit comments