From e98a563c554a995acbcc367ac8db564f0eb5c110 Mon Sep 17 00:00:00 2001 From: Benjamin Abt Date: Wed, 13 Nov 2024 14:24:48 +0100 Subject: [PATCH] add fixes --- LICENSE | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index e45205c..67eeabb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Benjamin Abt +Copyright (c) 2020-2024 Benjamin Abt Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 8ef3ef3..de6d50d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This project is **not** official by hCaptcha.com. |-|-|-| |NuGet|[![NuGet](https://img.shields.io/nuget/v/HCaptcha?label=HCaptcha)](https://www.nuget.org/packages/HCaptcha/)|[![NuGet](https://img.shields.io/nuget/v/HCaptcha.AspNetCore?label=HCaptcha.AspNetCore)](https://www.nuget.org/packages/HCaptcha.AspNetCore/)| License|[![GitHub](https://img.shields.io/github/license/benjaminabt/hcaptcha)](LICENSE)|[![GitHub](https://img.shields.io/github/license/benjaminabt/hcaptcha)](LICENSE)| -|GitHub Build|![NETCore](https://github.com/BenjaminAbt/hcaptcha/workflows/NETCore/badge.svg)| +|GitHub Build|![NETCore](https://github.com/BenjaminAbt/hcaptcha/workflows/NET/badge.svg)| ## Dependencies @@ -163,7 +163,7 @@ public class YourServiceClass public async Task Verify(string secret, string token, string remoteIp) { - // HttpClient client = _clientFactory.CreateClient(); + // HttpClient client = _clientFactory.CreateClient(); // if you dont have a named service registration HttpClient client = _clientFactory.CreateClient("hCaptcha");