Soenneker.Blazor.Turnstile 2.1.202

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

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

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