Skip to content

Commit db15232

Browse files
authored
Update README.md
1 parent bd3df95 commit db15232

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,16 @@ A Google reCPATCHA validation wrapper service for ASP.NET Core. With only a few
44
This package also supports reCAPTCHA V3, but at the moment does not provide any frontend tag helpers for that. So only backend validation is supported at the moment.
55

66
[![Build Status](https://dev.azure.com/griesingersoftware/ASP.NET%20Core%20Recaptcha/_apis/build/status/jgdevlabs.aspnetcore-recaptcha?branchName=master)](https://dev.azure.com/griesingersoftware/ASP.NET%20Core%20Recaptcha/_build/latest?definitionId=17&branchName=master)
7+
[![Build Status](https://vsrm.dev.azure.com/griesingersoftware/_apis/public/Release/badge/f9036ec9-eb1c-4aff-a2b8-27fdaa573d0f/1/2)](https://vsrm.dev.azure.com/griesingersoftware/_apis/public/Release/badge/f9036ec9-eb1c-4aff-a2b8-27fdaa573d0f/1/2)
78
[![License](https://badgen.net/github/license/jgdevlabs/aspnetcore-recaptcha)](https://github.com/jgdevlabs/aspnetcore-recaptcha/blob/master/LICENSE)
9+
[![NuGet](https://badgen.net/nuget/v/Griesoft.AspNetCore.ReCaptcha)](https://www.nuget.org/packages/Griesoft.AspNetCore.ReCaptcha)
10+
[![GitHub Release](https://badgen.net/github/release/jgdevlabs/aspnetcore-recaptcha)](https://github.com/jgdevlabs/aspnetcore-recaptcha/releases)
11+
12+
## Installation
13+
14+
Install via [NuGet](https://www.nuget.org/packages/Griesoft.AspNetCore.ReCaptcha/) using:
15+
16+
``PM> Install-Package Griesoft.AspNetCore.ReCaptcha``
817

918
## Quickstart
1019

0 commit comments

Comments
 (0)