Skip to content

Commit 6ee53dc

Browse files
author
Jos Hickson
authored
Added NuGet badges and link
1 parent e982782 commit 6ee53dc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[![Build Status](https://travis-ci.org/wintoncode/Winton.Extensions.Threading.Actor.svg?branch=master)](https://travis-ci.org/wintoncode/Winton.Extensions.Threading.Actor)
44
[![Build status](https://ci.appveyor.com/api/projects/status/nddtjsmqktd5dggu/branch/master?svg=true)](https://ci.appveyor.com/project/wintoncode/winton-extensions-threading-actor/branch/master)
5+
[![NuGet version](https://img.shields.io/nuget/v/Winton.Extensions.Threading.Actor.svg)](https://www.nuget.org/packages/Winton.Extensions.Threading.Actor)
6+
[![NuGet version](https://img.shields.io/nuget/vpre/Winton.Extensions.Threading.Actor.svg)](https://www.nuget.org/packages/Winton.Extensions.Threading.Actor)
57

68
A lightweight implementation of the actor pattern designed to integrate with C#'s `async`/`await` keywords.
79
It is a richer version of the implementation outlined on [Winton's Tech Blog](https://tech.winton.com/blog/2017/03/a-tpl-actor-pattern).
@@ -45,7 +47,7 @@ The following platforms are supported:
4547

4648
## Installation
4749

48-
The easiest way to install this library is to add a NuGet dependency on `Winton.Extensions.Threading.Actor` to your
50+
The easiest way to install this library is to add a NuGet dependency on [`Winton.Extensions.Threading.Actor`](https://www.nuget.org/packages/Winton.Extensions.Threading.Actor) to your
4951
library.
5052

5153
## Building

0 commit comments

Comments
 (0)