Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwm authored Dec 21, 2024
1 parent b84be0e commit bf0fd21
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bf0fd21

Please sign in to comment.