Soenneker.Blazor.Clarity 2.1.327

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Blazor.Clarity --version 2.1.327                
NuGet\Install-Package Soenneker.Blazor.Clarity -Version 2.1.327                
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.Clarity" Version="2.1.327" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Blazor.Clarity --version 2.1.327                
#r "nuget: Soenneker.Blazor.Clarity, 2.1.327"                
#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.Clarity as a Cake Addin
#addin nuget:?package=Soenneker.Blazor.Clarity&version=2.1.327

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

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.Clarity

A Blazor interop library that sets up Microsoft Clarity

Installation

dotnet add package Soenneker.Blazor.Clarity

Usage

  1. Insert the script in wwwroot/index.html at the bottom of your <body> but before the other scripts
<script src="_content/Soenneker.Blazor.Clarity/clarity.js"></script>
  1. Register the interop within DI (Program.cs)
public static async Task Main(string[] args)
{
    ...
    builder.Services.AddClarity();
}
  1. Inject IClarityInterop within your App.Razor file
@using Soenneker.Blazor.Clarity.Abstract
@inject IClarityInterop ClarityInterop
  1. Initialize the interop in OnInitializedAsync within App.Razor using your Clarity project key
protected override async Task OnInitializedAsync()
{
    await ClarityInterop.Init("your-key-here");
    ...
}
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.779 38 9/19/2024
2.1.778 39 9/18/2024
2.1.777 33 9/18/2024
2.1.776 39 9/18/2024
2.1.775 67 9/18/2024
2.1.774 39 9/18/2024
2.1.773 49 9/18/2024
2.1.772 51 9/18/2024
2.1.771 53 9/18/2024
2.1.770 55 9/18/2024
2.1.769 49 9/18/2024
2.1.768 51 9/17/2024
2.1.767 49 9/17/2024
2.1.766 57 9/17/2024
2.1.765 53 9/17/2024
2.1.764 50 9/17/2024
2.1.763 50 9/17/2024
2.1.762 55 9/17/2024
2.1.761 56 9/17/2024
2.1.760 53 9/17/2024
2.1.759 48 9/17/2024
2.1.758 44 9/17/2024
2.1.757 46 9/17/2024
2.1.756 48 9/17/2024
2.1.755 49 9/17/2024
2.1.754 48 9/17/2024
2.1.752 66 9/16/2024
2.1.751 59 9/16/2024
2.1.750 57 9/16/2024
2.1.749 49 9/16/2024
2.1.748 46 9/16/2024
2.1.747 54 9/16/2024
2.1.746 189 9/12/2024
2.1.745 64 9/12/2024
2.1.744 60 9/12/2024
2.1.743 52 9/12/2024
2.1.742 70 9/12/2024
2.1.741 56 9/12/2024
2.1.740 61 9/12/2024
2.1.739 60 9/12/2024
2.1.738 53 9/12/2024
2.1.737 69 9/12/2024
2.1.736 74 9/11/2024
2.1.735 78 9/11/2024
2.1.734 67 9/11/2024
2.1.733 74 9/11/2024
2.1.732 72 9/11/2024
2.1.731 76 9/11/2024
2.1.730 75 9/11/2024
2.1.729 70 9/11/2024
2.1.728 72 9/11/2024
2.1.727 79 9/11/2024
2.1.726 72 9/11/2024
2.1.725 73 9/11/2024
2.1.724 66 9/11/2024
2.1.723 94 9/11/2024
2.1.722 73 9/10/2024
2.1.721 82 9/10/2024
2.1.720 65 9/10/2024
2.1.719 70 9/10/2024
2.1.718 69 9/10/2024
2.1.717 74 9/10/2024
2.1.716 63 9/10/2024
2.1.715 71 9/10/2024
2.1.714 60 9/10/2024
2.1.713 60 9/10/2024
2.1.711 75 9/10/2024
2.1.710 77 9/10/2024
2.1.709 61 9/9/2024
2.1.708 67 9/9/2024
2.1.707 64 9/9/2024
2.1.706 72 9/9/2024
2.1.705 59 9/9/2024
2.1.704 62 9/9/2024
2.1.702 73 9/9/2024
2.1.701 75 9/9/2024
2.1.700 79 9/9/2024
2.1.699 72 9/9/2024
2.1.698 76 9/9/2024
2.1.697 74 9/9/2024
2.1.696 95 9/7/2024
2.1.695 82 9/7/2024
2.1.694 71 9/7/2024
2.1.693 73 9/7/2024
2.1.692 74 9/7/2024
2.1.691 65 9/7/2024
2.1.690 87 9/6/2024
2.1.689 74 9/6/2024
2.1.688 74 9/6/2024
2.1.687 84 9/6/2024
2.1.686 82 9/6/2024
2.1.685 76 9/6/2024
2.1.684 74 9/6/2024
2.1.683 77 9/6/2024
2.1.682 96 9/5/2024
2.1.681 73 9/5/2024
2.1.680 79 9/5/2024
2.1.679 78 9/5/2024
2.1.678 73 9/5/2024
2.1.677 78 9/5/2024
2.1.676 78 9/5/2024
2.1.675 74 9/5/2024
2.1.674 74 9/5/2024
2.1.673 87 9/5/2024
2.1.672 64 9/5/2024
2.1.671 79 9/5/2024
2.1.670 75 9/4/2024
2.1.669 77 9/4/2024
2.1.668 71 9/4/2024
2.1.667 102 9/4/2024
2.1.666 71 9/4/2024
2.1.665 64 9/4/2024
2.1.664 67 9/4/2024
2.1.663 63 9/3/2024
2.1.662 72 9/3/2024
2.1.661 70 9/3/2024
2.1.660 63 9/3/2024
2.1.659 73 9/3/2024
2.1.658 71 9/3/2024
2.1.657 80 9/3/2024
2.1.656 60 9/3/2024
2.1.655 81 9/3/2024
2.1.654 371 8/29/2024
2.1.653 76 8/29/2024
2.1.652 76 8/29/2024
2.1.651 78 8/29/2024
2.1.650 71 8/29/2024
2.1.649 241 8/26/2024
2.1.648 75 8/26/2024
2.1.647 80 8/26/2024
2.1.646 73 8/26/2024
2.1.645 78 8/26/2024
2.1.644 77 8/26/2024
2.1.643 78 8/26/2024
2.1.642 150 8/21/2024
2.1.641 97 8/21/2024
2.1.640 88 8/21/2024
2.1.639 90 8/21/2024
2.1.638 81 8/21/2024
2.1.637 74 8/21/2024
2.1.636 98 8/21/2024
2.1.635 90 8/21/2024
2.1.634 92 8/21/2024
2.1.633 90 8/20/2024
2.1.632 101 8/20/2024
2.1.631 100 8/20/2024
2.1.630 94 8/20/2024
2.1.629 91 8/20/2024
2.1.628 87 8/20/2024
2.1.627 87 8/20/2024
2.1.626 90 8/20/2024
2.1.625 98 8/20/2024
2.1.624 94 8/20/2024
2.1.623 94 8/20/2024
2.1.622 86 8/20/2024
2.1.621 91 8/19/2024
2.1.620 169 8/15/2024
2.1.619 92 8/15/2024
2.1.618 95 8/15/2024
2.1.617 86 8/15/2024
2.1.616 86 8/15/2024
2.1.615 104 8/15/2024
2.1.614 98 8/15/2024
2.1.613 91 8/15/2024
2.1.612 89 8/15/2024
2.1.611 93 8/15/2024
2.1.610 97 8/14/2024
2.1.609 92 8/14/2024
2.1.608 89 8/14/2024
2.1.607 80 8/14/2024
2.1.606 85 8/14/2024
2.1.605 90 8/13/2024
2.1.604 78 8/13/2024
2.1.603 93 8/13/2024
2.1.602 83 8/13/2024
2.1.601 98 8/7/2024
2.1.600 80 8/7/2024
2.1.599 68 8/7/2024
2.1.598 69 8/7/2024
2.1.597 71 8/7/2024
2.1.596 68 8/7/2024
2.1.595 59 8/7/2024
2.1.594 65 8/6/2024
2.1.593 57 8/6/2024
2.1.592 52 8/6/2024
2.1.591 129 8/1/2024
2.1.590 75 8/1/2024
2.1.589 65 8/1/2024
2.1.588 71 8/1/2024
2.1.587 67 8/1/2024
2.1.586 71 8/1/2024
2.1.585 63 8/1/2024
2.1.584 67 8/1/2024
2.1.583 67 8/1/2024
2.1.582 68 8/1/2024
2.1.581 99 7/25/2024
2.1.580 58 7/25/2024
2.1.579 62 7/25/2024
2.1.578 59 7/25/2024
2.1.577 56 7/25/2024
2.1.576 57 7/25/2024
2.1.575 93 7/25/2024
2.1.574 66 7/25/2024
2.1.573 65 7/25/2024
2.1.572 76 7/25/2024
2.1.571 63 7/25/2024
2.1.570 62 7/25/2024
2.1.569 60 7/25/2024
2.1.568 72 7/24/2024
2.1.567 61 7/24/2024
2.1.566 63 7/24/2024
2.1.565 225 7/20/2024
2.1.564 83 7/20/2024
2.1.563 89 7/20/2024
2.1.562 81 7/20/2024
2.1.561 82 7/20/2024
2.1.560 81 7/20/2024
2.1.559 139 7/17/2024
2.1.558 56 7/17/2024
2.1.557 63 7/17/2024
2.1.556 52 7/17/2024
2.1.555 78 7/14/2024
2.1.554 66 7/14/2024
2.1.553 61 7/14/2024
2.1.552 67 7/14/2024
2.1.551 64 7/14/2024
2.1.550 65 7/14/2024
2.1.549 64 7/14/2024
2.1.548 60 7/14/2024
2.1.547 63 7/14/2024
2.1.546 60 7/14/2024
2.1.545 84 7/11/2024
2.1.544 62 7/10/2024
2.1.543 70 7/10/2024
2.1.542 70 7/10/2024
2.1.541 69 7/10/2024
2.1.540 70 7/10/2024
2.1.539 81 7/10/2024
2.1.538 71 7/10/2024
2.1.537 75 7/10/2024
2.1.536 77 7/10/2024
2.1.535 69 7/10/2024
2.1.534 79 7/10/2024
2.1.533 72 7/10/2024
2.1.532 72 7/10/2024
2.1.531 63 7/10/2024
2.1.530 78 7/10/2024
2.1.529 70 7/10/2024
2.1.528 82 7/10/2024
2.1.527 74 7/10/2024
2.1.526 81 7/10/2024
2.1.525 80 7/10/2024
2.1.523 76 7/10/2024
2.1.522 88 7/10/2024
2.1.521 83 7/10/2024
2.1.520 81 7/9/2024
2.1.518 70 7/9/2024
2.1.517 82 7/9/2024
2.1.516 487 7/9/2024
2.1.515 73 7/9/2024
2.1.514 63 7/9/2024
2.1.513 77 7/9/2024
2.1.512 72 7/9/2024
2.1.511 77 7/9/2024
2.1.510 77 7/9/2024
2.1.509 86 7/9/2024
2.1.508 93 7/9/2024
2.1.507 85 7/9/2024
2.1.506 87 7/8/2024
2.1.505 86 7/8/2024
2.1.504 83 7/8/2024
2.1.503 86 7/8/2024
2.1.502 70 7/8/2024
2.1.501 80 7/8/2024
2.1.500 84 7/8/2024
2.1.499 89 7/8/2024
2.1.498 79 7/8/2024
2.1.497 82 7/8/2024
2.1.496 93 7/7/2024
2.1.495 95 7/7/2024
2.1.494 92 7/7/2024
2.1.493 86 7/7/2024
2.1.492 89 7/7/2024
2.1.491 78 7/7/2024
2.1.490 94 7/7/2024
2.1.489 107 7/5/2024
2.1.488 112 7/4/2024
2.1.487 91 7/4/2024
2.1.486 94 7/4/2024
2.1.485 96 7/3/2024
2.1.484 87 7/3/2024
2.1.483 83 7/3/2024
2.1.482 86 7/3/2024
2.1.481 88 7/3/2024
2.1.480 92 7/3/2024
2.1.479 95 7/3/2024
2.1.478 83 7/3/2024
2.1.477 93 7/3/2024
2.1.476 82 7/3/2024
2.1.475 91 7/3/2024
2.1.474 89 7/3/2024
2.1.473 86 7/3/2024
2.1.472 86 7/3/2024
2.1.471 99 7/3/2024
2.1.470 88 7/3/2024
2.1.469 82 7/3/2024
2.1.468 75 7/3/2024
2.1.467 96 7/3/2024
2.1.466 116 7/1/2024
2.1.465 76 6/30/2024
2.1.464 90 6/30/2024
2.1.463 91 6/30/2024
2.1.462 106 6/28/2024
2.1.461 79 6/28/2024
2.1.460 88 6/28/2024
2.1.459 87 6/28/2024
2.1.458 98 6/27/2024
2.1.457 121 6/27/2024
2.1.456 91 6/27/2024
2.1.455 81 6/27/2024
2.1.454 100 6/24/2024
2.1.453 78 6/24/2024
2.1.452 82 6/24/2024
2.1.451 120 6/22/2024
2.1.450 96 6/22/2024
2.1.449 93 6/22/2024
2.1.448 212 6/16/2024
2.1.447 92 6/15/2024
2.1.446 90 6/15/2024
2.1.445 91 6/15/2024
2.1.444 135 6/15/2024
2.1.443 91 6/15/2024
2.1.442 94 6/15/2024
2.1.441 96 6/15/2024
2.1.440 91 6/15/2024
2.1.439 88 6/14/2024
2.1.438 277 6/4/2024
2.1.437 91 6/4/2024
2.1.436 157 6/2/2024
2.1.435 88 6/1/2024
2.1.434 85 6/1/2024
2.1.433 95 6/1/2024
2.1.432 88 6/1/2024
2.1.431 102 6/1/2024
2.1.430 88 6/1/2024
2.1.429 95 6/1/2024
2.1.428 101 5/31/2024
2.1.427 104 5/31/2024
2.1.426 93 5/31/2024
2.1.425 89 5/31/2024
2.1.424 164 5/29/2024
2.1.423 104 5/29/2024
2.1.422 87 5/29/2024
2.1.421 92 5/29/2024
2.1.420 87 5/28/2024
2.1.419 102 5/28/2024
2.1.418 92 5/28/2024
2.1.417 87 5/28/2024
2.1.416 89 5/28/2024
2.1.415 83 5/27/2024
2.1.414 104 5/27/2024
2.1.413 94 5/27/2024
2.1.412 93 5/27/2024
2.1.411 84 5/26/2024
2.1.410 93 5/26/2024
2.1.409 99 5/26/2024
2.1.408 97 5/26/2024
2.1.407 89 5/26/2024
2.1.406 100 5/26/2024
2.1.405 93 5/25/2024
2.1.404 86 5/25/2024
2.1.403 95 5/25/2024
2.1.402 87 5/25/2024
2.1.401 95 5/25/2024
2.1.400 89 5/25/2024
2.1.399 137 5/23/2024
2.1.398 93 5/23/2024
2.1.397 87 5/23/2024
2.1.396 101 5/23/2024
2.1.395 98 5/23/2024
2.1.394 100 5/23/2024
2.1.393 91 5/22/2024
2.1.392 94 5/22/2024
2.1.391 108 5/22/2024
2.1.390 86 5/22/2024
2.1.389 140 5/18/2024
2.1.388 115 5/18/2024
2.1.387 94 5/18/2024
2.1.386 104 5/17/2024
2.1.385 103 5/17/2024
2.1.384 93 5/17/2024
2.1.383 93 5/16/2024
2.1.382 99 5/16/2024
2.1.381 90 5/15/2024
2.1.380 91 5/15/2024
2.1.379 77 5/15/2024
2.1.378 84 5/14/2024
2.1.377 88 5/13/2024
2.1.376 78 5/13/2024
2.1.375 72 5/13/2024
2.1.374 213 4/30/2024
2.1.373 95 4/30/2024
2.1.372 89 4/30/2024
2.1.371 92 4/30/2024
2.1.370 97 4/29/2024
2.1.369 86 4/29/2024
2.1.368 84 4/29/2024
2.1.367 87 4/29/2024
2.1.366 82 4/28/2024
2.1.365 99 4/28/2024
2.1.364 85 4/28/2024
2.1.363 90 4/28/2024
2.1.362 87 4/28/2024
2.1.361 86 4/28/2024
2.1.360 80 4/28/2024
2.1.359 88 4/28/2024
2.1.358 85 4/27/2024
2.1.357 83 4/27/2024
2.1.356 147 4/20/2024
2.1.355 91 4/20/2024
2.1.354 89 4/20/2024
2.1.353 88 4/19/2024
2.1.352 90 4/19/2024
2.1.351 82 4/19/2024
2.1.350 87 4/19/2024
2.1.349 86 4/18/2024
2.1.348 132 4/13/2024
2.1.347 118 4/13/2024
2.1.346 88 4/13/2024
2.1.345 80 4/12/2024
2.1.344 76 4/12/2024
2.1.343 76 4/12/2024
2.1.342 93 4/12/2024
2.1.341 84 4/12/2024
2.1.340 79 4/12/2024
2.1.339 80 4/12/2024
2.1.338 82 4/12/2024
2.1.337 79 4/12/2024
2.1.336 94 4/10/2024
2.1.335 83 4/10/2024
2.1.334 76 4/10/2024
2.1.333 81 4/10/2024
2.1.332 81 4/10/2024
2.1.331 88 4/9/2024
2.1.330 288 4/3/2024
2.1.329 82 4/2/2024
2.1.328 164 4/2/2024
2.1.327 68 4/2/2024
2.1.326 64 4/2/2024
2.1.325 77 4/1/2024
2.1.324 118 3/30/2024
2.1.323 86 3/29/2024
2.1.322 86 3/29/2024
2.1.321 136 3/25/2024
2.1.320 88 3/25/2024
2.1.319 85 3/25/2024
2.1.318 117 3/25/2024
2.1.317 155 3/21/2024
2.1.316 95 3/21/2024
2.1.315 96 3/20/2024
2.1.314 123 3/20/2024
2.1.313 93 3/19/2024
2.1.312 82 3/19/2024
2.1.311 101 3/19/2024
2.1.310 81 3/19/2024
2.1.309 105 3/19/2024
2.1.308 100 3/19/2024
2.1.307 99 3/19/2024
2.1.306 84 3/18/2024
2.1.305 147 3/16/2024
2.1.304 102 3/16/2024
2.1.303 102 3/16/2024
2.1.302 98 3/16/2024
2.1.301 99 3/15/2024
2.1.300 121 3/13/2024
2.1.299 97 3/13/2024
2.1.298 98 3/13/2024
2.1.297 132 3/13/2024
2.1.296 97 3/13/2024
2.1.295 102 3/13/2024
2.1.294 104 3/13/2024
2.1.293 105 3/13/2024
2.1.292 94 3/13/2024
2.1.291 94 3/12/2024
2.1.290 96 3/12/2024
2.1.289 103 3/12/2024
2.1.288 98 3/12/2024
2.1.287 103 3/12/2024
2.1.286 97 3/11/2024
2.1.285 125 3/11/2024
2.1.284 110 3/11/2024
2.1.283 99 3/11/2024
2.1.282 99 3/11/2024
2.1.281 115 3/10/2024
2.1.280 107 3/10/2024
2.1.279 100 3/10/2024
2.1.278 98 3/10/2024
2.1.277 124 3/9/2024
2.1.276 107 3/8/2024
2.1.275 211 3/8/2024
2.1.274 103 3/8/2024
2.1.273 102 3/8/2024
2.1.272 113 3/8/2024
2.1.271 102 3/8/2024
2.1.270 112 3/6/2024
2.1.269 106 3/6/2024
2.1.268 108 3/6/2024
2.1.267 159 3/4/2024
2.1.266 95 3/4/2024
2.1.265 95 3/4/2024
2.1.264 93 3/4/2024
2.1.263 109 3/3/2024
2.1.262 96 3/3/2024
2.1.261 93 3/3/2024
2.1.260 91 3/3/2024
2.1.259 96 3/2/2024
2.1.258 92 3/2/2024
2.1.257 84 3/2/2024
2.1.256 94 3/2/2024
2.1.255 91 3/2/2024
2.1.254 93 3/2/2024
2.1.253 94 3/2/2024
2.1.252 107 2/29/2024
2.1.251 77 2/29/2024
2.1.250 84 2/29/2024
2.1.249 85 2/29/2024
2.1.248 84 2/29/2024
2.1.247 81 2/29/2024
2.1.246 91 2/29/2024
2.1.245 151 2/27/2024
2.1.244 97 2/26/2024
2.1.243 76 2/26/2024
2.1.242 131 2/25/2024
2.1.241 77 2/25/2024
2.1.240 75 2/25/2024
2.1.239 76 2/25/2024
2.1.238 78 2/25/2024
2.1.237 98 2/24/2024
2.1.236 78 2/24/2024
2.1.235 81 2/24/2024
2.1.234 118 2/22/2024
2.1.233 88 2/22/2024
2.1.232 86 2/22/2024
2.1.231 70 2/22/2024
2.1.230 97 2/22/2024
2.1.229 80 2/22/2024
2.1.228 83 2/21/2024
2.1.227 115 2/21/2024
2.1.226 91 2/21/2024
2.1.225 112 2/21/2024
2.1.224 101 2/21/2024
2.1.223 91 2/21/2024
2.1.222 96 2/21/2024
2.1.221 102 2/21/2024
2.1.220 96 2/20/2024
2.1.219 94 2/20/2024
2.1.218 99 2/20/2024
2.1.217 85 2/20/2024
2.1.216 93 2/20/2024
2.1.215 91 2/20/2024
2.1.214 91 2/20/2024
2.1.213 85 2/20/2024
2.1.212 89 2/19/2024
2.1.211 93 2/19/2024
2.1.210 90 2/19/2024
2.1.209 93 2/19/2024
2.1.208 95 2/19/2024
2.1.207 107 2/17/2024
2.1.206 94 2/17/2024
2.1.205 98 2/17/2024
2.1.204 95 2/17/2024
2.1.203 91 2/17/2024
2.1.202 92 2/16/2024
2.1.201 95 2/16/2024
2.1.200 97 2/16/2024
2.1.199 94 2/16/2024
2.1.198 96 2/16/2024
2.1.197 100 2/16/2024
2.1.196 92 2/16/2024
2.1.195 90 2/16/2024
2.1.194 300 2/14/2024
2.1.193 87 2/14/2024
2.1.192 92 2/14/2024
2.1.191 101 2/14/2024
2.1.190 105 2/13/2024
2.1.189 88 2/13/2024
2.1.188 91 2/13/2024
2.1.187 93 2/13/2024
2.1.186 89 2/13/2024
2.1.185 82 2/13/2024
2.1.184 95 2/13/2024
2.1.183 103 2/13/2024
2.1.182 121 2/12/2024
2.1.181 89 2/12/2024
2.1.180 99 2/12/2024
2.1.179 97 2/12/2024
2.1.178 107 2/11/2024
2.1.177 92 2/11/2024
2.1.176 96 2/11/2024
2.1.175 89 2/11/2024
2.1.174 93 2/11/2024
2.1.173 88 2/11/2024
2.1.172 96 2/10/2024
2.1.171 93 2/10/2024
2.1.170 87 2/10/2024
2.1.169 89 2/10/2024
2.1.168 98 2/10/2024
2.1.167 94 2/9/2024
2.1.166 98 2/9/2024
2.1.165 92 2/9/2024
2.1.164 94 2/9/2024
2.1.163 91 2/9/2024
2.1.162 96 2/9/2024
2.1.161 93 2/9/2024
2.1.160 97 2/9/2024
2.1.159 96 2/8/2024
2.1.158 90 2/8/2024
2.1.157 97 2/8/2024
2.1.156 98 2/8/2024
2.1.155 95 2/8/2024
2.1.154 90 2/7/2024
2.1.153 87 2/7/2024
2.1.152 86 2/7/2024
2.1.151 87 2/7/2024
2.1.150 91 2/7/2024
2.1.149 90 2/7/2024
2.1.148 91 2/7/2024
2.1.147 88 2/6/2024
2.1.146 100 2/6/2024
2.1.145 89 2/6/2024
2.1.144 93 2/5/2024
2.1.143 88 2/5/2024
2.1.142 91 2/5/2024
2.1.141 91 2/4/2024
2.1.140 102 2/4/2024
2.1.139 87 2/4/2024
2.1.138 88 2/3/2024
2.1.137 90 2/3/2024
2.1.136 94 2/3/2024
2.1.135 85 1/31/2024
2.1.134 159 1/31/2024
2.1.133 87 1/31/2024
2.1.132 84 1/31/2024
2.1.131 87 1/31/2024
2.1.130 88 1/30/2024
2.1.129 87 1/30/2024
2.1.128 88 1/30/2024
2.1.127 96 1/30/2024
2.1.126 89 1/29/2024
2.1.125 108 1/29/2024
2.1.124 85 1/29/2024
2.1.123 84 1/29/2024
2.1.122 86 1/29/2024
2.1.121 88 1/29/2024
2.1.120 83 1/28/2024
2.1.119 88 1/28/2024
2.1.118 88 1/28/2024
2.1.117 92 1/28/2024
2.1.116 87 1/28/2024
2.1.115 87 1/28/2024
2.1.114 82 1/27/2024
2.1.113 85 1/27/2024
2.1.112 85 1/27/2024
2.1.111 85 1/27/2024
2.1.110 81 1/27/2024
2.1.109 86 1/27/2024
2.1.108 86 1/27/2024
2.1.107 85 1/26/2024
2.1.106 86 1/26/2024
2.1.105 94 1/26/2024
2.1.104 89 1/26/2024
2.1.103 83 1/26/2024
2.1.102 82 1/26/2024
2.1.101 86 1/26/2024
2.1.100 87 1/25/2024
2.1.99 87 1/25/2024
2.1.98 90 1/25/2024
2.1.97 85 1/25/2024
2.1.96 83 1/25/2024
2.1.95 100 1/19/2024
2.1.94 84 1/19/2024
2.1.93 89 1/19/2024
2.1.92 116 1/16/2024
2.1.91 96 1/16/2024
2.1.90 92 1/16/2024
2.1.89 87 1/15/2024
2.1.88 92 1/15/2024
2.1.87 99 1/15/2024
2.1.86 92 1/15/2024
2.1.85 81 1/15/2024
2.1.84 86 1/15/2024
2.1.83 95 1/15/2024
2.1.82 99 1/14/2024
2.1.81 104 1/14/2024
2.1.80 101 1/14/2024
2.1.79 103 1/13/2024
2.1.78 94 1/13/2024
2.1.77 91 1/13/2024
2.1.76 88 1/13/2024
2.1.75 103 1/12/2024
2.1.74 94 1/12/2024
2.1.73 93 1/12/2024
2.1.72 96 1/11/2024
2.1.71 88 1/11/2024
2.1.70 112 1/11/2024
2.1.69 93 1/11/2024
2.1.68 120 1/9/2024
2.1.67 113 1/9/2024
2.1.66 108 1/8/2024
2.1.65 101 1/8/2024
2.1.64 110 1/8/2024
2.1.63 108 1/7/2024
2.1.62 115 1/6/2024
2.1.61 110 1/5/2024
2.1.60 110 1/5/2024
2.1.59 103 1/5/2024
2.1.58 132 1/1/2024
2.1.57 130 12/28/2023
2.1.56 111 12/28/2023
2.1.55 104 12/28/2023
2.1.54 105 12/28/2023
2.1.53 116 12/27/2023
2.1.52 111 12/27/2023
2.1.51 98 12/27/2023
2.1.50 92 12/25/2023
2.1.49 108 12/25/2023
2.1.48 91 12/25/2023
2.1.47 103 12/25/2023
2.1.46 102 12/25/2023
2.1.45 116 12/24/2023
2.1.44 103 12/23/2023
2.1.43 99 12/23/2023
2.1.42 95 12/23/2023
2.1.41 93 12/23/2023
2.1.40 90 12/23/2023
2.1.39 98 12/19/2023
2.1.38 94 12/19/2023
2.1.37 128 12/10/2023
2.1.36 110 12/10/2023
2.1.35 100 12/9/2023
2.1.34 94 12/9/2023
2.1.33 106 12/9/2023
2.1.32 94 12/9/2023
2.1.31 123 12/6/2023
2.1.30 133 12/5/2023
2.1.29 112 12/4/2023
2.1.28 115 12/4/2023
2.1.27 111 12/4/2023
2.1.26 146 11/23/2023
2.1.25 100 11/23/2023
2.1.24 87 11/23/2023
2.1.23 101 11/23/2023
2.1.22 97 11/20/2023
2.1.21 85 11/20/2023
2.1.20 87 11/19/2023
2.1.19 106 11/19/2023
2.1.18 100 11/19/2023
2.1.17 102 11/19/2023
2.1.16 104 11/18/2023
2.1.15 97 11/18/2023
2.1.14 96 11/18/2023
2.1.13 90 11/18/2023
2.1.12 99 11/17/2023
2.1.11 102 11/17/2023
2.1.10 82 11/17/2023
2.1.9 100 11/17/2023
2.1.8 101 11/17/2023
2.1.7 98 11/17/2023
2.1.6 83 11/17/2023
2.1.5 91 11/17/2023
2.1.4 100 11/16/2023
2.0.84 89 11/15/2023
2.0.83 92 11/15/2023
2.0.82 90 11/15/2023
2.0.3 93 11/16/2023
2.0.2 176 11/16/2023
2.0.1 80 11/16/2023
1.0.81 83 11/14/2023
1.0.80 99 11/13/2023
1.0.79 113 11/10/2023
1.0.78 80 11/9/2023
1.0.77 78 11/9/2023
1.0.76 91 11/7/2023
1.0.75 101 11/6/2023
1.0.74 113 11/3/2023
1.0.73 102 11/2/2023
1.0.72 112 11/1/2023
1.0.71 130 10/26/2023
1.0.70 121 10/25/2023
1.0.69 151 10/19/2023
1.0.68 117 10/18/2023
1.0.67 119 10/17/2023
1.0.66 123 10/16/2023
1.0.65 116 10/13/2023
1.0.64 138 10/12/2023
1.0.63 120 10/11/2023
1.0.62 170 9/20/2023
1.0.61 116 9/19/2023
1.0.60 123 9/18/2023
1.0.59 108 9/18/2023
1.0.58 112 9/14/2023
1.0.57 110 9/13/2023
1.0.56 188 8/31/2023
1.0.55 131 8/30/2023
1.0.54 115 8/30/2023
1.0.53 131 8/28/2023
1.0.52 121 8/25/2023
1.0.51 117 8/24/2023
1.0.50 144 8/21/2023
1.0.49 105 8/18/2023
1.0.48 123 8/17/2023
1.0.47 128 8/17/2023
1.0.46 170 8/10/2023
1.0.45 145 8/9/2023
1.0.44 121 8/9/2023
1.0.43 136 8/8/2023
1.0.42 123 8/7/2023
1.0.41 111 8/7/2023
1.0.40 218 7/13/2023
1.0.39 144 7/12/2023
1.0.38 148 7/11/2023
1.0.37 128 7/10/2023
1.0.36 130 7/7/2023
1.0.35 300 5/24/2023
1.0.34 115 5/23/2023
1.0.33 117 5/23/2023
1.0.32 195 4/28/2023
1.0.31 136 4/28/2023
1.0.30 200 4/12/2023
1.0.29 149 4/12/2023
1.0.28 153 4/11/2023
1.0.27 170 4/3/2023
1.0.26 202 3/23/2023
1.0.25 192 3/23/2023
1.0.24 191 3/23/2023
1.0.23 126 6/9/2023
1.0.22 419 1/19/2023
1.0.21 291 1/14/2023
1.0.20 280 1/6/2023
1.0.19 266 1/3/2023
1.0.18 261 1/3/2023
1.0.17 260 1/3/2023
1.0.16 270 1/3/2023
1.0.0 276 1/3/2023