From bf0fd21472d38347393b635521fdcc3a7c443282 Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 21 Dec 2024 13:50:48 -0700 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1112a8f..69ebc6c 100644 --- a/README.md +++ b/README.md @@ -87,3 +87,10 @@ var akismetResult = await akismetClient.CheckAsync(comment) If `HoneypotFieldName` and `HoneypotFieldValue` are supplied then the library will add these two values to the request: `honeypot_field_name=honeypot&honeypot=blah` + +#### ⚠️Breaking Changes + +Version 4.0 has a breaking change: + +- Dropped RestClient in favor of HttpClient directly +- .NET Core/.NET 5+ now utilize dependency injection