Soenneker.Blazor.Turnstile 2.1.579

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.579                
NuGet\Install-Package Soenneker.Blazor.Turnstile -Version 2.1.579                
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.579" />                
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.579                
#r "nuget: Soenneker.Blazor.Turnstile, 2.1.579"                
#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.579

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

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.732 31 11/6/2024
2.1.731 34 11/6/2024
2.1.730 26 11/6/2024
2.1.729 43 11/6/2024
2.1.728 43 11/6/2024
2.1.727 103 11/1/2024
2.1.726 65 11/1/2024
2.1.725 54 11/1/2024
2.1.724 65 11/1/2024
2.1.723 60 11/1/2024
2.1.722 61 11/1/2024
2.1.721 57 11/1/2024
2.1.720 54 11/1/2024
2.1.719 62 11/1/2024
2.1.718 62 11/1/2024
2.1.717 62 11/1/2024
2.1.716 64 11/1/2024
2.1.715 82 10/29/2024
2.1.714 60 10/29/2024
2.1.713 59 10/29/2024
2.1.712 57 10/29/2024
2.1.711 63 10/29/2024
2.1.710 64 10/29/2024
2.1.709 68 10/29/2024
2.1.706 56 10/29/2024
2.1.705 59 10/29/2024
2.1.704 61 10/29/2024
2.1.702 60 10/29/2024
2.1.701 57 10/29/2024
2.1.700 61 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 74 10/28/2024
2.1.687 65 10/28/2024
2.1.686 72 10/28/2024
2.1.685 64 10/28/2024
2.1.684 156 10/26/2024
2.1.683 62 10/26/2024
2.1.682 59 10/26/2024
2.1.681 65 10/26/2024
2.1.680 67 10/26/2024
2.1.679 68 10/26/2024
2.1.678 63 10/26/2024
2.1.677 68 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 66 10/22/2024
2.1.672 61 10/22/2024
2.1.671 61 10/22/2024
2.1.670 65 10/22/2024
2.1.669 60 10/22/2024
2.1.668 67 10/22/2024
2.1.667 62 10/22/2024
2.1.666 62 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 77 10/22/2024
2.1.661 63 10/22/2024
2.1.660 63 10/22/2024
2.1.659 61 10/22/2024
2.1.658 55 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 80 10/17/2024
2.1.646 73 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 78 10/12/2024
2.1.630 70 10/12/2024
2.1.629 70 10/12/2024
2.1.628 79 10/12/2024
2.1.627 75 10/12/2024
2.1.626 71 10/12/2024
2.1.625 73 10/11/2024
2.1.624 73 10/11/2024
2.1.623 69 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 76 10/9/2024
2.1.601 75 10/9/2024
2.1.600 73 10/9/2024
2.1.599 76 10/9/2024
2.1.598 72 10/8/2024
2.1.597 75 10/8/2024
2.1.596 64 10/8/2024
2.1.595 75 10/8/2024
2.1.594 74 10/8/2024
2.1.593 76 10/8/2024
2.1.592 75 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 115 10/4/2024
2.1.585 78 10/3/2024
2.1.584 76 10/3/2024
2.1.583 77 10/3/2024
2.1.582 77 10/3/2024
2.1.581 79 10/3/2024
2.1.580 71 10/3/2024
2.1.579 62 10/3/2024
2.1.578 80 10/3/2024
2.1.577 72 10/3/2024
2.1.576 74 10/3/2024
2.1.575 86 10/3/2024
2.1.574 77 10/3/2024
2.1.573 73 10/3/2024
2.1.572 72 10/3/2024
2.1.571 83 10/2/2024
2.1.570 83 10/2/2024
2.1.569 74 10/2/2024
2.1.568 74 10/2/2024
2.1.567 71 10/2/2024
2.1.566 82 10/2/2024
2.1.565 84 10/2/2024
2.1.564 73 10/2/2024
2.1.563 72 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 73 10/1/2024
2.1.547 67 10/1/2024
2.1.546 73 10/1/2024
2.1.545 80 10/1/2024
2.1.544 75 10/1/2024
2.1.543 74 9/30/2024
2.1.542 86 9/30/2024
2.1.541 71 9/29/2024
2.1.540 71 9/29/2024
2.1.539 76 9/29/2024
2.1.538 79 9/29/2024
2.1.537 78 9/29/2024
2.1.536 78 9/29/2024
2.1.535 73 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 73 9/27/2024
2.1.514 69 9/27/2024
2.1.513 83 9/27/2024
2.1.512 69 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 85 9/27/2024
2.1.507 73 9/27/2024
2.1.506 71 9/26/2024
2.1.505 87 9/26/2024
2.1.504 90 9/26/2024
2.1.503 82 9/26/2024
2.1.502 80 9/26/2024
2.1.501 75 9/26/2024
2.1.500 77 9/26/2024
2.1.499 79 9/26/2024
2.1.498 78 9/26/2024
2.1.496 78 9/26/2024
2.1.495 68 9/26/2024
2.1.494 76 9/26/2024
2.1.493 89 9/26/2024
2.1.492 79 9/26/2024
2.1.491 76 9/26/2024
2.1.490 89 9/26/2024
2.1.488 78 9/26/2024
2.1.487 74 9/26/2024
2.1.486 69 9/26/2024
2.1.485 75 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 81 9/23/2024
2.1.464 78 9/23/2024
2.1.463 80 9/23/2024
2.1.462 61 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 77 9/23/2024
2.1.457 77 9/23/2024
2.1.456 72 9/23/2024
2.1.455 80 9/22/2024
2.1.454 83 9/19/2024
2.1.453 82 9/18/2024
2.1.452 87 9/18/2024
2.1.451 72 9/18/2024
2.1.450 98 9/18/2024
2.1.449 76 9/18/2024
2.1.448 98 9/18/2024
2.1.447 90 9/18/2024
2.1.446 98 9/18/2024
2.1.445 100 9/18/2024
2.1.444 91 9/18/2024
2.1.443 92 9/18/2024
2.1.442 99 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 107 9/16/2024
2.1.414 84 9/16/2024
2.1.413 83 9/16/2024
2.1.412 95 9/16/2024
2.1.411 91 9/16/2024
2.1.410 87 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 78 9/12/2024
2.1.397 99 9/12/2024
2.1.396 83 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 115 9/11/2024
2.1.376 98 9/11/2024
2.1.375 88 9/10/2024
2.1.374 96 9/10/2024
2.1.373 80 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 86 9/10/2024
2.1.367 83 9/10/2024
2.1.366 80 9/10/2024
2.1.365 80 9/10/2024
2.1.364 87 9/10/2024
2.1.363 90 9/10/2024
2.1.362 92 9/10/2024
2.1.359 85 9/10/2024
2.1.358 83 9/9/2024
2.1.357 81 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 102 9/7/2024
2.1.341 85 9/7/2024
2.1.340 102 9/7/2024
2.1.339 86 9/7/2024
2.1.338 97 9/7/2024
2.1.337 87 9/7/2024
2.1.336 88 9/6/2024
2.1.335 92 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 91 9/6/2024
2.1.328 92 9/6/2024
2.1.327 91 9/6/2024
2.1.326 108 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 92 9/5/2024
2.1.320 95 9/5/2024
2.1.319 86 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 93 9/5/2024
2.1.313 89 9/5/2024
2.1.312 73 9/5/2024
2.1.311 97 9/5/2024
2.1.310 91 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 95 9/4/2024
2.1.305 76 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 89 9/3/2024
2.1.286 96 8/30/2024
2.1.285 93 8/29/2024
2.1.284 89 8/29/2024
2.1.283 89 8/29/2024
2.1.282 94 8/29/2024
2.1.281 71 8/29/2024
2.1.280 91 8/29/2024
2.1.279 127 8/26/2024
2.1.278 79 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 155 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 122 8/21/2024
2.1.264 106 8/21/2024
2.1.263 107 8/21/2024
2.1.262 110 8/21/2024
2.1.261 108 8/21/2024
2.1.260 119 8/20/2024
2.1.259 95 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 99 8/20/2024
2.1.253 103 8/20/2024
2.1.252 105 8/20/2024
2.1.251 100 8/20/2024
2.1.250 101 8/20/2024
2.1.249 102 8/20/2024
2.1.248 101 8/20/2024
2.1.247 105 8/19/2024
2.1.246 129 8/15/2024
2.1.245 98 8/15/2024
2.1.244 103 8/15/2024
2.1.243 107 8/15/2024
2.1.242 104 8/15/2024
2.1.241 95 8/15/2024
2.1.240 106 8/15/2024
2.1.239 93 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 102 8/14/2024
2.1.231 93 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 107 8/13/2024
2.1.224 105 8/13/2024
2.1.223 89 8/7/2024
2.1.222 88 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 66 8/1/2024
2.1.200 78 8/1/2024
2.1.199 80 8/1/2024
2.1.198 80 8/1/2024
2.1.197 101 7/25/2024
2.1.196 67 7/25/2024
2.1.195 58 7/25/2024
2.1.194 62 7/25/2024
2.1.193 64 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 64 7/25/2024
2.1.183 65 7/25/2024
2.1.182 51 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 118 7/20/2024
2.1.174 78 7/20/2024
2.1.173 73 7/20/2024
2.1.172 68 7/20/2024
2.1.171 92 7/20/2024
2.1.170 70 7/20/2024
2.1.169 96 7/20/2024
2.1.168 84 7/20/2024
2.1.167 91 7/17/2024
2.1.166 95 7/17/2024
2.1.165 75 7/17/2024
2.1.164 80 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 87 7/14/2024
2.1.155 87 7/14/2024
2.1.154 91 7/14/2024
2.1.153 80 7/14/2024
2.1.152 91 7/14/2024
2.1.151 88 7/12/2024
2.1.150 94 7/11/2024
2.1.149 88 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 71 7/10/2024
2.1.139 70 7/10/2024
2.1.138 94 7/10/2024
2.1.137 87 7/10/2024
2.1.136 93 7/10/2024
2.1.135 88 7/10/2024
2.1.134 85 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 81 7/9/2024
2.1.116 69 7/9/2024
2.1.115 89 7/9/2024
2.1.114 82 7/9/2024
2.1.113 85 7/9/2024
2.1.112 87 7/9/2024
2.1.111 85 7/9/2024
2.1.110 86 7/9/2024
2.1.109 92 7/9/2024
2.1.108 97 7/9/2024
2.1.107 85 7/9/2024
2.1.106 81 7/9/2024
2.1.105 99 7/9/2024
2.1.104 91 7/9/2024
2.1.103 98 7/9/2024
2.1.102 93 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 94 7/8/2024
2.1.87 90 7/7/2024
2.1.86 91 7/7/2024
2.1.85 98 7/7/2024
2.1.84 95 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 87 7/4/2024
2.1.75 82 7/4/2024
2.1.74 108 7/3/2024
2.1.73 94 7/3/2024
2.1.72 91 7/3/2024
2.1.71 94 7/3/2024
2.1.70 94 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 96 7/3/2024
2.1.56 94 7/3/2024
2.1.55 91 7/3/2024
2.1.54 98 7/3/2024
2.1.53 110 7/3/2024
2.1.52 106 7/1/2024
2.1.51 108 7/1/2024
2.1.50 99 6/30/2024
2.1.49 92 6/30/2024
2.1.48 108 6/30/2024
2.1.47 100 6/30/2024
2.1.46 102 6/29/2024
2.1.45 111 6/28/2024
2.1.44 101 6/28/2024
2.1.43 95 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 106 6/27/2024
2.1.37 100 6/27/2024
2.1.36 85 6/27/2024
2.1.35 99 6/27/2024
2.1.34 100 6/27/2024
2.1.33 100 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 84 6/15/2024
2.1.17 103 6/15/2024
2.1.16 110 6/15/2024
2.1.15 94 6/15/2024
2.1.14 102 6/15/2024
2.1.13 99 6/15/2024
2.1.12 104 6/15/2024
2.1.11 100 6/15/2024
2.1.10 94 6/15/2024
2.1.9 92 6/14/2024
2.1.8 99 6/14/2024
2.1.7 95 6/12/2024
2.1.6 97 6/10/2024
2.1.5 89 6/10/2024
2.1.4 97 6/9/2024
2.1.3 107 6/9/2024