Soenneker.Blazor.Turnstile 2.1.45

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Blazor.Turnstile --version 2.1.45                
NuGet\Install-Package Soenneker.Blazor.Turnstile -Version 2.1.45                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.Blazor.Turnstile" Version="2.1.45" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Blazor.Turnstile --version 2.1.45                
#r "nuget: Soenneker.Blazor.Turnstile, 2.1.45"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Soenneker.Blazor.Turnstile as a Cake Addin
#addin nuget:?package=Soenneker.Blazor.Turnstile&version=2.1.45

// Install Soenneker.Blazor.Turnstile as a Cake Tool
#tool nuget:?package=Soenneker.Blazor.Turnstile&version=2.1.45                

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.Blazor.Turnstile

A Blazor interop library for Cloudflare Turnstile

This library simplifies the integration of Cloudflare Turnstile into Blazor applications, providing access to options, methods, and events. A demo project showcasing common usages is included.

Please refer to the Cloudflare documentation for further details.

Installation

dotnet add package Soenneker.Blazor.Turnstile

1. Add the following to your Startup.cs file

public void ConfigureServices(IServiceCollection services)
{
    services.AddTurnstile();
}

Usage

@using Soenneker.Blazor.Turnstile

<Turnstile @ref="_turnstile" OnCallback="OnCallback" Options="_options" ></Turnstile>

@code{
    private readonly TurnstileOptions _options = new()
    {
        SiteKey = "1x00000000000000000000AA" // Testing key
    };

    private void OnCallback(string token)
    {
        // Send this token to your server for validation
        Logger.LogInformation("OnCallback fired, token: {token}", token);
    }
}

