From 133ee03b29bc77c600bf1be62c779c0896ae83f7 Mon Sep 17 00:00:00 2001 From: Scott Mackay Date: Mon, 13 Jun 2016 16:33:53 +0100 Subject: [PATCH] Adding badges --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index a0470f3..8cb53d2 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,8 @@ # IdentityServer3.Contrib.Membership +[![Build status](https://ci.appveyor.com/api/projects/status/avdpiba1rj8ce59h/branch/master?svg=true)](https://ci.appveyor.com/project/wwwlicious/identityserver-contrib-membership/branch/master) +[![NuGet version](https://badge.fury.io/nu/IdentityServer3.Contrib.Membership.svg)](https://badge.fury.io/nu/IdentityServer3.Contrib.Membership) + ## ASP.NET 2.0 Membership Database as Identity Server User Store Identity Server is a framework and doesn't provide implementations of user data sources out of the box. If you have an existing ASP.NET 2.0 Membership Database containing user data for existing systems then you can install the following package: