Soenneker.Blazor.Utils.Navigation 2.1.231

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Blazor.Utils.Navigation --version 2.1.231
                    
NuGet\Install-Package Soenneker.Blazor.Utils.Navigation -Version 2.1.231
                    
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.Utils.Navigation" Version="2.1.231" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Blazor.Utils.Navigation" Version="2.1.231" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Blazor.Utils.Navigation" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.Blazor.Utils.Navigation --version 2.1.231
                    
#r "nuget: Soenneker.Blazor.Utils.Navigation, 2.1.231"
                    
#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.
#addin nuget:?package=Soenneker.Blazor.Utils.Navigation&version=2.1.231
                    
Install Soenneker.Blazor.Utils.Navigation as a Cake Addin
#tool nuget:?package=Soenneker.Blazor.Utils.Navigation&version=2.1.231
                    
Install Soenneker.Blazor.Utils.Navigation as a Cake Tool

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.Utils.Navigation

Can work side-by-side existing Blazor NavigationManager usage, and still work with navigate back

Installation

dotnet add package Soenneker.Blazor.Navigation

Usage

  1. Register INavigationUtil within Program.cs or wherever your registering your services:
public static async Task Main(string[] args)
{
    ...
    builder.Services.AddNavigationUtil();
}
  1. Warm it up so it can begin recording navigation history. Call after the WebAssemblyHost has been built:
public static async Task Main(string[] args)
{
    ...
    WebAssemblyHost host = builder.Build();

    host.Services.WarmupNavigation();
}
  1. Inject INavigationUtil within pages/components where you need to access navigation methods:
@using Soenneker.Blazor.Navigation.Abstract
@inject INavigationUtil NavigationUtil
NavigationUtil.NavigateBack();
// within the SPA client
NavigationUtil.NavigateTo("/users");

// forcing a page load
NavigationUtil.NavigateTo("/users", true);
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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Soenneker.Blazor.Utils.Navigation:

Package Downloads
Soenneker.Blazor.Utils.Session

