Skip to content

Commit

Permalink
Improve XML docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
bchavez committed Jul 22, 2020
1 parent f00ddde commit 9b5bf62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BitArmory.ReCaptcha/ReCaptchaResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ public class JsonResponse
public class ReCaptcha3Response : JsonResponse
{
/// <summary>
/// Whether this request was a valid reCAPTCHA token for your site
/// Whether this request was a valid reCAPTCHA token for your site.
/// </summary>
public bool IsSuccess { get; set; }

/// <summary>
/// The score for this request (0.0 - 1.0)
/// The score for this request. Value ranges between 0.0 and 1.0; where 0.0 is very likely a bot and 1.0 is very likely a good human interaction.
/// </summary>
public float Score { get; set; }

Expand Down
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v5.0.1
* Improve XML docs.

## v5.0.0
* Uses SourceLink for F12 navigation in Visual Studio.
* The `BitArmory.ReCaptcha.dll` assembly is now signed.
Expand Down

0 comments on commit 9b5bf62

Please sign in to comment.