Skip to content

Commit

Permalink
🔖 Release a new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
catcherwong committed Jan 28, 2018
1 parent f28644a commit eef5476
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 5 deletions.
6 changes: 4 additions & 2 deletions src/EasyCaching.Core/EasyCaching.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@
<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>
<PackageTags>Caching,Cache,Distributed,Memory,Interceptor,Synchronization</PackageTags>
<PackageTags>Caching,Cache,Distributed,Memory,Interceptor,Synchronization,Hybrid</PackageTags>
<PackageProjectUrl>https://github.com/catcherwong/EasyCaching</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/catcherwong/EasyCaching/blob/master/LICENSE</PackageLicenseUrl>
<RepositoryUrl>https://github.com/catcherwong/EasyCaching</RepositoryUrl>
<ProjectUrl>https://github.com/catcherwong/EasyCaching</ProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/catcherwong/EasyCaching/master/media/nuget-icon.png</PackageIconUrl>
<PackageReleaseNotes>
v0.1.2
1. Support HybridCaching Probider.
1. Support HybridCaching Probider.
2. Add KeyGenerator.
3. Introduct Able , Put And Evict Attribute.

v0.1.1
1. IEasyCachingSerializer add new APIs in order to support Memcached Transcoder.
Expand Down
2 changes: 1 addition & 1 deletion src/EasyCaching.HybridCache/EasyCaching.HybridCache.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Authors>Catcher Wong</Authors>
<Version>0.1.0</Version>
<Description>
EasyCaching.HybridCache contains local caching and distributed caching.
EasyCaching.HybridCache combines local caching and distributed caching.
</Description>
<PackageTags>Caching,Cache,Distributed,Memory,Interceptor,Synchronization,Hybrid</PackageTags>
<PackageProjectUrl>https://github.com/catcherwong/EasyCaching</PackageProjectUrl>
Expand Down
1 change: 1 addition & 0 deletions src/EasyCaching.InMemory/EasyCaching.InMemory.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<PackageReleaseNotes>
v0.1.2
1. Support HybridCaching Probider.
2. Introduce Refresh(Async) method to handle cached value.

v0.1.1
1. InMemoryCachingProvider add new APIs without data retriever.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
<PackageIconUrl>https://raw.githubusercontent.com/catcherwong/EasyCaching/master/media/nuget-icon.png</PackageIconUrl>
<PackageReleaseNotes>
v0.1.1
Get caching with data retriever => without data retriever .
1. Get caching with data retriever => without data retriever .
2. Caching Handle with async method.
3. Introduct Able , Put And Evict.

v0.1.0
Init.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
<PackageIconUrl>https://raw.githubusercontent.com/catcherwong/EasyCaching/master/media/nuget-icon.png</PackageIconUrl>
<PackageReleaseNotes>
v0.1.1
Get caching with data retriever => without data retriever .
1. Get caching with data retriever => without data retriever .
2. Introduct Able , Put And Evict.

v 0.1.0
Init.
Expand Down
1 change: 1 addition & 0 deletions src/EasyCaching.Memcached/EasyCaching.Memcached.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<PackageReleaseNotes>
v0.1.2
1. Support HybridCaching Probider.
2. Introduce Refresh(Async) method to handle cached value.

v0.1.1
1. DefaultMemcachedCachingProvider add new APIs without data retriever.
Expand Down
1 change: 1 addition & 0 deletions src/EasyCaching.Redis/EasyCaching.Redis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<PackageReleaseNotes>
v0.1.2
1. Support HybridCaching Probider.
2. Introduce Refresh(Async) method to handle cached value.

v0.1.1
1. DefaultRedisCachingProvider add new APIs without data retriever.
Expand Down
1 change: 1 addition & 0 deletions src/EasyCaching.SQLite/EasyCaching.SQLite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<PackageReleaseNotes>
v0.1.2
1. Support HybridCaching Probider.
2. Introduce Refresh(Async) method to handle cached value.

v0.1.1
1. SQLiteCachingProvider add new APIs without data retriever.
Expand Down

0 comments on commit eef5476

Please sign in to comment.