A Blazor utility for automatic navigation after JWT expiration

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.965 0 5/14/2025
3.0.964 0 5/13/2025
3.0.963 0 5/13/2025
3.0.962 176 5/8/2025
3.0.961 115 5/8/2025
3.0.960 208 5/8/2025
3.0.959 117 5/7/2025
3.0.958 434 5/5/2025
3.0.957 124 5/5/2025
3.0.956 215 5/5/2025
3.0.955 329 5/5/2025
3.0.954 126 5/5/2025
3.0.953 641 4/27/2025
3.0.952 201 4/26/2025
3.0.951 172 4/19/2025
3.0.950 459 4/8/2025
3.0.949 153 4/8/2025
3.0.948 280 4/8/2025
3.0.947 146 4/8/2025
3.0.946 138 4/8/2025
3.0.945 141 4/8/2025
3.0.944 137 4/8/2025
3.0.943 142 4/8/2025
3.0.942 138 4/8/2025
3.0.941 139 4/8/2025
3.0.940 132 4/8/2025
3.0.939 131 4/8/2025
3.0.938 140 4/8/2025
3.0.937 143 4/8/2025
3.0.936 139 4/8/2025
3.0.935 143 4/8/2025
3.0.934 145 4/8/2025
3.0.933 140 4/7/2025
3.0.932 137 4/7/2025
3.0.931 143 4/7/2025
3.0.930 143 4/7/2025
3.0.929 836 4/7/2025
3.0.928 142 4/7/2025
3.0.927 155 4/7/2025
3.0.926 143 4/7/2025
3.0.925 399 4/7/2025
3.0.924 141 4/7/2025
3.0.923 288 4/7/2025
3.0.922 161 4/7/2025
3.0.921 159 4/7/2025
3.0.920 136 4/7/2025
3.0.919 172 4/7/2025
3.0.918 173 4/7/2025
3.0.917 145 4/7/2025
3.0.916 176 4/6/2025
3.0.915 139 4/6/2025
3.0.914 184 4/6/2025
3.0.913 147 4/6/2025
3.0.912 142 4/6/2025
3.0.911 142 4/6/2025
3.0.910 136 4/6/2025
3.0.909 118 4/6/2025
3.0.908 100 4/6/2025
3.0.907 96 4/6/2025
3.0.906 140 4/6/2025
3.0.905 97 4/6/2025
3.0.904 154 4/6/2025
3.0.903 96 4/6/2025
3.0.902 108 4/5/2025
3.0.901 89 4/5/2025
3.0.900 70 4/5/2025
3.0.899 80 4/5/2025
3.0.898 73 4/5/2025
3.0.897 75 4/5/2025
3.0.896 79 4/5/2025
3.0.895 78 4/5/2025
3.0.894 75 4/5/2025
3.0.893 83 4/5/2025
3.0.892 77 4/5/2025
3.0.891 70 4/5/2025
3.0.890 81 4/5/2025
3.0.889 71 4/4/2025
3.0.888 83 4/4/2025
3.0.887 1,572 4/4/2025
3.0.886 248 4/4/2025
3.0.885 140 4/4/2025
3.0.884 332 4/1/2025
3.0.883 146 4/1/2025
3.0.882 159 4/1/2025
3.0.881 532 4/1/2025
3.0.880 156 4/1/2025
3.0.879 163 3/31/2025
3.0.878 276 3/31/2025
3.0.877 145 3/31/2025
3.0.876 400 3/29/2025
3.0.875 86 3/29/2025
3.0.874 872 3/25/2025
3.0.873 556 3/25/2025
3.0.872 487 3/25/2025
3.0.871 465 3/25/2025
3.0.870 494 3/25/2025
3.0.869 292 3/21/2025
3.0.868 89 3/21/2025
3.0.867 240 3/21/2025
3.0.866 113 3/21/2025
3.0.865 394 3/18/2025
3.0.864 150 3/18/2025
3.0.863 165 3/18/2025
3.0.862 140 3/18/2025
3.0.861 141 3/18/2025
3.0.860 323 3/18/2025
3.0.859 155 3/15/2025
3.0.858 157 3/15/2025
3.0.857 62 3/15/2025
3.0.856 206 3/15/2025
3.0.855 63 3/15/2025
3.0.854 277 3/12/2025
3.0.853 162 3/12/2025
3.0.852 183 3/12/2025
3.0.851 154 3/12/2025
3.0.850 370 3/12/2025
3.0.849 144 3/12/2025
3.0.848 154 3/12/2025
3.0.847 355 3/11/2025
3.0.846 157 3/11/2025
3.0.845 177 3/11/2025
3.0.844 153 3/11/2025
3.0.843 154 3/11/2025
3.0.842 155 3/11/2025
3.0.841 162 3/11/2025
3.0.840 282 3/11/2025
3.0.839 151 3/11/2025
3.0.838 158 3/11/2025
3.0.837 151 3/11/2025
3.0.836 301 3/11/2025
3.0.835 472 3/7/2025
3.0.834 233 3/7/2025
3.0.833 206 3/7/2025
3.0.832 413 3/7/2025
3.0.831 192 3/7/2025
3.0.830 344 3/2/2025
3.0.829 109 3/2/2025
3.0.828 194 3/2/2025
3.0.827 89 3/2/2025
3.0.826 213 3/2/2025
3.0.825 104 3/2/2025
3.0.824 92 3/2/2025
3.0.823 86 3/2/2025
3.0.822 122 3/2/2025
3.0.821 89 3/2/2025
3.0.820 294 3/1/2025
3.0.819 88 3/1/2025
3.0.818 88 3/1/2025
3.0.817 252 3/1/2025
3.0.816 91 3/1/2025
3.0.815 118 3/1/2025
3.0.814 126 3/1/2025
3.0.813 88 3/1/2025
3.0.812 123 3/1/2025
3.0.811 495 2/26/2025
3.0.810 107 2/26/2025
3.0.809 192 2/25/2025
3.0.808 91 2/25/2025
3.0.807 184 2/25/2025
3.0.806 99 2/25/2025
3.0.805 111 2/25/2025
3.0.804 102 2/25/2025
3.0.803 129 2/25/2025
3.0.802 269 2/25/2025
3.0.801 91 2/25/2025
3.0.800 113 2/25/2025
3.0.799 414 2/23/2025
3.0.798 94 2/23/2025
3.0.797 94 2/23/2025
3.0.796 87 2/23/2025
3.0.795 94 2/22/2025
3.0.794 87 2/22/2025
3.0.793 301 2/22/2025
3.0.792 180 2/22/2025
3.0.791 278 2/22/2025
3.0.790 196 2/22/2025
3.0.789 111 2/22/2025
3.0.788 92 2/22/2025
3.0.787 229 2/22/2025
3.0.786 91 2/22/2025
3.0.785 110 2/22/2025
3.0.784 88 2/22/2025
3.0.783 93 2/22/2025
3.0.782 259 2/21/2025
3.0.781 101 2/21/2025
3.0.780 87 2/21/2025
3.0.779 244 2/21/2025
3.0.778 132 2/21/2025
3.0.777 95 2/21/2025
3.0.776 518 2/19/2025
3.0.775 114 2/19/2025
3.0.774 118 2/19/2025
3.0.773 101 2/19/2025
3.0.772 110 2/19/2025
3.0.771 117 2/19/2025
3.0.770 98 2/19/2025
3.0.769 113 2/19/2025
3.0.768 92 2/19/2025
3.0.767 438 2/18/2025
3.0.766 91 2/18/2025
3.0.765 203 2/18/2025
3.0.764 102 2/18/2025
3.0.763 251 2/18/2025
3.0.762 296 2/14/2025
3.0.761 215 2/14/2025
3.0.760 95 2/14/2025
3.0.759 135 2/14/2025
3.0.758 101 2/14/2025
3.0.757 91 2/14/2025
3.0.756 601 2/12/2025
3.0.755 103 2/12/2025
3.0.754 148 2/12/2025
3.0.753 98 2/12/2025
3.0.752 106 2/12/2025
3.0.751 99 2/12/2025
3.0.750 105 2/12/2025
3.0.749 130 2/12/2025
3.0.748 98 2/12/2025
3.0.747 306 2/12/2025
3.0.746 96 2/12/2025
3.0.745 123 2/12/2025
3.0.744 96 2/12/2025
3.0.743 93 2/12/2025
3.0.742 236 2/12/2025
3.0.740 524 2/11/2025
3.0.739 98 2/11/2025
3.0.738 106 2/11/2025
3.0.737 258 2/11/2025
3.0.736 118 2/11/2025
3.0.735 92 2/11/2025
3.0.734 146 2/10/2025
3.0.733 105 2/10/2025
3.0.732 127 2/10/2025
3.0.731 98 2/10/2025
3.0.730 111 2/10/2025
3.0.729 100 2/10/2025
3.0.728 367 2/10/2025
3.0.727 92 2/10/2025
3.0.726 250 2/9/2025
3.0.725 177 2/9/2025
3.0.724 101 2/9/2025
3.0.723 94 2/9/2025
3.0.722 88 2/9/2025
3.0.721 331 2/8/2025
3.0.720 96 2/8/2025
3.0.719 104 2/7/2025
3.0.718 336 2/7/2025
3.0.717 96 2/7/2025
3.0.716 97 2/7/2025
3.0.715 94 2/7/2025
3.0.714 125 2/7/2025
3.0.713 532 2/7/2025
3.0.712 96 2/6/2025
3.0.711 409 2/5/2025
3.0.710 105 2/5/2025
3.0.709 254 2/5/2025
3.0.708 97 2/5/2025
3.0.707 105 2/5/2025
3.0.706 110 2/5/2025
3.0.705 92 2/5/2025
3.0.704 114 2/5/2025
3.0.703 92 2/5/2025
3.0.702 288 2/5/2025
3.0.701 98 2/5/2025
3.0.700 150 2/5/2025
3.0.699 194 2/5/2025
3.0.698 434 1/28/2025
3.0.697 114 1/28/2025
3.0.696 122 1/28/2025
3.0.695 101 1/28/2025
3.0.694 138 1/28/2025
3.0.693 82 1/28/2025
3.0.692 102 1/28/2025
3.0.691 97 1/28/2025
3.0.690 109 1/28/2025
3.0.689 97 1/28/2025
3.0.688 298 1/28/2025
3.0.687 110 1/27/2025
3.0.686 96 1/27/2025
3.0.685 85 1/27/2025
3.0.684 86 1/27/2025
3.0.683 92 1/27/2025
3.0.682 81 1/27/2025
3.0.681 82 1/27/2025
3.0.680 503 1/26/2025
3.0.679 88 1/26/2025
3.0.678 93 1/26/2025
3.0.677 90 1/26/2025
3.0.676 90 1/26/2025
3.0.675 93 1/26/2025
3.0.674 91 1/26/2025
3.0.673 88 1/26/2025
3.0.672 90 1/26/2025
3.0.671 88 1/26/2025
3.0.670 100 1/25/2025
3.0.669 422 1/25/2025
3.0.668 95 1/25/2025
3.0.667 102 1/25/2025
3.0.666 89 1/25/2025
3.0.665 83 1/25/2025
3.0.664 92 1/25/2025
3.0.663 89 1/25/2025
3.0.662 117 1/25/2025
3.0.661 106 1/25/2025
3.0.660 88 1/25/2025
3.0.659 358 1/25/2025
3.0.658 343 1/24/2025
3.0.657 93 1/24/2025
3.0.656 114 1/24/2025
3.0.655 79 1/24/2025
3.0.654 79 1/24/2025
3.0.653 84 1/24/2025
3.0.652 298 1/24/2025
3.0.651 84 1/24/2025
3.0.650 176 1/24/2025
3.0.649 87 1/24/2025
3.0.648 86 1/24/2025
3.0.647 85 1/24/2025
3.0.646 97 1/24/2025
3.0.645 192 1/23/2025
3.0.644 120 1/23/2025
3.0.643 272 1/22/2025
3.0.642 118 1/22/2025
3.0.641 95 1/22/2025
3.0.640 100 1/21/2025
3.0.639 121 1/21/2025
3.0.638 100 1/21/2025
3.0.637 90 1/21/2025
3.0.636 133 1/21/2025
3.0.635 343 1/21/2025
3.0.634 112 1/21/2025
3.0.633 301 1/21/2025
3.0.632 113 1/21/2025
3.0.631 86 1/21/2025
3.0.630 88 1/21/2025
3.0.629 109 1/21/2025
3.0.628 82 1/21/2025
3.0.627 87 1/21/2025
3.0.626 93 1/21/2025
3.0.625 95 1/20/2025
3.0.624 88 1/20/2025
3.0.623 86 1/20/2025
3.0.622 84 1/20/2025
3.0.621 82 1/20/2025
3.0.620 91 1/20/2025
3.0.619 86 1/20/2025
3.0.618 86 1/20/2025
3.0.617 83 1/20/2025
3.0.616 248 1/20/2025
3.0.615 86 1/20/2025
3.0.614 121 1/20/2025
3.0.613 85 1/20/2025
3.0.612 90 1/20/2025
3.0.611 86 1/20/2025
3.0.610 109 1/20/2025
3.0.609 95 1/20/2025
3.0.608 87 1/20/2025
3.0.607 90 1/20/2025
3.0.606 546 1/19/2025
3.0.605 100 1/19/2025
3.0.604 86 1/19/2025
3.0.603 88 1/19/2025
3.0.602 83 1/19/2025
3.0.601 84 1/19/2025
3.0.600 294 1/19/2025
3.0.599 188 1/19/2025
3.0.598 104 1/19/2025
3.0.597 85 1/18/2025
3.0.596 77 1/18/2025
3.0.595 176 1/18/2025
3.0.594 79 1/18/2025
3.0.593 109 1/18/2025
3.0.592 82 1/18/2025
3.0.591 77 1/18/2025
3.0.590 152 1/18/2025
3.0.589 75 1/18/2025
3.0.588 123 1/17/2025
3.0.587 81 1/17/2025
3.0.586 82 1/17/2025
3.0.585 81 1/17/2025
3.0.584 80 1/17/2025
3.0.583 101 1/17/2025
3.0.582 80 1/17/2025
3.0.581 83 1/17/2025
3.0.580 85 1/17/2025
3.0.579 106 1/17/2025
3.0.578 118 1/16/2025
3.0.577 80 1/16/2025
3.0.576 90 1/16/2025
3.0.575 342 1/16/2025
3.0.574 98 1/16/2025
3.0.573 87 1/16/2025
3.0.572 112 1/16/2025
3.0.571 76 1/16/2025
3.0.570 383 1/16/2025
3.0.569 214 1/15/2025
3.0.568 109 1/15/2025
3.0.567 78 1/15/2025
3.0.566 77 1/15/2025
3.0.565 97 1/15/2025
3.0.564 79 1/15/2025
3.0.563 272 1/15/2025
3.0.562 80 1/15/2025
3.0.561 79 1/15/2025
3.0.560 82 1/15/2025
3.0.559 156 1/15/2025
3.0.558 60 1/15/2025
3.0.557 247 1/15/2025
3.0.556 62 1/15/2025
3.0.555 89 1/14/2025
3.0.554 65 1/14/2025
3.0.553 63 1/14/2025
3.0.552 169 1/14/2025
3.0.551 72 1/14/2025
3.0.550 69 1/14/2025
3.0.549 67 1/14/2025
3.0.548 170 1/13/2025
3.0.547 129 1/13/2025
3.0.546 74 1/13/2025
3.0.545 100 1/13/2025
3.0.544 136 1/13/2025
3.0.543 78 1/13/2025
3.0.542 117 1/13/2025
3.0.541 142 1/13/2025
3.0.540 116 1/12/2025
3.0.539 184 1/11/2025
3.0.538 107 1/11/2025
3.0.537 82 1/11/2025
3.0.536 129 1/11/2025
3.0.535 126 1/11/2025
3.0.534 85 1/11/2025
3.0.533 209 1/11/2025
3.0.532 88 1/11/2025
3.0.531 90 1/10/2025
3.0.530 105 1/10/2025
3.0.529 76 1/10/2025
3.0.528 163 1/10/2025
3.0.527 84 1/10/2025
3.0.526 122 1/10/2025
3.0.525 493 1/3/2025
3.0.524 158 1/3/2025
3.0.523 200 1/3/2025
3.0.522 117 1/3/2025
3.0.521 131 1/3/2025
3.0.520 119 1/3/2025
3.0.519 99 1/3/2025
3.0.518 242 1/3/2025
3.0.517 103 1/3/2025
3.0.516 132 1/2/2025
3.0.515 109 1/2/2025
3.0.514 98 1/2/2025
3.0.513 232 1/2/2025
3.0.512 106 1/2/2025
3.0.511 106 1/2/2025
3.0.510 344 1/1/2025
3.0.509 118 1/1/2025
3.0.508 238 1/1/2025
3.0.507 98 1/1/2025
3.0.506 99 12/31/2024
3.0.505 138 12/31/2024
3.0.504 95 12/31/2024
3.0.503 138 12/31/2024
3.0.502 154 12/31/2024
3.0.501 150 12/31/2024
3.0.500 113 12/31/2024
3.0.499 623 12/31/2024
3.0.498 119 12/31/2024
3.0.497 124 12/31/2024
3.0.496 226 12/31/2024
3.0.495 88 12/31/2024
3.0.494 93 12/31/2024
3.0.493 202 12/31/2024
3.0.492 97 12/31/2024
3.0.491 93 12/31/2024
3.0.490 302 12/28/2024
3.0.489 208 12/28/2024
3.0.488 99 12/28/2024
3.0.487 161 12/28/2024
3.0.486 92 12/28/2024
3.0.485 95 12/28/2024
3.0.484 175 12/27/2024
3.0.483 96 12/27/2024
3.0.482 113 12/27/2024
3.0.481 365 12/24/2024
3.0.480 201 12/24/2024
3.0.479 107 12/24/2024
3.0.478 86 12/24/2024
3.0.477 176 12/24/2024
3.0.476 98 12/24/2024
3.0.475 125 12/24/2024
3.0.474 91 12/24/2024
3.0.473 86 12/24/2024
3.0.472 341 12/24/2024
3.0.471 89 12/24/2024
3.0.470 108 12/24/2024
3.0.469 116 12/24/2024
3.0.468 88 12/24/2024
3.0.467 95 12/24/2024
3.0.466 124 12/24/2024
3.0.465 96 12/24/2024
3.0.464 315 12/23/2024
3.0.463 83 12/23/2024
3.0.462 173 12/23/2024
3.0.461 89 12/23/2024
3.0.460 162 12/23/2024
3.0.459 94 12/23/2024
3.0.458 178 12/23/2024
3.0.457 94 12/23/2024
3.0.456 152 12/23/2024
3.0.455 92 12/23/2024
3.0.454 198 12/23/2024
3.0.453 92 12/23/2024
3.0.452 208 12/22/2024
3.0.451 89 12/22/2024
3.0.450 148 12/22/2024
3.0.449 93 12/22/2024
3.0.448 172 12/22/2024
3.0.447 90 12/22/2024
3.0.446 146 12/22/2024
3.0.445 87 12/22/2024
3.0.444 224 12/22/2024
3.0.443 212 12/22/2024
3.0.442 95 12/21/2024
3.0.441 198 12/21/2024
3.0.440 177 12/21/2024
3.0.439 171 12/21/2024
3.0.438 211 12/21/2024
3.0.437 97 12/21/2024
3.0.436 191 12/21/2024
3.0.435 154 12/20/2024
3.0.433 903 12/16/2024
3.0.432 384 12/9/2024
3.0.431 128 12/9/2024
3.0.430 305 12/9/2024
3.0.429 100 12/9/2024
3.0.428 455 12/6/2024
3.0.427 151 12/6/2024
3.0.426 240 12/6/2024
3.0.425 152 12/6/2024
3.0.424 193 12/6/2024
3.0.423 150 12/6/2024
3.0.422 137 12/6/2024
3.0.421 181 12/5/2024
3.0.420 562 12/5/2024
3.0.419 116 12/5/2024
3.0.418 126 12/5/2024
3.0.417 130 12/5/2024
3.0.416 332 12/4/2024
3.0.415 244 12/4/2024
3.0.414 220 12/4/2024
3.0.413 108 12/4/2024
3.0.412 113 12/4/2024
3.0.411 271 12/3/2024
3.0.410 166 12/3/2024
3.0.409 138 12/3/2024
3.0.408 114 12/3/2024
3.0.407 272 12/3/2024
3.0.406 89 12/3/2024
3.0.405 115 12/3/2024
3.0.404 387 12/2/2024
3.0.403 120 12/2/2024
3.0.402 202 12/2/2024
3.0.401 109 12/1/2024
3.0.400 95 12/1/2024
3.0.399 268 12/1/2024
3.0.398 492 11/29/2024
3.0.397 218 11/21/2024
3.0.396 514 11/20/2024
3.0.395 364 11/20/2024
3.0.394 175 11/19/2024
3.0.393 97 11/19/2024
3.0.392 197 11/19/2024
3.0.391 303 11/19/2024
3.0.390 122 11/19/2024
3.0.389 462 11/14/2024
3.0.388 280 11/14/2024
3.0.387 248 11/14/2024
3.0.386 134 11/14/2024
3.0.385 99 11/14/2024
3.0.384 316 11/14/2024
3.0.383 95 11/14/2024
3.0.382 109 11/14/2024
3.0.381 101 11/14/2024
2.1.380 194 11/13/2024
2.1.379 347 11/13/2024
2.1.378 131 11/13/2024
2.1.377 109 11/12/2024
2.1.376 100 11/12/2024
2.1.375 416 11/12/2024
2.1.374 543 11/9/2024
2.1.373 370 11/9/2024
2.1.372 98 11/8/2024
2.1.371 125 11/8/2024
2.1.370 121 11/8/2024
2.1.369 128 11/8/2024
2.1.368 373 11/8/2024
2.1.367 110 11/8/2024
2.1.366 889 10/31/2024
2.1.365 557 10/29/2024
2.1.364 268 10/29/2024
2.1.363 263 10/29/2024
2.1.362 513 10/26/2024
2.1.361 530 10/22/2024
2.1.360 241 10/22/2024
2.1.359 96 10/22/2024
2.1.358 586 10/17/2024
2.1.357 579 10/14/2024
2.1.356 532 10/11/2024
2.1.355 134 10/11/2024
2.1.354 310 10/11/2024
2.1.353 311 10/9/2024
2.1.352 199 10/8/2024
2.1.351 236 10/8/2024
2.1.350 98 10/8/2024
2.1.349 226 10/8/2024
2.1.348 343 10/3/2024
2.1.347 113 10/3/2024
2.1.346 156 10/3/2024
2.1.345 183 10/2/2024
2.1.344 154 10/2/2024
2.1.343 174 10/1/2024
2.1.342 151 10/1/2024
2.1.341 128 9/30/2024
2.1.340 156 9/29/2024
2.1.339 137 9/29/2024
2.1.338 164 9/27/2024
2.1.337 129 9/27/2024
2.1.336 125 9/27/2024
2.1.335 187 9/26/2024
2.1.334 167 9/26/2024
2.1.333 160 9/26/2024
2.1.332 154 9/23/2024
2.1.331 159 9/23/2024
2.1.330 158 9/23/2024
2.1.329 170 9/23/2024
2.1.328 173 9/23/2024
2.1.327 173 9/17/2024
2.1.326 136 9/17/2024
2.1.325 141 9/17/2024
2.1.324 155 9/17/2024
2.1.323 142 9/17/2024
2.1.322 176 9/17/2024
2.1.321 159 9/16/2024
2.1.320 202 9/12/2024
2.1.319 179 9/11/2024
2.1.318 200 9/11/2024
2.1.317 188 9/10/2024
2.1.316 106 9/10/2024
2.1.314 215 9/9/2024
2.1.313 173 9/9/2024
2.1.312 171 9/9/2024
2.1.311 178 9/9/2024
2.1.310 109 9/9/2024
2.1.309 173 9/9/2024
2.1.308 171 9/7/2024
2.1.307 166 9/6/2024
2.1.306 191 9/5/2024
2.1.305 159 9/5/2024
2.1.304 122 9/5/2024
2.1.303 180 9/5/2024
2.1.302 183 9/5/2024
2.1.301 145 9/4/2024
2.1.300 253 9/3/2024
2.1.299 157 9/3/2024
2.1.298 136 9/3/2024
2.1.297 106 9/3/2024
2.1.296 165 8/29/2024
2.1.295 198 8/26/2024
2.1.294 224 8/21/2024
2.1.293 168 8/21/2024
2.1.292 146 8/20/2024
2.1.291 178 8/20/2024
2.1.290 116 8/20/2024
2.1.289 206 8/20/2024
2.1.288 134 8/19/2024
2.1.287 222 8/15/2024
2.1.286 161 8/13/2024
2.1.285 164 8/13/2024
2.1.284 146 8/13/2024
2.1.283 133 8/6/2024
2.1.282 118 8/6/2024
2.1.281 190 8/1/2024
2.1.280 117 8/1/2024
2.1.279 121 8/1/2024
2.1.278 185 7/25/2024
2.1.277 128 7/25/2024
2.1.276 108 7/25/2024
2.1.275 96 7/24/2024
2.1.274 167 7/24/2024
2.1.273 184 7/20/2024
2.1.272 198 7/14/2024
2.1.271 107 7/14/2024
2.1.270 171 7/10/2024
2.1.269 171 7/10/2024
2.1.268 103 7/10/2024
2.1.267 137 7/10/2024
2.1.266 141 7/10/2024
2.1.265 95 7/10/2024
2.1.264 121 7/10/2024
2.1.263 122 7/9/2024
2.1.261 103 7/9/2024
2.1.260 88 7/9/2024
2.1.259 126 7/9/2024
2.1.258 119 7/9/2024
2.1.257 93 7/9/2024
2.1.256 119 7/9/2024
2.1.255 96 7/9/2024
2.1.254 124 7/9/2024
2.1.253 132 7/9/2024
2.1.252 145 7/9/2024
2.1.251 98 7/8/2024
2.1.250 135 7/8/2024
2.1.249 171 7/8/2024
2.1.248 105 7/7/2024
2.1.247 154 7/7/2024
2.1.246 118 7/7/2024
2.1.245 135 7/7/2024
2.1.244 199 7/3/2024
2.1.243 261 6/22/2024
2.1.242 221 6/15/2024
2.1.241 131 6/15/2024
2.1.240 192 6/14/2024
2.1.239 199 6/1/2024
2.1.238 147 6/1/2024
2.1.237 150 6/1/2024
2.1.236 113 6/1/2024
2.1.235 164 5/31/2024
2.1.234 209 5/29/2024
2.1.233 132 5/28/2024
2.1.232 104 5/28/2024
2.1.231 130 5/28/2024
2.1.230 181 5/27/2024
2.1.229 151 5/26/2024
2.1.228 152 5/26/2024
2.1.227 129 5/26/2024
2.1.226 202 5/25/2024
2.1.225 130 5/25/2024
2.1.224 108 5/25/2024
2.1.223 193 5/25/2024
2.1.222 122 5/25/2024
2.1.221 169 5/23/2024
2.1.220 163 5/23/2024
2.1.219 165 5/22/2024
2.1.218 114 5/22/2024
2.1.217 193 5/22/2024
2.1.216 106 5/22/2024
2.1.215 191 5/18/2024
2.1.214 151 5/17/2024
2.1.213 167 5/17/2024
2.1.212 152 5/16/2024
2.1.211 200 5/15/2024
2.1.210 129 5/15/2024
2.1.209 118 5/15/2024
2.1.208 156 5/14/2024
2.1.207 121 5/13/2024
2.1.206 200 4/30/2024
2.1.205 160 4/29/2024
2.1.204 197 4/28/2024
2.1.203 160 4/28/2024
2.1.202 183 4/28/2024
2.1.201 161 4/28/2024
2.1.200 125 4/28/2024
2.1.199 136 4/27/2024
2.1.198 170 4/27/2024
2.1.197 191 4/19/2024
2.1.196 171 4/18/2024
2.1.195 222 4/12/2024
2.1.194 145 4/12/2024
2.1.193 168 4/12/2024
2.1.192 201 4/12/2024
2.1.191 115 4/12/2024
2.1.190 174 4/12/2024
2.1.189 118 4/12/2024
2.1.188 171 4/10/2024
2.1.187 125 4/9/2024
2.1.186 118 4/9/2024
2.1.185 154 4/9/2024
2.1.184 203 4/2/2024
2.1.183 159 4/1/2024
2.1.182 159 4/1/2024
2.1.181 348 3/19/2024
2.1.180 141 3/19/2024
2.1.179 192 3/19/2024
2.1.178 217 3/15/2024
2.1.177 201 3/13/2024
2.1.176 181 3/13/2024
2.1.175 156 3/13/2024
2.1.174 197 3/13/2024
2.1.173 114 3/13/2024
2.1.172 184 3/12/2024
2.1.171 165 3/12/2024
2.1.170 180 3/12/2024
2.1.169 127 3/12/2024
2.1.168 201 3/11/2024
2.1.167 185 3/11/2024
2.1.166 186 3/10/2024
2.1.165 160 3/8/2024
2.1.164 122 3/8/2024
2.1.163 199 3/8/2024
2.1.162 215 3/6/2024
2.1.161 194 3/4/2024
2.1.160 186 3/4/2024
2.1.159 215 3/3/2024
2.1.158 183 3/2/2024
2.1.157 126 3/2/2024
2.1.156 195 3/2/2024
2.1.155 129 3/2/2024
2.1.154 195 2/29/2024
2.1.153 136 2/29/2024
2.1.152 133 2/29/2024
2.1.151 253 2/26/2024
2.1.150 161 2/25/2024
2.1.149 184 2/25/2024
2.1.148 181 2/23/2024
2.1.147 203 2/22/2024
2.1.146 185 2/22/2024
2.1.145 175 2/21/2024
2.1.144 207 2/21/2024
2.1.143 203 2/21/2024
2.1.142 130 2/21/2024
2.1.141 183 2/21/2024
2.1.140 186 2/20/2024
2.1.139 186 2/20/2024
2.1.138 153 2/20/2024
2.1.137 186 2/20/2024
2.1.136 172 2/19/2024
2.1.135 174 2/19/2024
2.1.134 208 2/17/2024
2.1.133 177 2/16/2024
2.1.132 176 2/16/2024
2.1.131 200 2/16/2024
2.1.130 176 2/16/2024
2.1.129 126 2/16/2024
2.1.128 129 2/16/2024
2.1.127 276 2/13/2024
2.1.126 173 2/13/2024
2.1.125 132 2/13/2024
2.1.124 156 2/13/2024
2.1.123 123 2/13/2024
2.1.122 178 2/13/2024
2.1.121 119 2/13/2024
2.1.120 249 2/12/2024
2.1.119 121 2/11/2024
2.1.118 158 2/11/2024
2.1.117 201 2/11/2024
2.1.116 172 2/10/2024
2.1.115 167 2/9/2024
2.1.114 211 2/9/2024
2.1.113 139 2/9/2024
2.1.112 212 2/8/2024
2.1.111 147 2/8/2024
2.1.110 192 2/8/2024
2.1.109 186 2/7/2024
2.1.108 152 2/7/2024
2.1.107 220 2/7/2024
2.1.106 118 2/7/2024
2.1.105 177 2/6/2024
2.1.104 177 2/6/2024
2.1.103 127 2/6/2024
2.1.102 155 2/5/2024
2.1.101 177 2/4/2024
2.1.100 165 2/2/2024
2.1.99 268 1/31/2024
2.1.98 167 1/29/2024
2.1.97 160 1/29/2024
2.1.96 123 1/29/2024
2.1.95 156 1/29/2024
2.1.94 144 1/28/2024
2.1.93 154 1/28/2024
2.1.92 118 1/28/2024
2.1.91 154 1/28/2024
2.1.90 152 1/28/2024
2.1.89 142 1/27/2024
2.1.88 143 1/27/2024
2.1.87 122 1/27/2024
2.1.86 164 1/27/2024
2.1.85 146 1/27/2024
2.1.84 119 1/27/2024
2.1.83 123 1/26/2024
2.1.82 111 1/26/2024
2.1.81 239 1/26/2024
2.1.80 154 1/26/2024
2.1.79 147 1/26/2024
2.1.78 125 1/26/2024
2.1.77 169 1/25/2024
2.1.76 155 1/25/2024
2.1.75 157 1/25/2024
2.1.74 119 1/25/2024
2.1.73 189 1/19/2024
2.1.72 178 1/15/2024
2.1.71 175 1/15/2024
2.1.70 161 1/15/2024
2.1.69 199 1/15/2024
2.1.68 148 1/15/2024
2.1.67 197 1/14/2024
2.1.66 154 1/13/2024
2.1.65 175 1/12/2024
2.1.64 232 1/11/2024
2.1.63 150 1/9/2024
2.1.62 149 1/9/2024
2.1.61 190 1/7/2024
2.1.60 180 1/5/2024
2.1.59 125 1/5/2024
2.1.58 190 1/5/2024
2.1.57 289 1/1/2024
2.1.56 247 12/28/2023
2.1.55 186 12/28/2023
2.1.54 142 12/28/2023
2.1.53 186 12/28/2023
2.1.52 146 12/27/2023
2.1.51 134 12/27/2023
2.1.50 134 12/27/2023
2.1.49 268 12/25/2023
2.1.48 153 12/25/2023
2.1.47 136 12/25/2023
2.1.46 223 12/25/2023
2.1.45 169 12/25/2023
2.1.44 137 12/25/2023
2.1.43 230 12/24/2023
2.1.42 216 12/23/2023
2.1.41 185 12/23/2023
2.1.40 171 12/23/2023
2.1.39 137 12/23/2023
2.1.38 214 12/19/2023
2.1.37 201 12/19/2023
2.1.36 263 12/10/2023
2.1.35 210 12/10/2023
2.1.34 218 12/9/2023
2.1.33 179 12/9/2023
2.1.32 211 12/9/2023
2.1.31 198 12/6/2023
2.1.30 208 12/5/2023
2.1.29 194 12/4/2023
2.1.28 149 12/4/2023
2.1.27 197 12/4/2023
2.1.26 264 11/23/2023
2.1.25 169 11/23/2023
2.1.24 158 11/23/2023
2.1.23 169 11/23/2023
2.1.22 129 11/23/2023
2.1.21 202 11/20/2023
2.1.20 177 11/20/2023
2.1.19 185 11/19/2023
2.1.18 187 11/19/2023
2.1.17 196 11/19/2023
2.1.16 136 11/19/2023
2.1.15 186 11/18/2023
2.1.14 158 11/18/2023
2.1.13 198 11/18/2023
2.1.12 189 11/17/2023
2.1.11 178 11/17/2023
2.1.10 155 11/17/2023
2.1.9 165 11/17/2023
2.1.8 205 11/17/2023
2.1.7 163 11/17/2023
2.1.6 178 11/17/2023
2.1.5 149 11/17/2023
2.1.4 177 11/16/2023
2.0.91 197 11/15/2023
2.0.90 138 11/15/2023
2.0.89 137 11/15/2023
2.0.88 157 11/15/2023
2.0.3 137 11/16/2023
2.0.2 143 11/16/2023
2.0.1 145 11/16/2023
1.0.87 144 11/14/2023
1.0.86 214 11/13/2023
1.0.85 170 11/10/2023
1.0.84 221 11/9/2023
1.0.83 133 11/9/2023
1.0.82 229 11/7/2023
1.0.81 193 11/6/2023
1.0.80 194 11/3/2023
1.0.79 180 11/2/2023
1.0.78 228 11/1/2023
1.0.77 251 10/26/2023
1.0.76 218 10/24/2023
1.0.75 181 10/19/2023
1.0.74 210 10/18/2023
1.0.73 236 10/17/2023
1.0.72 211 10/16/2023
1.0.71 236 10/13/2023
1.0.70 190 10/12/2023
1.0.69 225 10/10/2023
1.0.68 218 9/20/2023
1.0.67 170 9/19/2023
1.0.66 196 9/18/2023
1.0.65 145 9/18/2023
1.0.64 271 9/14/2023
1.0.63 201 9/12/2023
1.0.62 254 8/31/2023
1.0.61 205 8/30/2023
1.0.60 224 8/29/2023
1.0.59 229 8/28/2023
1.0.58 205 8/25/2023
1.0.57 215 8/24/2023
1.0.56 229 8/21/2023
1.0.55 186 8/18/2023
1.0.54 207 8/17/2023
1.0.53 205 8/16/2023
1.0.52 265 8/10/2023
1.0.51 245 8/9/2023
1.0.50 263 8/8/2023
1.0.49 155 8/8/2023
1.0.48 233 8/7/2023
1.0.47 172 8/7/2023
1.0.46 373 7/13/2023
1.0.45 273 7/11/2023
1.0.44 171 7/11/2023
1.0.43 263 7/10/2023
1.0.42 187 7/7/2023
1.0.41 174 7/7/2023
1.0.40 301 6/30/2023
1.0.39 182 6/29/2023
1.0.38 287 6/28/2023
1.0.37 224 6/27/2023
1.0.36 338 6/26/2023
1.0.35 192 6/23/2023
1.0.34 170 6/23/2023
1.0.33 346 6/21/2023
1.0.32 235 6/15/2023
1.0.31 211 6/14/2023
1.0.30 271 6/13/2023
1.0.29 219 6/9/2023
1.0.28 251 6/8/2023
1.0.27 245 6/7/2023
1.0.26 316 6/6/2023
1.0.25 161 6/6/2023
1.0.24 217 6/5/2023
1.0.23 274 6/2/2023
1.0.22 161 6/2/2023
1.0.21 259 6/1/2023
1.0.20 221 5/31/2023
1.0.19 138 5/31/2023
1.0.18 216 5/31/2023
1.0.17 252 5/30/2023
1.0.16 194 5/29/2023
1.0.15 265 5/26/2023
1.0.14 247 5/25/2023
1.0.13 208 5/24/2023
1.0.12 281 5/24/2023
1.0.11 154 5/23/2023
1.0.10 276 5/23/2023
1.0.9 165 5/23/2023
1.0.8 159 5/22/2023
1.0.7 256 5/19/2023
1.0.6 206 5/17/2023
1.0.5 268 5/16/2023
1.0.4 192 5/15/2023
1.0.3 186 5/12/2023
1.0.2 320 4/28/2023
1.0.1 193 4/28/2023