Skip to content

Commit e2ccd61

Browse files
committed
Corrections to previous version requirements
1 parent 5808190 commit e2ccd61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ Polly.Caching.MemoryCache <v2.0 supports .NET4.0, .NET4.5 and .NetStandard 1.
2727

2828
## Versions and Dependencies
2929

30-
Polly.Caching.Memory >=v2.0.2 and <v3 requires:
30+
Polly.Caching.Memory >=v2.0.1 and <v3 requires:
3131

3232
+ [Polly](https://nuget.org/packages/polly) >= v6.1.1 and <v7.
3333
+ [Microsoft.Extensions.Caching.Memory](https://www.nuget.org/packages/Microsoft.Extensions.Caching.Memory/) v2.0.2 or above (or v1.1.2, for NetStandard 1.3).
3434

35-
Polly.Caching.Memory >= v2.0.1 requires:
35+
Polly.Caching.Memory v2.0.0 requires:
3636

3737
+ [Polly](https://nuget.org/packages/polly) >= v6.0.1 and <=v6.1.0.
3838
+ [Microsoft.Extensions.Caching.Memory](https://www.nuget.org/packages/Microsoft.Extensions.Caching.Memory/) v2.0.2 or above (or v1.1.2, for NetStandard 1.3).
3939

40-
Polly.Caching.MemoryCache <v1.* requires:
40+
Polly.Caching.MemoryCache v1.* requires:
4141

4242
+ [Polly](https://nuget.org/packages/polly) >=v5.9.0 and <v6.
4343
+ [Microsoft.Extensions.Caching.Memory](https://www.nuget.org/packages/Microsoft.Extensions.Caching.Memory/) v1.1.2, for NetStandard 1.3.

0 commit comments

Comments
 (0)