Skip to content

Commit 6fd7004

Browse files
authored
Merge pull request #5 from App-vNext/reisenberger-netstandardverspatch
Update NetStandard target versions in Readme
2 parents f434135 + 746bd78 commit 6fd7004

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Polly.Caching.MemoryCache
22

3-
This repo contains the MemoryCache plugin for the [Polly](https://github.com/App-vNext/Polly) [Cache policy](https://github.com/App-vNext/Polly/wiki/Cache)
3+
This repo contains the MemoryCache plugin for the [Polly](https://github.com/App-vNext/Polly) [Cache policy](https://github.com/App-vNext/Polly/wiki/Cache). It targets .NET 4.0, .NET 4.5 and .NET Standard 1.3.
44

55
## What is Polly?
66

7-
[Polly](https://github.com/App-vNext/Polly) is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, Cache aside and Fallback in a fluent and thread-safe manner. Polly targets .NET 4.0, .NET 4.5 and .NET Standard 1.0.
7+
[Polly](https://github.com/App-vNext/Polly) is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, Cache aside and Fallback in a fluent and thread-safe manner. Polly targets .NET 4.0, .NET 4.5 and .NET Standard 1.1.
88

99
Polly is a member of the [.NET Foundation](https://www.dotnetfoundation.org/about)!
1010

@@ -44,6 +44,7 @@ For details of changes by release see the [change log](CHANGELOG.md).
4444
# Acknowledgements
4545

4646
* [@seanfarrow](https://github.com/seanfarrow) and [@reisenberger](https://github.com/reisenberger) - Initial caching architecture in the main Polly repo
47+
* [@kesmy](https://github.com/kesmy) - original structuring of the build for msbuild15, in the main Polly repo
4748

4849

4950
# Instructions for Contributing

0 commit comments

Comments
 (0)