Skip to content

Commit 3b93954

Browse files
committed
💬 Update proj info
1 parent fd20e9d commit 3b93954

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

build/releasenotes.props

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,17 @@
105105
<EasyCachingCSRedisPackageNotes>
106106
1. Support sentinel mode.
107107
</EasyCachingCSRedisPackageNotes>
108-
<EasyCachingRedisBusPackageNotes>
108+
<EasyCachingCSRedisBusPackageNotes>
109109
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.
110119
</EasyCachingRedisBusPackageNotes>
111120
<EasyCachingRabbitBusPackageNotes>
112121
1. Make Interceptors and response caching Support .netcore3.0.

src/EasyCaching.Bus.CSRedis/EasyCaching.Bus.CSRedis.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<TargetFramework>netstandard2.0</TargetFramework>
66
<Owners>ncc;Catcher Wong</Owners>
77
<Authors>ncc;Catcher Wong</Authors>
8-
<Version>$(EasyCachingRedisBusPackageVersion)</Version>
8+
<Version>$(EasyCachingCSRedisBusPackageVersion)</Version>
99
<Description>
1010
A simple caching bus(message bus) based on CSRedis.
1111
</Description>
@@ -16,7 +16,7 @@
1616
<ProjectUrl>https://github.com/dotnetcore/EasyCaching</ProjectUrl>
1717
<PackageIcon>nuget-icon.png</PackageIcon>
1818
<PackageReleaseNotes>
19-
$(EasyCachingRedisBusPackageNotes)
19+
$(EasyCachingCSRedisBusPackageNotes)
2020
</PackageReleaseNotes>
2121
</PropertyGroup>
2222

0 commit comments

Comments
 (0)