Soenneker.Blazor.Clarity 1.0.46

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 1.0.46                
NuGet\Install-Package Soenneker.Blazor.Clarity -Version 1.0.46                
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="1.0.46" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Blazor.Clarity --version 1.0.46                
#r "nuget: Soenneker.Blazor.Clarity, 1.0.46"                
#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=1.0.46

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

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

Install-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 net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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.855 0 10/1/2024
2.1.854 0 10/1/2024
2.1.853 0 10/1/2024
2.1.852 0 10/1/2024
2.1.851 0 10/1/2024
2.1.850 9 10/1/2024
2.1.849 28 10/1/2024
2.1.848 27 10/1/2024
2.1.847 29 10/1/2024
2.1.846 38 9/29/2024
2.1.845 34 9/29/2024
2.1.844 38 9/29/2024
2.1.843 37 9/29/2024
2.1.842 34 9/29/2024
2.1.841 36 9/29/2024
2.1.840 31 9/29/2024
2.1.839 36 9/29/2024
2.1.838 30 9/29/2024
2.1.837 37 9/29/2024
2.1.836 51 9/27/2024
2.1.835 28 9/27/2024
2.1.834 36 9/27/2024
2.1.833 36 9/27/2024
2.1.832 35 9/27/2024
2.1.831 34 9/27/2024
2.1.830 29 9/27/2024
2.1.829 34 9/27/2024
2.1.828 37 9/27/2024
2.1.827 33 9/27/2024
2.1.826 29 9/27/2024
2.1.825 36 9/27/2024
2.1.824 35 9/27/2024
2.1.823 29 9/27/2024
2.1.822 34 9/27/2024
2.1.821 30 9/27/2024
2.1.820 38 9/27/2024
2.1.819 37 9/27/2024
2.1.818 34 9/27/2024
2.1.817 48 9/26/2024
2.1.816 37 9/26/2024
2.1.815 40 9/26/2024
2.1.814 38 9/26/2024
2.1.813 38 9/26/2024
2.1.812 37 9/26/2024
2.1.811 40 9/26/2024
2.1.810 30 9/26/2024
2.1.809 38 9/26/2024
2.1.808 35 9/26/2024
2.1.807 36 9/26/2024
2.1.806 34 9/26/2024
2.1.804 35 9/26/2024
2.1.803 37 9/26/2024
2.1.802 34 9/26/2024
2.1.801 33 9/26/2024
2.1.800 87 9/24/2024
2.1.799 69 9/23/2024
2.1.798 60 9/23/2024
2.1.797 59 9/23/2024
2.1.796 60 9/23/2024
2.1.795 66 9/23/2024
2.1.794 66 9/23/2024
2.1.793 77 9/23/2024
2.1.792 71 9/23/2024
2.1.791 62 9/23/2024
2.1.790 74 9/23/2024
2.1.789 69 9/23/2024
2.1.788 66 9/23/2024
2.1.787 72 9/23/2024
2.1.786 69 9/23/2024
2.1.785 78 9/23/2024
2.1.784 65 9/23/2024
2.1.783 71 9/23/2024
2.1.782 63 9/23/2024
2.1.781 65 9/23/2024
2.1.780 67 9/22/2024
2.1.779 82 9/19/2024
2.1.778 75 9/18/2024
2.1.777 64 9/18/2024
2.1.776 60 9/18/2024
2.1.775 90 9/18/2024
2.1.774 65 9/18/2024
2.1.773 71 9/18/2024
2.1.772 66 9/18/2024
2.1.771 68 9/18/2024
2.1.770 69 9/18/2024
2.1.769 65 9/18/2024
2.1.768 69 9/17/2024
2.1.767 62 9/17/2024
2.1.766 71 9/17/2024
2.1.765 70 9/17/2024
2.1.764 67 9/17/2024
2.1.763 66 9/17/2024
2.1.762 71 9/17/2024
2.1.761 78 9/17/2024
2.1.760 68 9/17/2024
2.1.759 63 9/17/2024
2.1.758 61 9/17/2024
2.1.757 65 9/17/2024
2.1.756 64 9/17/2024
2.1.755 63 9/17/2024
2.1.754 62 9/17/2024
2.1.752 85 9/16/2024
2.1.751 75 9/16/2024
2.1.750 74 9/16/2024
2.1.749 62 9/16/2024
2.1.748 65 9/16/2024
2.1.747 71 9/16/2024
2.1.746 257 9/12/2024
2.1.745 83 9/12/2024
2.1.744 79 9/12/2024
2.1.743 71 9/12/2024
2.1.742 90 9/12/2024
2.1.741 73 9/12/2024
2.1.740 84 9/12/2024
2.1.739 83 9/12/2024
2.1.738 71 9/12/2024
2.1.737 85 9/12/2024
2.1.736 86 9/11/2024
2.1.735 97 9/11/2024
2.1.734 86 9/11/2024
2.1.733 93 9/11/2024
2.1.732 90 9/11/2024
2.1.731 95 9/11/2024
2.1.730 92 9/11/2024
2.1.729 89 9/11/2024
2.1.728 89 9/11/2024
2.1.727 95 9/11/2024
2.1.726 90 9/11/2024
2.1.725 87 9/11/2024
2.1.724 79 9/11/2024
2.1.723 109 9/11/2024
2.1.722 88 9/10/2024
2.1.721 99 9/10/2024
2.1.720 80 9/10/2024
2.1.719 88 9/10/2024
2.1.718 86 9/10/2024
2.1.717 90 9/10/2024
2.1.716 80 9/10/2024
2.1.715 92 9/10/2024
2.1.714 80 9/10/2024
2.1.713 82 9/10/2024
2.1.711 91 9/10/2024
2.1.710 94 9/10/2024
2.1.709 81 9/9/2024
2.1.708 87 9/9/2024
2.1.707 81 9/9/2024
2.1.706 89 9/9/2024
2.1.705 80 9/9/2024
2.1.704 78 9/9/2024
2.1.702 92 9/9/2024
2.1.701 92 9/9/2024
2.1.700 95 9/9/2024
2.1.699 90 9/9/2024
2.1.698 93 9/9/2024
2.1.697 92 9/9/2024
2.1.696 113 9/7/2024
2.1.695 98 9/7/2024
2.1.694 90 9/7/2024
2.1.693 88 9/7/2024
2.1.692 93 9/7/2024
2.1.691 82 9/7/2024
2.1.690 104 9/6/2024
2.1.689 90 9/6/2024
2.1.688 88 9/6/2024
2.1.687 99 9/6/2024
2.1.686 99 9/6/2024
2.1.685 90 9/6/2024
2.1.684 91 9/6/2024
2.1.683 91 9/6/2024
2.1.682 111 9/5/2024
2.1.681 87 9/5/2024
2.1.680 95 9/5/2024
2.1.679 93 9/5/2024
2.1.678 86 9/5/2024
2.1.677 94 9/5/2024
2.1.676 92 9/5/2024
2.1.675 91 9/5/2024
2.1.674 90 9/5/2024
2.1.673 102 9/5/2024
2.1.672 80 9/5/2024
2.1.671 94 9/5/2024
2.1.670 89 9/4/2024
2.1.669 93 9/4/2024
2.1.668 86 9/4/2024
2.1.667 114 9/4/2024
2.1.666 83 9/4/2024
2.1.665 77 9/4/2024
2.1.664 82 9/4/2024
2.1.663 77 9/3/2024
2.1.662 86 9/3/2024
2.1.661 84 9/3/2024
2.1.660 79 9/3/2024
2.1.659 89 9/3/2024
2.1.658 86 9/3/2024
2.1.657 95 9/3/2024
2.1.656 75 9/3/2024
2.1.655 94 9/3/2024
2.1.654 385 8/29/2024
2.1.653 91 8/29/2024
2.1.652 90 8/29/2024
2.1.651 91 8/29/2024
2.1.650 85 8/29/2024
2.1.649 256 8/26/2024
2.1.648 87 8/26/2024
2.1.647 93 8/26/2024
2.1.646 86 8/26/2024
2.1.645 105 8/26/2024
2.1.644 91 8/26/2024
2.1.643 92 8/26/2024
2.1.642 167 8/21/2024
2.1.641 111 8/21/2024
2.1.640 104 8/21/2024
2.1.639 104 8/21/2024
2.1.638 95 8/21/2024
2.1.637 88 8/21/2024
2.1.636 110 8/21/2024
2.1.635 102 8/21/2024
2.1.634 104 8/21/2024
2.1.633 103 8/20/2024
2.1.632 113 8/20/2024
2.1.631 114 8/20/2024
2.1.630 107 8/20/2024
2.1.629 104 8/20/2024
2.1.628 100 8/20/2024
2.1.627 103 8/20/2024
2.1.626 108 8/20/2024
2.1.625 111 8/20/2024
2.1.624 107 8/20/2024
2.1.623 108 8/20/2024
2.1.622 99 8/20/2024
2.1.621 105 8/19/2024
2.1.620 180 8/15/2024
2.1.619 106 8/15/2024
2.1.618 112 8/15/2024
2.1.617 99 8/15/2024
2.1.616 100 8/15/2024
2.1.615 118 8/15/2024
2.1.614 116 8/15/2024
2.1.613 109 8/15/2024
2.1.612 101 8/15/2024
2.1.611 108 8/15/2024
2.1.610 108 8/14/2024
2.1.609 104 8/14/2024
2.1.608 101 8/14/2024
2.1.607 93 8/14/2024
2.1.606 98 8/14/2024
2.1.605 104 8/13/2024
2.1.604 91 8/13/2024
2.1.603 107 8/13/2024
2.1.602 100 8/13/2024
2.1.601 110 8/7/2024
2.1.600 93 8/7/2024
2.1.599 79 8/7/2024
2.1.598 83 8/7/2024
2.1.597 84 8/7/2024
2.1.596 80 8/7/2024
2.1.595 72 8/7/2024
2.1.594 78 8/6/2024
2.1.593 71 8/6/2024
2.1.592 65 8/6/2024
2.1.591 141 8/1/2024
2.1.590 86 8/1/2024
2.1.589 78 8/1/2024
2.1.588 85 8/1/2024
2.1.587 79 8/1/2024
2.1.586 82 8/1/2024
2.1.585 80 8/1/2024
2.1.584 80 8/1/2024
2.1.583 78 8/1/2024
2.1.582 80 8/1/2024
2.1.581 112 7/25/2024
2.1.580 71 7/25/2024
2.1.579 75 7/25/2024
2.1.578 74 7/25/2024
2.1.577 72 7/25/2024
2.1.576 68 7/25/2024
2.1.575 106 7/25/2024
2.1.574 79 7/25/2024
2.1.573 80 7/25/2024
2.1.572 87 7/25/2024
2.1.571 74 7/25/2024
2.1.570 76 7/25/2024
2.1.569 76 7/25/2024
2.1.568 83 7/24/2024
2.1.567 71 7/24/2024
2.1.566 75 7/24/2024
2.1.565 236 7/20/2024
2.1.564 96 7/20/2024
2.1.563 102 7/20/2024
2.1.562 95 7/20/2024
2.1.561 98 7/20/2024
2.1.560 93 7/20/2024
2.1.559 151 7/17/2024
2.1.558 68 7/17/2024
2.1.557 79 7/17/2024
2.1.556 66 7/17/2024
2.1.555 92 7/14/2024
2.1.554 81 7/14/2024
2.1.553 73 7/14/2024
2.1.552 79 7/14/2024
2.1.551 78 7/14/2024
2.1.550 77 7/14/2024
2.1.549 79 7/14/2024
2.1.548 73 7/14/2024
2.1.547 75 7/14/2024
2.1.546 73 7/14/2024
2.1.545 97 7/11/2024
2.1.544 75 7/10/2024
2.1.543 81 7/10/2024
2.1.542 83 7/10/2024
2.1.541 81 7/10/2024
2.1.540 83 7/10/2024
2.1.539 103 7/10/2024
2.1.538 85 7/10/2024
2.1.537 86 7/10/2024
2.1.536 89 7/10/2024
2.1.535 85 7/10/2024
2.1.534 96 7/10/2024
2.1.533 84 7/10/2024
2.1.532 84 7/10/2024
2.1.531 80 7/10/2024
2.1.530 92 7/10/2024
2.1.529 84 7/10/2024
2.1.528 93 7/10/2024
2.1.527 87 7/10/2024
2.1.526 94 7/10/2024
2.1.525 92 7/10/2024
2.1.523 88 7/10/2024
2.1.522 101 7/10/2024
2.1.521 96 7/10/2024
2.1.520 93 7/9/2024
2.1.518 87 7/9/2024
2.1.517 94 7/9/2024
2.1.516 768 7/9/2024
2.1.515 85 7/9/2024
2.1.514 77 7/9/2024
2.1.513 90 7/9/2024
2.1.512 86 7/9/2024
2.1.511 93 7/9/2024
2.1.510 88 7/9/2024
2.1.509 100 7/9/2024
2.1.508 93 7/9/2024
2.1.507 96 7/9/2024
2.1.506 99 7/8/2024
2.1.505 101 7/8/2024
2.1.504 100 7/8/2024
2.1.503 102 7/8/2024
2.1.502 82 7/8/2024
2.1.501 91 7/8/2024
2.1.500 96 7/8/2024
2.1.499 102 7/8/2024
2.1.498 93 7/8/2024
2.1.497 95 7/8/2024
2.1.496 106 7/7/2024
2.1.495 118 7/7/2024
2.1.494 105 7/7/2024
2.1.493 86 7/7/2024
2.1.492 103 7/7/2024
2.1.491 89 7/7/2024
2.1.490 107 7/7/2024
2.1.489 122 7/5/2024
2.1.488 129 7/4/2024
2.1.487 103 7/4/2024
2.1.486 107 7/4/2024
2.1.485 113 7/3/2024
2.1.484 104 7/3/2024
2.1.483 95 7/3/2024
2.1.482 100 7/3/2024
2.1.481 99 7/3/2024
2.1.480 104 7/3/2024
2.1.479 110 7/3/2024
2.1.478 95 7/3/2024
2.1.477 108 7/3/2024
2.1.476 105 7/3/2024
2.1.475 102 7/3/2024
2.1.474 103 7/3/2024
2.1.473 98 7/3/2024
2.1.472 99 7/3/2024
2.1.471 111 7/3/2024
2.1.470 112 7/3/2024
2.1.469 96 7/3/2024
2.1.468 87 7/3/2024
2.1.467 109 7/3/2024
2.1.466 128 7/1/2024
2.1.465 90 6/30/2024
2.1.464 101 6/30/2024
2.1.463 103 6/30/2024
2.1.462 116 6/28/2024
2.1.461 91 6/28/2024
2.1.460 99 6/28/2024
2.1.459 103 6/28/2024
2.1.458 108 6/27/2024
2.1.457 143 6/27/2024
2.1.456 103 6/27/2024
2.1.455 95 6/27/2024
2.1.454 113 6/24/2024
2.1.453 95 6/24/2024
2.1.452 94 6/24/2024
2.1.451 130 6/22/2024
2.1.450 113 6/22/2024
2.1.449 105 6/22/2024
2.1.448 226 6/16/2024
2.1.447 109 6/15/2024
2.1.446 105 6/15/2024
2.1.445 91 6/15/2024
2.1.444 147 6/15/2024
2.1.443 103 6/15/2024
2.1.442 108 6/15/2024
2.1.441 107 6/15/2024
2.1.440 104 6/15/2024
2.1.439 99 6/14/2024
2.1.438 291 6/4/2024
2.1.437 103 6/4/2024
2.1.436 173 6/2/2024
2.1.435 100 6/1/2024
2.1.434 99 6/1/2024
2.1.433 108 6/1/2024
2.1.432 101 6/1/2024
2.1.431 117 6/1/2024
2.1.430 100 6/1/2024
2.1.429 108 6/1/2024
2.1.428 111 5/31/2024
2.1.427 116 5/31/2024
2.1.426 104 5/31/2024
2.1.425 105 5/31/2024
2.1.424 177 5/29/2024
2.1.423 116 5/29/2024
2.1.422 100 5/29/2024
2.1.421 106 5/29/2024
2.1.420 101 5/28/2024
2.1.419 115 5/28/2024
2.1.418 103 5/28/2024
2.1.417 100 5/28/2024
2.1.416 103 5/28/2024
2.1.415 95 5/27/2024
2.1.414 118 5/27/2024
2.1.413 106 5/27/2024
2.1.412 105 5/27/2024
2.1.411 97 5/26/2024
2.1.410 106 5/26/2024
2.1.409 116 5/26/2024
2.1.408 112 5/26/2024
2.1.407 102 5/26/2024
2.1.406 112 5/26/2024
2.1.405 105 5/25/2024
2.1.404 98 5/25/2024
2.1.403 111 5/25/2024
2.1.402 104 5/25/2024
2.1.401 108 5/25/2024
2.1.400 102 5/25/2024
2.1.399 149 5/23/2024
2.1.398 119 5/23/2024
2.1.397 102 5/23/2024
2.1.396 115 5/23/2024
2.1.395 112 5/23/2024
2.1.394 113 5/23/2024
2.1.393 103 5/22/2024
2.1.392 107 5/22/2024
2.1.391 120 5/22/2024
2.1.390 99 5/22/2024
2.1.389 155 5/18/2024
2.1.388 128 5/18/2024
2.1.387 108 5/18/2024
2.1.386 116 5/17/2024
2.1.385 114 5/17/2024
2.1.384 106 5/17/2024
2.1.383 104 5/16/2024
2.1.382 111 5/16/2024
2.1.381 105 5/15/2024
2.1.380 102 5/15/2024
2.1.379 91 5/15/2024
2.1.378 98 5/14/2024
2.1.377 101 5/13/2024
2.1.376 88 5/13/2024
2.1.375 86 5/13/2024
2.1.374 234 4/30/2024
2.1.373 112 4/30/2024
2.1.372 99 4/30/2024
2.1.371 104 4/30/2024
2.1.370 114 4/29/2024
2.1.369 98 4/29/2024
2.1.368 98 4/29/2024
2.1.367 101 4/29/2024
2.1.366 96 4/28/2024
2.1.365 112 4/28/2024
2.1.364 101 4/28/2024
2.1.363 104 4/28/2024
2.1.362 102 4/28/2024
2.1.361 98 4/28/2024
2.1.360 96 4/28/2024
2.1.359 101 4/28/2024
2.1.358 98 4/27/2024
2.1.357 94 4/27/2024
2.1.356 164 4/20/2024
2.1.355 104 4/20/2024
2.1.354 100 4/20/2024
2.1.353 103 4/19/2024
2.1.352 104 4/19/2024
2.1.351 98 4/19/2024
2.1.350 99 4/19/2024
2.1.349 97 4/18/2024
2.1.348 148 4/13/2024
2.1.347 131 4/13/2024
2.1.346 101 4/13/2024
2.1.345 94 4/12/2024
2.1.344 92 4/12/2024
2.1.343 87 4/12/2024
2.1.342 107 4/12/2024
2.1.341 97 4/12/2024
2.1.340 92 4/12/2024
2.1.339 90 4/12/2024
2.1.338 95 4/12/2024
2.1.337 92 4/12/2024
2.1.336 105 4/10/2024
2.1.335 97 4/10/2024
2.1.334 89 4/10/2024
2.1.333 93 4/10/2024
2.1.332 93 4/10/2024
2.1.331 102 4/9/2024
2.1.330 300 4/3/2024
2.1.329 93 4/2/2024
2.1.328 177 4/2/2024
2.1.327 80 4/2/2024
2.1.326 76 4/2/2024
2.1.325 91 4/1/2024
2.1.324 132 3/30/2024
2.1.323 98 3/29/2024
2.1.322 103 3/29/2024
2.1.321 151 3/25/2024
2.1.320 99 3/25/2024
2.1.319 99 3/25/2024
2.1.318 130 3/25/2024
2.1.317 167 3/21/2024
2.1.316 107 3/21/2024
2.1.315 109 3/20/2024
2.1.314 135 3/20/2024
2.1.313 105 3/19/2024
2.1.312 95 3/19/2024
2.1.311 110 3/19/2024
2.1.310 98 3/19/2024
2.1.309 120 3/19/2024
2.1.308 117 3/19/2024
2.1.307 113 3/19/2024
2.1.306 100 3/18/2024
2.1.305 159 3/16/2024
2.1.304 117 3/16/2024
2.1.303 114 3/16/2024
2.1.302 112 3/16/2024
2.1.301 113 3/15/2024
2.1.300 132 3/13/2024
2.1.299 112 3/13/2024
2.1.298 110 3/13/2024
2.1.297 145 3/13/2024
2.1.296 114 3/13/2024
2.1.295 116 3/13/2024
2.1.294 117 3/13/2024
2.1.293 115 3/13/2024
2.1.292 110 3/13/2024
2.1.291 94 3/12/2024
2.1.290 113 3/12/2024
2.1.289 116 3/12/2024
2.1.288 111 3/12/2024
2.1.287 115 3/12/2024
2.1.286 110 3/11/2024
2.1.285 137 3/11/2024
2.1.284 124 3/11/2024
2.1.283 112 3/11/2024
2.1.282 110 3/11/2024
2.1.281 131 3/10/2024
2.1.280 118 3/10/2024
2.1.279 113 3/10/2024
2.1.278 109 3/10/2024
2.1.277 135 3/9/2024
2.1.276 119 3/8/2024
2.1.275 222 3/8/2024
2.1.274 116 3/8/2024
2.1.273 114 3/8/2024
2.1.272 124 3/8/2024
2.1.271 102 3/8/2024
2.1.270 128 3/6/2024
2.1.269 119 3/6/2024
2.1.268 120 3/6/2024
2.1.267 171 3/4/2024
2.1.266 109 3/4/2024
2.1.265 109 3/4/2024
2.1.264 105 3/4/2024
2.1.263 124 3/3/2024
2.1.262 109 3/3/2024
2.1.261 106 3/3/2024
2.1.260 105 3/3/2024
2.1.259 113 3/2/2024
2.1.258 104 3/2/2024
2.1.257 110 3/2/2024
2.1.256 110 3/2/2024
2.1.255 104 3/2/2024
2.1.254 109 3/2/2024
2.1.253 105 3/2/2024
2.1.252 107 2/29/2024
2.1.251 94 2/29/2024
2.1.250 94 2/29/2024
2.1.249 96 2/29/2024
2.1.248 98 2/29/2024
2.1.247 96 2/29/2024
2.1.246 101 2/29/2024
2.1.245 163 2/27/2024
2.1.244 110 2/26/2024
2.1.243 89 2/26/2024
2.1.242 145 2/25/2024
2.1.241 77 2/25/2024
2.1.240 75 2/25/2024
2.1.239 87 2/25/2024
2.1.238 92 2/25/2024
2.1.237 113 2/24/2024
2.1.236 91 2/24/2024
2.1.235 81 2/24/2024
2.1.234 118 2/22/2024
2.1.233 102 2/22/2024
2.1.232 97 2/22/2024
2.1.231 81 2/22/2024
2.1.230 108 2/22/2024
2.1.229 93 2/22/2024
2.1.228 98 2/21/2024
2.1.227 130 2/21/2024
2.1.226 103 2/21/2024
2.1.225 124 2/21/2024
2.1.224 101 2/21/2024
2.1.223 91 2/21/2024
2.1.222 110 2/21/2024
2.1.221 112 2/21/2024
2.1.220 113 2/20/2024
2.1.219 107 2/20/2024
2.1.218 111 2/20/2024
2.1.217 97 2/20/2024
2.1.216 93 2/20/2024
2.1.215 106 2/20/2024
2.1.214 91 2/20/2024
2.1.213 98 2/20/2024
2.1.212 89 2/19/2024
2.1.211 105 2/19/2024
2.1.210 101 2/19/2024
2.1.209 107 2/19/2024
2.1.208 108 2/19/2024
2.1.207 120 2/17/2024
2.1.206 109 2/17/2024
2.1.205 110 2/17/2024
2.1.204 109 2/17/2024
2.1.203 104 2/17/2024
2.1.202 105 2/16/2024
2.1.201 108 2/16/2024
2.1.200 112 2/16/2024
2.1.199 111 2/16/2024
2.1.198 114 2/16/2024
2.1.197 111 2/16/2024
2.1.196 104 2/16/2024
2.1.195 106 2/16/2024
2.1.194 315 2/14/2024
2.1.193 101 2/14/2024
2.1.192 109 2/14/2024
2.1.191 114 2/14/2024
2.1.190 120 2/13/2024
2.1.189 101 2/13/2024
2.1.188 102 2/13/2024
2.1.187 108 2/13/2024
2.1.186 100 2/13/2024
2.1.185 96 2/13/2024
2.1.184 110 2/13/2024
2.1.183 116 2/13/2024
2.1.182 135 2/12/2024
2.1.181 102 2/12/2024
2.1.180 113 2/12/2024
2.1.179 111 2/12/2024
2.1.178 120 2/11/2024
2.1.177 104 2/11/2024
2.1.176 113 2/11/2024
2.1.175 102 2/11/2024
2.1.174 110 2/11/2024
2.1.173 104 2/11/2024
2.1.172 111 2/10/2024
2.1.171 106 2/10/2024
2.1.170 99 2/10/2024
2.1.169 102 2/10/2024
2.1.168 110 2/10/2024
2.1.167 94 2/9/2024
2.1.166 113 2/9/2024
2.1.165 103 2/9/2024
2.1.164 107 2/9/2024
2.1.163 103 2/9/2024
2.1.162 109 2/9/2024
2.1.161 106 2/9/2024
2.1.160 111 2/9/2024
2.1.159 109 2/8/2024
2.1.158 106 2/8/2024
2.1.157 110 2/8/2024
2.1.156 111 2/8/2024
2.1.155 112 2/8/2024
2.1.154 90 2/7/2024
2.1.153 101 2/7/2024
2.1.152 99 2/7/2024
2.1.151 100 2/7/2024
2.1.150 106 2/7/2024
2.1.149 101 2/7/2024
2.1.148 102 2/7/2024
2.1.147 100 2/6/2024
2.1.146 113 2/6/2024
2.1.145 102 2/6/2024
2.1.144 109 2/5/2024
2.1.143 99 2/5/2024
2.1.142 107 2/5/2024
2.1.141 102 2/4/2024
2.1.140 113 2/4/2024
2.1.139 103 2/4/2024
2.1.138 101 2/3/2024
2.1.137 103 2/3/2024
2.1.136 105 2/3/2024
2.1.135 98 1/31/2024
2.1.134 171 1/31/2024
2.1.133 101 1/31/2024
2.1.132 96 1/31/2024
2.1.131 104 1/31/2024
2.1.130 100 1/30/2024
2.1.129 99 1/30/2024
2.1.128 100 1/30/2024
2.1.127 110 1/30/2024
2.1.126 105 1/29/2024
2.1.125 122 1/29/2024
2.1.124 99 1/29/2024
2.1.123 98 1/29/2024
2.1.122 99 1/29/2024
2.1.121 101 1/29/2024
2.1.120 93 1/28/2024
2.1.119 102 1/28/2024
2.1.118 102 1/28/2024
2.1.117 107 1/28/2024
2.1.116 99 1/28/2024
2.1.115 104 1/28/2024
2.1.114 96 1/27/2024
2.1.113 96 1/27/2024
2.1.112 99 1/27/2024
2.1.111 97 1/27/2024
2.1.110 95 1/27/2024
2.1.109 99 1/27/2024
2.1.108 103 1/27/2024
2.1.107 95 1/26/2024
2.1.106 99 1/26/2024
2.1.105 109 1/26/2024
2.1.104 89 1/26/2024
2.1.103 96 1/26/2024
2.1.102 94 1/26/2024
2.1.101 100 1/26/2024
2.1.100 99 1/25/2024
2.1.99 87 1/25/2024
2.1.98 105 1/25/2024
2.1.97 96 1/25/2024
2.1.96 83 1/25/2024
2.1.95 114 1/19/2024
2.1.94 84 1/19/2024
2.1.93 101 1/19/2024
2.1.92 130 1/16/2024
2.1.91 112 1/16/2024
2.1.90 105 1/16/2024
2.1.89 101 1/15/2024
2.1.88 104 1/15/2024
2.1.87 111 1/15/2024
2.1.86 105 1/15/2024
2.1.85 94 1/15/2024
2.1.84 101 1/15/2024
2.1.83 106 1/15/2024
2.1.82 112 1/14/2024
2.1.81 119 1/14/2024
2.1.80 116 1/14/2024
2.1.79 118 1/13/2024
2.1.78 111 1/13/2024
2.1.77 108 1/13/2024
2.1.76 105 1/13/2024
2.1.75 114 1/12/2024
2.1.74 109 1/12/2024
2.1.73 106 1/12/2024
2.1.72 112 1/11/2024
2.1.71 102 1/11/2024
2.1.70 126 1/11/2024
2.1.69 107 1/11/2024
2.1.68 132 1/9/2024
2.1.67 128 1/9/2024
2.1.66 124 1/8/2024
2.1.65 115 1/8/2024
2.1.64 123 1/8/2024
2.1.63 120 1/7/2024
2.1.62 127 1/6/2024
2.1.61 125 1/5/2024
2.1.60 126 1/5/2024
2.1.59 115 1/5/2024
2.1.58 145 1/1/2024
2.1.57 142 12/28/2023
2.1.56 124 12/28/2023
2.1.55 118 12/28/2023
2.1.54 131 12/28/2023
2.1.53 133 12/27/2023
2.1.52 126 12/27/2023
2.1.51 108 12/27/2023
2.1.50 105 12/25/2023
2.1.49 126 12/25/2023
2.1.48 123 12/25/2023
2.1.47 126 12/25/2023
2.1.46 115 12/25/2023
2.1.45 132 12/24/2023
2.1.44 116 12/23/2023
2.1.43 113 12/23/2023
2.1.42 107 12/23/2023
2.1.41 106 12/23/2023
2.1.40 102 12/23/2023
2.1.39 113 12/19/2023
2.1.38 106 12/19/2023
2.1.37 141 12/10/2023
2.1.36 123 12/10/2023
2.1.35 114 12/9/2023
2.1.34 109 12/9/2023
2.1.33 119 12/9/2023
2.1.32 108 12/9/2023
2.1.31 137 12/6/2023
2.1.30 145 12/5/2023
2.1.29 127 12/4/2023
2.1.28 129 12/4/2023
2.1.27 125 12/4/2023
2.1.26 161 11/23/2023
2.1.25 101 11/23/2023
2.1.24 118 11/23/2023
2.1.23 118 11/23/2023
2.1.22 112 11/20/2023
2.1.21 100 11/20/2023
2.1.20 113 11/19/2023
2.1.19 117 11/19/2023
2.1.18 114 11/19/2023
2.1.17 114 11/19/2023
2.1.16 120 11/18/2023
2.1.15 98 11/18/2023
2.1.14 108 11/18/2023
2.1.13 104 11/18/2023
2.1.12 111 11/17/2023
2.1.11 103 11/17/2023
2.1.10 110 11/17/2023
2.1.9 115 11/17/2023
2.1.8 117 11/17/2023
2.1.7 113 11/17/2023
2.1.6 111 11/17/2023
2.1.5 122 11/17/2023
2.1.4 112 11/16/2023
2.0.84 115 11/15/2023
2.0.83 106 11/15/2023
2.0.82 104 11/15/2023
2.0.3 109 11/16/2023
2.0.2 190 11/16/2023
2.0.1 109 11/16/2023
1.0.81 114 11/14/2023
1.0.80 100 11/13/2023
1.0.79 127 11/10/2023
1.0.78 110 11/9/2023
1.0.77 92 11/9/2023
1.0.76 105 11/7/2023
1.0.75 118 11/6/2023
1.0.74 129 11/3/2023
1.0.73 120 11/2/2023
1.0.72 126 11/1/2023
1.0.71 145 10/26/2023
1.0.70 135 10/25/2023
1.0.69 165 10/19/2023
1.0.68 132 10/18/2023
1.0.67 137 10/17/2023
1.0.66 139 10/16/2023
1.0.65 129 10/13/2023
1.0.64 152 10/12/2023
1.0.63 143 10/11/2023
1.0.62 183 9/20/2023
1.0.61 129 9/19/2023
1.0.60 134 9/18/2023
1.0.59 121 9/18/2023
1.0.58 127 9/14/2023
1.0.57 123 9/13/2023
1.0.56 203 8/31/2023
1.0.55 148 8/30/2023
1.0.54 127 8/30/2023
1.0.53 146 8/28/2023
1.0.52 139 8/25/2023
1.0.51 120 8/24/2023
1.0.50 158 8/21/2023
1.0.49 123 8/18/2023
1.0.48 136 8/17/2023
1.0.47 145 8/17/2023
1.0.46 172 8/10/2023
1.0.45 146 8/9/2023
1.0.44 137 8/9/2023
1.0.43 148 8/8/2023
1.0.42 135 8/7/2023
1.0.41 125 8/7/2023
1.0.40 219 7/13/2023
1.0.39 159 7/12/2023
1.0.38 165 7/11/2023
1.0.37 143 7/10/2023
1.0.36 144 7/7/2023
1.0.35 313 5/24/2023
1.0.34 130 5/23/2023
1.0.33 132 5/23/2023
1.0.32 208 4/28/2023
1.0.31 150 4/28/2023
1.0.30 215 4/12/2023
1.0.29 161 4/12/2023
1.0.28 167 4/11/2023
1.0.27 171 4/3/2023
1.0.26 220 3/23/2023
1.0.25 205 3/23/2023
1.0.24 206 3/23/2023
1.0.23 140 6/9/2023
1.0.22 434 1/19/2023
1.0.21 309 1/14/2023
1.0.20 293 1/6/2023
1.0.19 281 1/3/2023
1.0.18 276 1/3/2023
1.0.17 275 1/3/2023
1.0.16 284 1/3/2023
1.0.0 292 1/3/2023