⚠️ While 95%+ of the Cloudflare Turnstile JS has been implemented, there are a few features not yet supported. If you need assistance or want to request a new feature, please open an issue or submit a pull request.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.727 51 11/1/2024
2.1.726 28 11/1/2024
2.1.725 24 11/1/2024
2.1.724 33 11/1/2024
2.1.723 29 11/1/2024
2.1.722 31 11/1/2024
2.1.721 27 11/1/2024
2.1.720 26 11/1/2024
2.1.719 30 11/1/2024
2.1.718 32 11/1/2024
2.1.717 31 11/1/2024
2.1.716 30 11/1/2024
2.1.715 82 10/29/2024
2.1.714 59 10/29/2024
2.1.713 58 10/29/2024
2.1.712 56 10/29/2024
2.1.711 62 10/29/2024
2.1.710 63 10/29/2024
2.1.709 67 10/29/2024
2.1.706 55 10/29/2024
2.1.705 58 10/29/2024
2.1.704 60 10/29/2024
2.1.702 59 10/29/2024
2.1.701 56 10/29/2024
2.1.700 60 10/29/2024
2.1.699 60 10/29/2024
2.1.698 60 10/29/2024
2.1.697 54 10/29/2024
2.1.696 56 10/29/2024
2.1.695 67 10/29/2024
2.1.694 65 10/29/2024
2.1.693 58 10/29/2024
2.1.692 59 10/29/2024
2.1.691 64 10/29/2024
2.1.690 69 10/29/2024
2.1.689 63 10/29/2024
2.1.688 73 10/28/2024
2.1.687 64 10/28/2024
2.1.686 71 10/28/2024
2.1.685 63 10/28/2024
2.1.684 151 10/26/2024
2.1.683 61 10/26/2024
2.1.682 58 10/26/2024
2.1.681 64 10/26/2024
2.1.680 66 10/26/2024
2.1.679 67 10/26/2024
2.1.678 62 10/26/2024
2.1.677 67 10/26/2024
2.1.676 100 10/23/2024
2.1.675 67 10/22/2024
2.1.674 63 10/22/2024
2.1.673 65 10/22/2024
2.1.672 60 10/22/2024
2.1.671 60 10/22/2024
2.1.670 64 10/22/2024
2.1.669 59 10/22/2024
2.1.668 66 10/22/2024
2.1.667 61 10/22/2024
2.1.666 61 10/22/2024
2.1.665 63 10/22/2024
2.1.664 64 10/22/2024
2.1.663 59 10/22/2024
2.1.662 76 10/22/2024
2.1.661 62 10/22/2024
2.1.660 62 10/22/2024
2.1.659 60 10/22/2024
2.1.658 54 10/22/2024
2.1.657 69 10/22/2024
2.1.656 56 10/22/2024
2.1.655 124 10/18/2024
2.1.654 98 10/18/2024
2.1.653 107 10/18/2024
2.1.652 101 10/18/2024
2.1.651 96 10/18/2024
2.1.650 95 10/18/2024
2.1.649 76 10/17/2024
2.1.648 74 10/17/2024
2.1.647 79 10/17/2024
2.1.646 72 10/17/2024
2.1.645 87 10/15/2024
2.1.644 66 10/15/2024
2.1.643 68 10/15/2024
2.1.642 70 10/15/2024
2.1.641 73 10/15/2024
2.1.640 74 10/15/2024
2.1.639 67 10/15/2024
2.1.638 71 10/15/2024
2.1.637 70 10/15/2024
2.1.636 71 10/14/2024
2.1.635 71 10/14/2024
2.1.634 73 10/12/2024
2.1.633 80 10/12/2024
2.1.632 76 10/12/2024
2.1.631 77 10/12/2024
2.1.630 69 10/12/2024
2.1.629 69 10/12/2024
2.1.628 78 10/12/2024
2.1.627 74 10/12/2024
2.1.626 70 10/12/2024
2.1.625 72 10/11/2024
2.1.624 72 10/11/2024
2.1.623 68 10/11/2024
2.1.622 84 10/11/2024
2.1.621 69 10/11/2024
2.1.620 75 10/11/2024
2.1.619 81 10/9/2024
2.1.618 74 10/9/2024
2.1.617 78 10/9/2024
2.1.616 76 10/9/2024
2.1.615 73 10/9/2024
2.1.614 72 10/9/2024
2.1.613 69 10/9/2024
2.1.612 68 10/9/2024
2.1.611 76 10/9/2024
2.1.610 76 10/9/2024
2.1.609 75 10/9/2024
2.1.608 67 10/9/2024
2.1.607 68 10/9/2024
2.1.606 70 10/9/2024
2.1.605 68 10/9/2024
2.1.604 73 10/9/2024
2.1.603 72 10/9/2024
2.1.602 75 10/9/2024
2.1.601 74 10/9/2024
2.1.600 72 10/9/2024
2.1.599 75 10/9/2024
2.1.598 71 10/8/2024
2.1.597 74 10/8/2024
2.1.596 63 10/8/2024
2.1.595 74 10/8/2024
2.1.594 73 10/8/2024
2.1.593 75 10/8/2024
2.1.592 74 10/8/2024
2.1.591 74 10/8/2024
2.1.590 68 10/8/2024
2.1.589 67 10/8/2024
2.1.588 77 10/8/2024
2.1.587 74 10/8/2024
2.1.586 114 10/4/2024
2.1.585 77 10/3/2024
2.1.584 75 10/3/2024
2.1.583 76 10/3/2024
2.1.582 76 10/3/2024
2.1.581 77 10/3/2024
2.1.580 70 10/3/2024
2.1.579 61 10/3/2024
2.1.578 79 10/3/2024
2.1.577 71 10/3/2024
2.1.576 73 10/3/2024
2.1.575 85 10/3/2024
2.1.574 76 10/3/2024
2.1.573 72 10/3/2024
2.1.572 71 10/3/2024
2.1.571 81 10/2/2024
2.1.570 82 10/2/2024
2.1.569 72 10/2/2024
2.1.568 73 10/2/2024
2.1.567 70 10/2/2024
2.1.566 81 10/2/2024
2.1.565 83 10/2/2024
2.1.564 72 10/2/2024
2.1.563 71 10/2/2024
2.1.562 77 10/2/2024
2.1.561 74 10/2/2024
2.1.560 77 10/2/2024
2.1.559 77 10/2/2024
2.1.558 75 10/2/2024
2.1.557 80 10/2/2024
2.1.556 81 10/1/2024
2.1.555 109 10/1/2024
2.1.554 87 10/1/2024
2.1.553 82 10/1/2024
2.1.552 76 10/1/2024
2.1.551 75 10/1/2024
2.1.550 77 10/1/2024
2.1.549 78 10/1/2024
2.1.548 72 10/1/2024
2.1.547 66 10/1/2024
2.1.546 72 10/1/2024
2.1.545 79 10/1/2024
2.1.544 74 10/1/2024
2.1.543 73 9/30/2024
2.1.542 86 9/30/2024
2.1.541 71 9/29/2024
2.1.540 70 9/29/2024
2.1.539 75 9/29/2024
2.1.538 78 9/29/2024
2.1.537 77 9/29/2024
2.1.536 77 9/29/2024
2.1.535 72 9/29/2024
2.1.534 81 9/29/2024
2.1.533 71 9/29/2024
2.1.532 78 9/29/2024
2.1.531 75 9/29/2024
2.1.530 78 9/29/2024
2.1.529 72 9/29/2024
2.1.528 81 9/29/2024
2.1.527 85 9/27/2024
2.1.526 80 9/27/2024
2.1.525 71 9/27/2024
2.1.524 75 9/27/2024
2.1.523 71 9/27/2024
2.1.522 79 9/27/2024
2.1.521 71 9/27/2024
2.1.520 68 9/27/2024
2.1.519 69 9/27/2024
2.1.518 75 9/27/2024
2.1.517 90 9/27/2024
2.1.516 74 9/27/2024
2.1.515 72 9/27/2024
2.1.514 68 9/27/2024
2.1.513 82 9/27/2024
2.1.512 68 9/27/2024
2.1.511 78 9/27/2024
2.1.510 72 9/27/2024
2.1.509 85 9/27/2024
2.1.508 84 9/27/2024
2.1.507 72 9/27/2024
2.1.506 70 9/26/2024
2.1.505 86 9/26/2024
2.1.504 89 9/26/2024
2.1.503 82 9/26/2024
2.1.502 80 9/26/2024
2.1.501 74 9/26/2024
2.1.500 76 9/26/2024
2.1.499 78 9/26/2024
2.1.498 77 9/26/2024
2.1.496 77 9/26/2024
2.1.495 67 9/26/2024
2.1.494 75 9/26/2024
2.1.493 88 9/26/2024
2.1.492 78 9/26/2024
2.1.491 75 9/26/2024
2.1.490 88 9/26/2024
2.1.488 77 9/26/2024
2.1.487 73 9/26/2024
2.1.486 68 9/26/2024
2.1.485 74 9/26/2024
2.1.484 79 9/24/2024
2.1.483 61 9/24/2024
2.1.482 81 9/24/2024
2.1.481 81 9/23/2024
2.1.480 78 9/23/2024
2.1.479 69 9/23/2024
2.1.478 62 9/23/2024
2.1.477 76 9/23/2024
2.1.476 73 9/23/2024
2.1.475 73 9/23/2024
2.1.473 71 9/23/2024
2.1.472 80 9/23/2024
2.1.471 75 9/23/2024
2.1.470 82 9/23/2024
2.1.469 61 9/23/2024
2.1.468 71 9/23/2024
2.1.467 83 9/23/2024
2.1.466 78 9/23/2024
2.1.465 80 9/23/2024
2.1.464 76 9/23/2024
2.1.463 79 9/23/2024
2.1.462 60 9/23/2024
2.1.461 80 9/23/2024
2.1.460 78 9/23/2024
2.1.459 79 9/23/2024
2.1.458 76 9/23/2024
2.1.457 76 9/23/2024
2.1.456 71 9/23/2024
2.1.455 79 9/22/2024
2.1.454 81 9/19/2024
2.1.453 81 9/18/2024
2.1.452 86 9/18/2024
2.1.451 71 9/18/2024
2.1.450 97 9/18/2024
2.1.449 75 9/18/2024
2.1.448 97 9/18/2024
2.1.447 89 9/18/2024
2.1.446 97 9/18/2024
2.1.445 98 9/18/2024
2.1.444 90 9/18/2024
2.1.443 91 9/18/2024
2.1.442 98 9/18/2024
2.1.441 102 9/18/2024
2.1.440 94 9/18/2024
2.1.439 93 9/17/2024
2.1.438 94 9/17/2024
2.1.437 74 9/17/2024
2.1.435 92 9/17/2024
2.1.434 90 9/17/2024
2.1.433 76 9/17/2024
2.1.432 117 9/17/2024
2.1.431 79 9/17/2024
2.1.430 83 9/17/2024
2.1.429 81 9/17/2024
2.1.428 88 9/17/2024
2.1.427 99 9/17/2024
2.1.426 81 9/17/2024
2.1.425 94 9/17/2024
2.1.424 84 9/17/2024
2.1.423 90 9/17/2024
2.1.422 91 9/17/2024
2.1.421 96 9/17/2024
2.1.420 93 9/17/2024
2.1.419 87 9/17/2024
2.1.418 81 9/17/2024
2.1.417 86 9/17/2024
2.1.416 85 9/17/2024
2.1.415 106 9/16/2024
2.1.414 83 9/16/2024
2.1.413 82 9/16/2024
2.1.412 94 9/16/2024
2.1.411 90 9/16/2024
2.1.410 86 9/16/2024
2.1.409 103 9/16/2024
2.1.408 93 9/16/2024
2.1.407 117 9/13/2024
2.1.406 89 9/12/2024
2.1.405 78 9/12/2024
2.1.404 96 9/12/2024
2.1.403 87 9/12/2024
2.1.402 91 9/12/2024
2.1.401 101 9/12/2024
2.1.400 100 9/12/2024
2.1.399 94 9/12/2024
2.1.398 76 9/12/2024
2.1.397 98 9/12/2024
2.1.396 82 9/12/2024
2.1.395 86 9/12/2024
2.1.394 96 9/12/2024
2.1.393 111 9/11/2024
2.1.392 74 9/11/2024
2.1.391 88 9/11/2024
2.1.390 102 9/11/2024
2.1.389 92 9/11/2024
2.1.388 97 9/11/2024
2.1.387 93 9/11/2024
2.1.386 89 9/11/2024
2.1.385 87 9/11/2024
2.1.384 93 9/11/2024
2.1.383 100 9/11/2024
2.1.382 89 9/11/2024
2.1.381 97 9/11/2024
2.1.380 84 9/11/2024
2.1.379 94 9/11/2024
2.1.378 97 9/11/2024
2.1.377 114 9/11/2024
2.1.376 97 9/11/2024
2.1.375 87 9/10/2024
2.1.374 95 9/10/2024
2.1.373 79 9/10/2024
2.1.372 89 9/10/2024
2.1.371 90 9/10/2024
2.1.370 90 9/10/2024
2.1.369 79 9/10/2024
2.1.368 84 9/10/2024
2.1.367 82 9/10/2024
2.1.366 79 9/10/2024
2.1.365 79 9/10/2024
2.1.364 85 9/10/2024
2.1.363 88 9/10/2024
2.1.362 91 9/10/2024
2.1.359 84 9/10/2024
2.1.358 82 9/9/2024
2.1.357 80 9/9/2024
2.1.356 89 9/9/2024
2.1.355 83 9/9/2024
2.1.354 78 9/9/2024
2.1.353 91 9/9/2024
2.1.352 85 9/9/2024
2.1.351 87 9/9/2024
2.1.350 85 9/9/2024
2.1.349 91 9/9/2024
2.1.348 97 9/9/2024
2.1.346 90 9/9/2024
2.1.345 102 9/9/2024
2.1.344 90 9/9/2024
2.1.343 81 9/9/2024
2.1.342 101 9/7/2024
2.1.341 84 9/7/2024
2.1.340 101 9/7/2024
2.1.339 85 9/7/2024
2.1.338 95 9/7/2024
2.1.337 86 9/7/2024
2.1.336 87 9/6/2024
2.1.335 91 9/6/2024
2.1.334 78 9/6/2024
2.1.333 97 9/6/2024
2.1.332 78 9/6/2024
2.1.331 91 9/6/2024
2.1.330 91 9/6/2024
2.1.329 90 9/6/2024
2.1.328 91 9/6/2024
2.1.327 90 9/6/2024
2.1.326 107 9/6/2024
2.1.325 92 9/6/2024
2.1.324 105 9/6/2024
2.1.323 127 9/5/2024
2.1.322 89 9/5/2024
2.1.321 91 9/5/2024
2.1.320 94 9/5/2024
2.1.319 85 9/5/2024
2.1.318 96 9/5/2024
2.1.317 90 9/5/2024
2.1.316 100 9/5/2024
2.1.315 95 9/5/2024
2.1.314 92 9/5/2024
2.1.313 88 9/5/2024
2.1.312 72 9/5/2024
2.1.311 96 9/5/2024
2.1.310 90 9/5/2024
2.1.309 91 9/5/2024
2.1.308 90 9/4/2024
2.1.307 74 9/4/2024
2.1.306 94 9/4/2024
2.1.305 75 9/4/2024
2.1.304 129 9/4/2024
2.1.303 69 9/4/2024
2.1.302 93 9/4/2024
2.1.301 78 9/4/2024
2.1.300 94 9/4/2024
2.1.299 92 9/3/2024
2.1.298 87 9/3/2024
2.1.297 88 9/3/2024
2.1.296 90 9/3/2024
2.1.295 93 9/3/2024
2.1.294 86 9/3/2024
2.1.293 74 9/3/2024
2.1.292 76 9/3/2024
2.1.291 85 9/3/2024
2.1.290 89 9/3/2024
2.1.289 85 9/3/2024
2.1.288 91 9/3/2024
2.1.287 88 9/3/2024
2.1.286 95 8/30/2024
2.1.285 92 8/29/2024
2.1.284 88 8/29/2024
2.1.283 88 8/29/2024
2.1.282 93 8/29/2024
2.1.281 70 8/29/2024
2.1.280 89 8/29/2024
2.1.279 126 8/26/2024
2.1.278 78 8/26/2024
2.1.277 91 8/26/2024
2.1.276 89 8/26/2024
2.1.275 75 8/26/2024
2.1.274 99 8/26/2024
2.1.273 95 8/26/2024
2.1.272 90 8/26/2024
2.1.271 154 8/21/2024
2.1.270 99 8/21/2024
2.1.269 110 8/21/2024
2.1.268 107 8/21/2024
2.1.267 96 8/21/2024
2.1.266 109 8/21/2024
2.1.265 121 8/21/2024
2.1.264 105 8/21/2024
2.1.263 106 8/21/2024
2.1.262 108 8/21/2024
2.1.261 107 8/21/2024
2.1.260 117 8/20/2024
2.1.259 94 8/20/2024
2.1.258 99 8/20/2024
2.1.257 108 8/20/2024
2.1.256 108 8/20/2024
2.1.255 106 8/20/2024
2.1.254 98 8/20/2024
2.1.253 102 8/20/2024
2.1.252 104 8/20/2024
2.1.251 99 8/20/2024
2.1.250 99 8/20/2024
2.1.249 101 8/20/2024
2.1.248 100 8/20/2024
2.1.247 104 8/19/2024
2.1.246 124 8/15/2024
2.1.245 97 8/15/2024
2.1.244 102 8/15/2024
2.1.243 106 8/15/2024
2.1.242 103 8/15/2024
2.1.241 94 8/15/2024
2.1.240 105 8/15/2024
2.1.239 92 8/15/2024
2.1.238 102 8/15/2024
2.1.237 102 8/15/2024
2.1.236 105 8/15/2024
2.1.235 93 8/15/2024
2.1.234 112 8/14/2024
2.1.233 102 8/14/2024
2.1.232 101 8/14/2024
2.1.231 92 8/14/2024
2.1.230 109 8/14/2024
2.1.229 104 8/14/2024
2.1.228 110 8/13/2024
2.1.227 103 8/13/2024
2.1.226 104 8/13/2024
2.1.225 106 8/13/2024
2.1.224 104 8/13/2024
2.1.223 88 8/7/2024
2.1.222 87 8/7/2024
2.1.221 97 8/7/2024
2.1.220 92 8/7/2024
2.1.219 93 8/7/2024
2.1.218 89 8/7/2024
2.1.217 84 8/7/2024
2.1.216 80 8/7/2024
2.1.215 84 8/6/2024
2.1.214 79 8/6/2024
2.1.213 70 8/6/2024
2.1.212 74 8/6/2024
2.1.211 129 8/1/2024
2.1.210 72 8/1/2024
2.1.209 92 8/1/2024
2.1.208 68 8/1/2024
2.1.207 70 8/1/2024
2.1.206 80 8/1/2024
2.1.205 84 8/1/2024
2.1.204 83 8/1/2024
2.1.203 89 8/1/2024
2.1.202 81 8/1/2024
2.1.201 65 8/1/2024
2.1.200 77 8/1/2024
2.1.199 79 8/1/2024
2.1.198 79 8/1/2024
2.1.197 100 7/25/2024
2.1.196 66 7/25/2024
2.1.195 57 7/25/2024
2.1.194 61 7/25/2024
2.1.193 63 7/25/2024
2.1.192 56 7/25/2024
2.1.191 74 7/25/2024
2.1.190 50 7/25/2024
2.1.189 63 7/25/2024
2.1.188 63 7/25/2024
2.1.187 68 7/25/2024
2.1.186 58 7/25/2024
2.1.185 45 7/25/2024
2.1.184 63 7/25/2024
2.1.183 64 7/25/2024
2.1.182 49 7/25/2024
2.1.181 63 7/25/2024
2.1.180 68 7/24/2024
2.1.179 68 7/24/2024
2.1.178 71 7/24/2024
2.1.177 56 7/24/2024
2.1.176 55 7/24/2024
2.1.175 117 7/20/2024
2.1.174 77 7/20/2024
2.1.173 72 7/20/2024
2.1.172 67 7/20/2024
2.1.171 91 7/20/2024
2.1.170 69 7/20/2024
2.1.169 95 7/20/2024
2.1.168 83 7/20/2024
2.1.167 90 7/17/2024
2.1.166 94 7/17/2024
2.1.165 74 7/17/2024
2.1.164 79 7/17/2024
2.1.163 90 7/15/2024
2.1.162 74 7/15/2024
2.1.161 91 7/14/2024
2.1.160 96 7/14/2024
2.1.159 91 7/14/2024
2.1.158 92 7/14/2024
2.1.157 80 7/14/2024
2.1.156 86 7/14/2024
2.1.155 86 7/14/2024
2.1.154 90 7/14/2024
2.1.153 79 7/14/2024
2.1.152 90 7/14/2024
2.1.151 88 7/12/2024
2.1.150 93 7/11/2024
2.1.149 87 7/11/2024
2.1.148 94 7/10/2024
2.1.147 94 7/10/2024
2.1.146 94 7/10/2024
2.1.145 90 7/10/2024
2.1.144 87 7/10/2024
2.1.143 91 7/10/2024
2.1.142 78 7/10/2024
2.1.141 86 7/10/2024
2.1.140 70 7/10/2024
2.1.139 69 7/10/2024
2.1.138 93 7/10/2024
2.1.137 86 7/10/2024
2.1.136 92 7/10/2024
2.1.135 87 7/10/2024
2.1.134 84 7/10/2024
2.1.133 86 7/10/2024
2.1.132 87 7/10/2024
2.1.131 79 7/10/2024
2.1.130 63 7/10/2024
2.1.129 78 7/10/2024
2.1.128 90 7/10/2024
2.1.127 71 7/10/2024
2.1.126 87 7/10/2024
2.1.125 93 7/10/2024
2.1.124 100 7/10/2024
2.1.123 91 7/10/2024
2.1.122 91 7/9/2024
2.1.121 92 7/9/2024
2.1.120 78 7/9/2024
2.1.119 76 7/9/2024
2.1.118 65 7/9/2024
2.1.117 80 7/9/2024
2.1.116 68 7/9/2024
2.1.115 88 7/9/2024
2.1.114 81 7/9/2024
2.1.113 84 7/9/2024
2.1.112 86 7/9/2024
2.1.111 84 7/9/2024
2.1.110 85 7/9/2024
2.1.109 91 7/9/2024
2.1.108 96 7/9/2024
2.1.107 84 7/9/2024
2.1.106 80 7/9/2024
2.1.105 98 7/9/2024
2.1.104 90 7/9/2024
2.1.103 97 7/9/2024
2.1.102 92 7/9/2024
2.1.101 82 7/8/2024
2.1.100 79 7/8/2024
2.1.99 99 7/8/2024
2.1.98 93 7/8/2024
2.1.97 79 7/8/2024
2.1.96 89 7/8/2024
2.1.95 94 7/8/2024
2.1.94 77 7/8/2024
2.1.93 96 7/8/2024
2.1.92 86 7/8/2024
2.1.91 100 7/8/2024
2.1.90 93 7/8/2024
2.1.89 95 7/8/2024
2.1.88 93 7/8/2024
2.1.87 89 7/7/2024
2.1.86 90 7/7/2024
2.1.85 97 7/7/2024
2.1.84 94 7/7/2024
2.1.83 81 7/7/2024
2.1.82 103 7/7/2024
2.1.81 102 7/7/2024
2.1.80 99 7/7/2024
2.1.79 93 7/7/2024
2.1.78 101 7/6/2024
2.1.77 93 7/4/2024
2.1.76 86 7/4/2024
2.1.75 81 7/4/2024
2.1.74 107 7/3/2024
2.1.73 93 7/3/2024
2.1.72 90 7/3/2024
2.1.71 93 7/3/2024
2.1.70 93 7/3/2024
2.1.69 84 7/3/2024
2.1.68 94 7/3/2024
2.1.67 90 7/3/2024
2.1.66 97 7/3/2024
2.1.65 90 7/3/2024
2.1.64 82 7/3/2024
2.1.63 91 7/3/2024
2.1.62 93 7/3/2024
2.1.61 90 7/3/2024
2.1.60 85 7/3/2024
2.1.59 82 7/3/2024
2.1.58 89 7/3/2024
2.1.57 95 7/3/2024
2.1.56 93 7/3/2024
2.1.55 89 7/3/2024
2.1.54 97 7/3/2024
2.1.53 109 7/3/2024
2.1.52 105 7/1/2024
2.1.51 107 7/1/2024
2.1.50 98 6/30/2024
2.1.49 91 6/30/2024
2.1.48 107 6/30/2024
2.1.47 98 6/30/2024
2.1.46 101 6/29/2024
2.1.45 111 6/28/2024
2.1.44 101 6/28/2024
2.1.43 94 6/28/2024
2.1.42 99 6/28/2024
2.1.41 105 6/28/2024
2.1.40 98 6/27/2024
2.1.39 101 6/27/2024
2.1.38 105 6/27/2024
2.1.37 99 6/27/2024
2.1.36 84 6/27/2024
2.1.35 98 6/27/2024
2.1.34 99 6/27/2024
2.1.33 99 6/27/2024
2.1.32 92 6/24/2024
2.1.31 100 6/23/2024
2.1.30 94 6/22/2024
2.1.29 89 6/22/2024
2.1.28 99 6/22/2024
2.1.27 81 6/22/2024
2.1.26 94 6/22/2024
2.1.25 92 6/22/2024
2.1.24 105 6/16/2024
2.1.23 98 6/16/2024
2.1.22 98 6/16/2024
2.1.21 106 6/15/2024
2.1.20 91 6/15/2024
2.1.19 105 6/15/2024
2.1.18 83 6/15/2024
2.1.17 102 6/15/2024
2.1.16 109 6/15/2024
2.1.15 93 6/15/2024
2.1.14 101 6/15/2024
2.1.13 98 6/15/2024
2.1.12 103 6/15/2024
2.1.11 99 6/15/2024
2.1.10 93 6/15/2024
2.1.9 92 6/14/2024
2.1.8 99 6/14/2024
2.1.7 94 6/12/2024
2.1.6 97 6/10/2024
2.1.5 89 6/10/2024
2.1.4 96 6/9/2024
2.1.3 105 6/9/2024