You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[assembly:AssemblyDescription("CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features.")]
Copy file name to clipboardExpand all lines: src/CacheManager.Core/project.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
{
2
-
"version": "0.9.2-*",
2
+
"version": "0.9.3-*",
3
3
"description": "CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features. The Core library contains all base interfaces and tools. You should install at least one other CacheManager package to get cache handle implementations.",
Copy file name to clipboardExpand all lines: src/CacheManager.Couchbase/project.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
{
2
-
"version": "0.9.2-*",
2
+
"version": "0.9.3-*",
3
3
"description": "CacheManager extension package to work with Couchbase as a distributed cache. CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features.",
Copy file name to clipboardExpand all lines: src/CacheManager.Memcached/project.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
{
2
-
"version": "0.9.2-*",
2
+
"version": "0.9.3-*",
3
3
"description": "CacheManager extension package to work with Memcached as a distributed cache. CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features. This package contains the specific Memcached handles.",
0 commit comments