Skip to content

Commit dd3a4e8

Browse files
authored
Merge pull request #12 from App-vNext/joelhulen-patch-1
Added badges + Polly logo
2 parents cc941f4 + 4c64c35 commit dd3a4e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
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

5+
[![NuGet version](https://badge.fury.io/nu/Polly.Caching.MemoryCache.svg)](https://badge.fury.io/nu/Polly.Caching.MemoryCache) [![Build status](https://ci.appveyor.com/api/projects/status/pgd89nfdr9u4ig8m?svg=true)](https://ci.appveyor.com/project/joelhulen/polly-caching-memorycache) [![Slack Status](http://www.pollytalk.org/badge.svg)](http://www.pollytalk.org)
6+
57
## What is Polly?
68

79
[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.
@@ -10,6 +12,8 @@ Polly is a member of the [.NET Foundation](https://www.dotnetfoundation.org/abou
1012

1113
**Keep up to date with new feature announcements, tips & tricks, and other news through [www.thepollyproject.org](http://www.thepollyproject.org)**
1214

15+
![](https://raw.github.com/App-vNext/Polly/master/Polly-Logo.png)
16+
1317
# Installing Polly.Caching.MemoryCache via NuGet
1418

1519
Install-Package Polly.Caching.MemoryCache

0 commit comments

Comments
 (0)