Soenneker.Blazor.Turnstile 2.1.655

Prefix Reserved
dotnet add package Soenneker.Blazor.Turnstile --version 2.1.655                
NuGet\Install-Package Soenneker.Blazor.Turnstile -Version 2.1.655                
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.655" />                
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.655                
#r "nuget: Soenneker.Blazor.Turnstile, 2.1.655"                
#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.655

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

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