Skip to content

Commit ea92cff

Browse files
author
MichaC
authored
Update README.md
1 parent bb12cf4 commit ea92cff

1 file changed

Lines changed: 13 additions & 12 deletions

File tree

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ Linux, Mono | -
1818

1919
| Package Name | .Net 4.0 | .Net 4.5 | Minimum .NET Platform Standard version *
2020
|--------------| :-------: | :-------: | :-------:
21-
| [CacheManager.Core] [Core.nuget] | x | x | 1.2
22-
| [CacheManager.StackExchange.Redis] [Redis.nuget] | x | x | 1.5
23-
| [CacheManager.SystemRuntimeCaching] [SystemRuntimeCaching.nuget] | x | x | -
24-
| [CacheManager.Microsoft.Extensions.Caching.Memory] [MSCache.nuget] | - | \>=4.5.1 | 1.3
25-
| [CacheManager.Microsoft.Extensions.Configuration] [Configuration.nuget] | - | x | 1.2
26-
| [CacheManager.Microsoft.Extensions.Logging] [Logging.nuget] | - | x | 1.2
27-
| [CacheManager.Serialization.Bond] [Bond.nuget] | x | x | 1.2
28-
| [CacheManager.Serialization.Json] [Json.nuget] | x | x | 1.2
29-
| [CacheManager.Serialization.ProtoBuf] [ProtoBuf.nuget] | x | x | 1.3
30-
| [CacheManager.Web] [Web.nuget] | - | x | -
31-
| [CacheManager.Memcached] [Memcached.nuget] | x | x | -
32-
| [CacheManager.Couchbase] [Couchbase.nuget] | - | x | -
21+
| [CacheManager.Core][Core.nuget] | x | x | 1.2
22+
| [CacheManager.StackExchange.Redis][Redis.nuget] | x | x | 1.5
23+
| [CacheManager.SystemRuntimeCaching][SystemRuntimeCaching.nuget] | x | x | -
24+
| [CacheManager.Microsoft.Extensions.Caching.Memory][MSCache.nuget] | - | \>=4.5.1 | 1.3
25+
| [CacheManager.Microsoft.Extensions.Configuration][Configuration.nuget] | - | x | 1.2
26+
| [CacheManager.Microsoft.Extensions.Logging][Logging.nuget] | - | x | 1.2
27+
| [CacheManager.Serialization.Bond][Bond.nuget] | x | x | 1.2
28+
| [CacheManager.Serialization.Json][Json.nuget] | x | x | 1.2
29+
| [CacheManager.Serialization.ProtoBuf][ProtoBuf.nuget] | x | x | 1.3
30+
| [CacheManager.Web][Web.nuget] | - | x | -
31+
| [CacheManager.Memcached][Memcached.nuget] | x | x | -
32+
| [CacheManager.Couchbase][Couchbase.nuget] | - | x | -
3333

3434
\* *"Minimum .NET Platform Standard" version means, that at least the listed version per package must be targeted if you want to use it. See the [documentation](https://github.com/dotnet/corefx/blob/master/Documentation/architecture/net-platform-standard.md) for more details of what .NET platform standard means.*
3535

@@ -153,5 +153,6 @@ OnGet, OnAdd, OnPut, OnRemove, OnClear, OnClearRegion
153153
[Configuration.nuget]: https://www.nuget.org/packages/CacheManager.Microsoft.Extensions.Configuration
154154
[MSCache.nuget]: https://www.nuget.org/packages/CacheManager.Microsoft.Extensions.Caching.Memory
155155
[ProtoBuf.nuget]: https://www.nuget.org/packages/CacheManager.Serialization.ProtoBuf
156+
[Bond.nuget]: https://www.nuget.org/packages/CacheManager.Serialization.Bond
156157

157158
[TOC]

0 commit comments

Comments
 (0)