|
1 | 1 | <Project>
|
2 | 2 | <PropertyGroup>
|
3 | 3 | <EasyCachingCorePackageNotes>
|
4 |
| - 1. Make Interceptors and response caching Support .netcore3.0. |
5 |
| - 2. Remove WithServices method to support console apps. |
6 |
| - 3. Improve RabbitMQ bus. |
7 |
| - 4. Add deep clone for memory cache provider. |
8 |
| - 5. Support multi instances of hybrid provider. |
9 |
| - 6. Upgrading dependencies. |
10 |
| - 7. Modify some extension methods' namespace. |
| 4 | + 1. Redis provider support some geo methods. |
11 | 5 | </EasyCachingCorePackageNotes>
|
12 | 6 | <EasyCachingMemcachedPackageNotes>
|
13 |
| - 1. Make Interceptors and response caching Support .netcore3.0. |
14 |
| - 2. Remove WithServices method to support console apps. |
15 |
| - 3. Improve RabbitMQ bus. |
16 |
| - 4. Add deep clone for memory cache provider. |
17 |
| - 5. Support multi instances of hybrid provider. |
18 |
| - 6. Upgrading dependencies. |
19 |
| - 7. Modify some extension methods' namespace. |
| 7 | + 1. Upgrading dependencies. |
20 | 8 | </EasyCachingMemcachedPackageNotes>
|
21 | 9 | <EasyCachingRedisPackageNotes>
|
22 |
| - 1. Support Hyperloglog. |
| 10 | + 1. Support some geo methods. |
23 | 11 | </EasyCachingRedisPackageNotes>
|
24 | 12 | <EasyCachingSQLitePackageNotes>
|
25 |
| - 1. Make Interceptors and response caching Support .netcore3.0. |
26 |
| - 2. Remove WithServices method to support console apps. |
27 |
| - 3. Improve RabbitMQ bus. |
28 |
| - 4. Add deep clone for memory cache provider. |
29 |
| - 5. Support multi instances of hybrid provider. |
30 |
| - 6. Upgrading dependencies. |
31 |
| - 7. Modify some extension methods' namespace. |
| 13 | + 1. Upgrading dependencies. |
32 | 14 | </EasyCachingSQLitePackageNotes>
|
33 | 15 | <EasyCachingInMemoryPackageNotes>
|
34 |
| - 1. Make Interceptors and response caching Support .netcore3.0. |
35 |
| - 2. Remove WithServices method to support console apps. |
36 |
| - 3. Improve RabbitMQ bus. |
37 |
| - 4. Add deep clone for memory cache provider. |
38 |
| - 5. Support multi instances of hybrid provider. |
39 |
| - 6. Upgrading dependencies. |
40 |
| - 7. Modify some extension methods' namespace. |
| 16 | + 1. Fix datetime exception. |
| 17 | + 2. Upgrading dependencies. |
41 | 18 | </EasyCachingInMemoryPackageNotes>
|
42 | 19 | <EasyCachingHybridPackageNotes>
|
43 |
| - 1. improve hybrid get with data retriever. |
| 20 | + 1. Upgrading dependencies. |
44 | 21 | </EasyCachingHybridPackageNotes>
|
45 | 22 | <EasyCachingAspectCorePackageNotes>
|
46 |
| - 1. Make Interceptors and response caching Support .netcore3.0. |
47 |
| - 2. Remove WithServices method to support console apps. |
48 |
| - 3. Improve RabbitMQ bus. |
49 |
| - 4. Add deep clone for memory cache provider. |
50 |
| - 5. Support multi instances of hybrid provider. |
51 |
| - 6. Upgrading dependencies. |
52 |
| - 7. Modify some extension methods' namespace. |
| 23 | + 1. Upgrading dependencies. |
53 | 24 | </EasyCachingAspectCorePackageNotes>
|
54 | 25 | <EasyCachingCastlePackageNotes>
|
55 |
| - 1. Make Interceptors and response caching Support .netcore3.0. |
56 |
| - 2. Remove WithServices method to support console apps. |
57 |
| - 3. Improve RabbitMQ bus. |
58 |
| - 4. Add deep clone for memory cache provider. |
59 |
| - 5. Support multi instances of hybrid provider. |
60 |
| - 6. Upgrading dependencies. |
61 |
| - 7. Modify some extension methods' namespace. |
| 26 | + 1. Upgrading dependencies. |
62 | 27 | </EasyCachingCastlePackageNotes>
|
63 | 28 | <EasyCachingResponseCachingPackageNotes>
|
64 |
| - 1. Make Interceptors and response caching Support .netcore3.0. |
65 |
| - 2. Remove WithServices method to support console apps. |
66 |
| - 3. Improve RabbitMQ bus. |
67 |
| - 4. Add deep clone for memory cache provider. |
68 |
| - 5. Support multi instances of hybrid provider. |
69 |
| - 6. Upgrading dependencies. |
70 |
| - 7. Modify some extension methods' namespace. |
| 29 | + 1. Upgrading dependencies. |
71 | 30 | </EasyCachingResponseCachingPackageNotes>
|
72 | 31 | <EasyCachingJsonPackageNotes>
|
73 |
| - 1. Support JsonSerializerSettings. |
| 32 | + 1. Upgrading dependencies. |
74 | 33 | </EasyCachingJsonPackageNotes>
|
75 | 34 | <EasyCachingMessagePackPackageNotes>
|
76 |
| - 1. Support custom resolver. |
| 35 | + 1. Upgrading dependencies. |
77 | 36 | </EasyCachingMessagePackPackageNotes>
|
78 | 37 | <EasyCachingProtobufPackageNotes>
|
79 |
| - 1. Make Interceptors and response caching Support .netcore3.0. |
80 |
| - 2. Remove WithServices method to support console apps. |
81 |
| - 3. Improve RabbitMQ bus. |
82 |
| - 4. Add deep clone for memory cache provider. |
83 |
| - 5. Support multi instances of hybrid provider. |
84 |
| - 6. Upgrading dependencies. |
85 |
| - 7. Modify some extension methods' namespace. |
| 38 | + 1. Upgrading dependencies. |
86 | 39 | </EasyCachingProtobufPackageNotes>
|
87 | 40 | <EasyCachingCSRedisPackageNotes>
|
88 |
| - 1. Support Hyperloglog. |
| 41 | + 1. Support some geo methods. |
89 | 42 | </EasyCachingCSRedisPackageNotes>
|
90 | 43 | <EasyCachingCSRedisBusPackageNotes>
|
91 |
| - 1. Support sentinel mode. |
| 44 | + 1. Upgrading dependencies. |
92 | 45 | </EasyCachingCSRedisBusPackageNotes>
|
93 | 46 | <EasyCachingRedisBusPackageNotes>
|
94 |
| - 1. Make Interceptors and response caching Support .netcore3.0. |
95 |
| - 2. Remove WithServices method to support console apps. |
96 |
| - 3. Improve RabbitMQ bus. |
97 |
| - 4. Add deep clone for memory cache provider. |
98 |
| - 5. Support multi instances of hybrid provider. |
99 |
| - 6. Upgrading dependencies. |
100 |
| - 7. Modify some extension methods' namespace. |
| 47 | + 1. Upgrading dependencies. |
101 | 48 | </EasyCachingRedisBusPackageNotes>
|
102 | 49 | <EasyCachingRabbitBusPackageNotes>
|
103 |
| - 1. Make Interceptors and response caching Support .netcore3.0. |
104 |
| - 2. Remove WithServices method to support console apps. |
105 |
| - 3. Improve RabbitMQ bus. |
106 |
| - 4. Add deep clone for memory cache provider. |
107 |
| - 5. Support multi instances of hybrid provider. |
108 |
| - 6. Upgrading dependencies. |
109 |
| - 7. Modify some extension methods' namespace. |
| 50 | + 1. Upgrading dependencies. |
110 | 51 | </EasyCachingRabbitBusPackageNotes>
|
111 | 52 | <EasyCachingDiskPackageNotes>
|
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. |
| 53 | + 1. Upgrading dependencies. |
119 | 54 | </EasyCachingDiskPackageNotes>
|
120 | 55 | </PropertyGroup>
|
121 | 56 | </Project>
|
0 commit comments