Skip to content

Commit

Permalink
🔖 Releasing a new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
catcherwong committed Apr 17, 2018
1 parent a59e135 commit 8fcd149
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 13 deletions.
5 changes: 3 additions & 2 deletions src/EasyCaching.Core/EasyCaching.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Owners>Catcher Wong</Owners>
<Authors>Catcher Wong</Authors>
<Version>0.2.0</Version>
<Version>0.2.1</Version>
<Description>
EasyCaching is a open source caching library that contains basic usages and some advanced usages of caching which can help us to handle caching more easier!
</Description>
Expand All @@ -15,7 +15,8 @@
<ProjectUrl>https://github.com/dotnetcore/EasyCaching</ProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/dotnetcore/EasyCaching/master/media/nuget-icon.png</PackageIconUrl>
<PackageReleaseNotes>
Add GetCount and Flush for providers.
1. Add FlushAsync for providers.
2. Add BaseProviderOptions.
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
5 changes: 3 additions & 2 deletions src/EasyCaching.HybridCache/EasyCaching.HybridCache.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Owners>Catcher Wong</Owners>
<Authors>Catcher Wong</Authors>
<Version>0.2.0</Version>
<Version>0.2.1</Version>
<Description>
EasyCaching.HybridCache combines local caching and distributed caching.
</Description>
Expand All @@ -15,7 +15,8 @@
<ProjectUrl>https://github.com/dotnetcore/EasyCaching</ProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/dotnetcore/EasyCaching/master/media/nuget-icon.png</PackageIconUrl>
<PackageReleaseNotes>
Implement GetCount and Flush.
1. Refactor;
2. Simplify the configuration of Hybrid;
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
5 changes: 3 additions & 2 deletions src/EasyCaching.InMemory/EasyCaching.InMemory.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Owners>Catcher Wong</Owners>
<Authors>Catcher Wong</Authors>
<Version>0.2.0</Version>
<Version>0.2.1</Version>
<Description>
In-memory cache based on EasyCaching.Core and Microsoft.Extensions.Caching.Memory
</Description>
Expand All @@ -15,7 +15,8 @@
<ProjectUrl>https://github.com/dotnetcore/EasyCaching</ProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/dotnetcore/EasyCaching/master/media/nuget-icon.png</PackageIconUrl>
<PackageReleaseNotes>
Implement GetCount and Flush.
1. Implement FlushAsync.
2. Add a new ServiceCollectionExtension method.
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
5 changes: 3 additions & 2 deletions src/EasyCaching.Memcached/EasyCaching.Memcached.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Owners>Catcher Wong</Owners>
<Authors>Catcher Wong</Authors>
<Version>0.2.0</Version>
<Version>0.2.1</Version>
<Description>
EasyCaching.Memcached based on EasyCaching.Core and EnyimMemcachedCore
</Description>
Expand All @@ -15,7 +15,8 @@
<ProjectUrl>https://github.com/dotnetcore/EasyCaching</ProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/dotnetcore/EasyCaching/master/media/nuget-icon.png</PackageIconUrl>
<PackageReleaseNotes>
Implement GetCount and Flush.
1. Implement FlushAsync.
2. Add a new ServiceCollectionExtension method.
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
5 changes: 3 additions & 2 deletions src/EasyCaching.Redis/EasyCaching.Redis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Owners>Catcher Wong</Owners>
<Authors>Catcher Wong</Authors>
<Version>0.2.0</Version>
<Version>0.2.1</Version>
<Description>
EasyCaching.Redis based on EasyCaching.Core and StackExchange.Redis
</Description>
Expand All @@ -15,7 +15,8 @@
<ProjectUrl>https://github.com/dotnetcore/EasyCaching</ProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/dotnetcore/EasyCaching/master/media/nuget-icon.png</PackageIconUrl>
<PackageReleaseNotes>
Implement GetCount and Flush.
1. Implement FlushAsync.
2. Add a new ServiceCollectionExtension method.
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Owners>Catcher Wong</Owners>
<Authors>Catcher Wong</Authors>
<Version>0.1.0</Version>
<Version>0.1.1</Version>
<Description>
EasyCaching.ResponseCaching based on EasyCaching.Core and Microsoft.AspNetCore.ResponseCaching
</Description>
Expand All @@ -15,7 +15,7 @@
<ProjectUrl>https://github.com/dotnetcore/EasyCaching</ProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/dotnetcore/EasyCaching/master/media/nuget-icon.png</PackageIconUrl>
<PackageReleaseNotes>
Init.
Use pattern matching to simplify something.
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
3 changes: 2 additions & 1 deletion src/EasyCaching.SQLite/EasyCaching.SQLite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
<ProjectUrl>https://github.com/dotnetcore/EasyCaching</ProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/dotnetcore/EasyCaching/master/media/nuget-icon.png</PackageIconUrl>
<PackageReleaseNotes>
Implement GetCount and Flush.
1. Implement FlushAsync.
2. Add a new ServiceCollectionExtension method.
</PackageReleaseNotes>
</PropertyGroup>

Expand Down

0 comments on commit 8fcd149

Please sign in to comment.