Soenneker.Blazor.Utils.Navigation 3.0.873

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 3.0.873
                    
NuGet\Install-Package Soenneker.Blazor.Utils.Navigation -Version 3.0.873
                    
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="3.0.873" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Blazor.Utils.Navigation" Version="3.0.873" />
                    
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 3.0.873
                    
#r "nuget: Soenneker.Blazor.Utils.Navigation, 3.0.873"
                    
#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.
#:package Soenneker.Blazor.Utils.Navigation@3.0.873
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Soenneker.Blazor.Utils.Navigation&version=3.0.873
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Blazor.Utils.Navigation&version=3.0.873
                    
Install 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 net9.0 is compatible.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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.1011 0 10/16/2025
3.0.1010 181 10/14/2025
3.0.1009 69 10/14/2025
3.0.1008 508 9/30/2025
3.0.1007 852 9/16/2025
3.0.1006 421 9/9/2025
3.0.1005 257 9/9/2025
3.0.1004 185 9/9/2025
3.0.1003 486 9/8/2025
3.0.1002 417 9/6/2025
3.0.1001 725 9/3/2025
3.0.1000 204 9/3/2025
3.0.999 454 9/3/2025
3.0.998 459 9/2/2025
3.0.997 471 8/17/2025
3.0.996 536 8/13/2025
3.0.995 363 8/11/2025
3.0.994 396 8/11/2025
3.0.993 176 8/11/2025
3.0.992 325 8/11/2025
3.0.991 611 8/11/2025
3.0.990 434 8/5/2025
3.0.989 229 8/5/2025
3.0.988 236 8/5/2025
3.0.987 502 7/29/2025
3.0.986 852 7/8/2025
3.0.985 173 7/8/2025
3.0.984 168 7/8/2025
3.0.983 684 6/28/2025
3.0.982 386 6/27/2025
3.0.981 172 6/27/2025
3.0.980 649 6/24/2025
3.0.979 241 6/23/2025
3.0.978 827 6/11/2025
3.0.977 540 6/10/2025
3.0.976 312 6/10/2025
3.0.975 387 6/10/2025
3.0.974 739 6/2/2025
3.0.973 463 5/27/2025
3.0.972 233 5/27/2025
3.0.971 424 5/27/2025
3.0.970 568 5/25/2025
3.0.969 438 5/23/2025
3.0.968 183 5/23/2025
3.0.967 399 5/23/2025
3.0.966 215 5/22/2025
3.0.965 1,005 5/14/2025
3.0.964 259 5/13/2025
3.0.963 437 5/13/2025
3.0.962 460 5/8/2025
3.0.961 201 5/8/2025
3.0.960 527 5/8/2025
3.0.959 201 5/7/2025
3.0.958 813 5/5/2025
3.0.957 183 5/5/2025
3.0.956 322 5/5/2025
3.0.955 488 5/5/2025
3.0.954 185 5/5/2025
3.0.953 971 4/27/2025
3.0.952 343 4/26/2025
3.0.951 252 4/19/2025
3.0.950 614 4/8/2025
3.0.949 215 4/8/2025
3.0.948 404 4/8/2025
3.0.947 216 4/8/2025
3.0.946 190 4/8/2025
3.0.945 217 4/8/2025
3.0.944 190 4/8/2025
3.0.943 199 4/8/2025
3.0.942 200 4/8/2025
3.0.941 192 4/8/2025
3.0.940 191 4/8/2025
3.0.939 182 4/8/2025
3.0.938 208 4/8/2025
3.0.937 193 4/8/2025
3.0.936 191 4/8/2025
3.0.935 201 4/8/2025
3.0.934 203 4/8/2025
3.0.933 208 4/7/2025
3.0.932 203 4/7/2025
3.0.931 197 4/7/2025
3.0.930 195 4/7/2025
3.0.929 1,328 4/7/2025
3.0.928 216 4/7/2025
3.0.927 242 4/7/2025
3.0.926 214 4/7/2025
3.0.925 597 4/7/2025
3.0.924 194 4/7/2025
3.0.923 438 4/7/2025
3.0.922 219 4/7/2025
3.0.921 222 4/7/2025
3.0.920 188 4/7/2025
3.0.919 257 4/7/2025
3.0.918 240 4/7/2025
3.0.917 196 4/7/2025
3.0.916 247 4/6/2025
3.0.915 197 4/6/2025
3.0.914 254 4/6/2025
3.0.913 199 4/6/2025
3.0.912 207 4/6/2025
3.0.911 209 4/6/2025
3.0.910 202 4/6/2025
3.0.909 189 4/6/2025
3.0.908 150 4/6/2025
3.0.907 152 4/6/2025
3.0.906 238 4/6/2025
3.0.905 146 4/6/2025
3.0.904 230 4/6/2025
3.0.903 147 4/6/2025
3.0.902 201 4/5/2025
3.0.901 163 4/5/2025
3.0.900 147 4/5/2025
3.0.899 130 4/5/2025
3.0.898 129 4/5/2025
3.0.897 152 4/5/2025
3.0.896 141 4/5/2025
3.0.895 130 4/5/2025
3.0.894 129 4/5/2025
3.0.893 134 4/5/2025
3.0.892 129 4/5/2025
3.0.891 120 4/5/2025
3.0.890 130 4/5/2025
3.0.889 125 4/4/2025
3.0.888 142 4/4/2025
3.0.887 2,432 4/4/2025
3.0.886 360 4/4/2025
3.0.885 201 4/4/2025
3.0.884 492 4/1/2025
3.0.883 224 4/1/2025
3.0.882 229 4/1/2025
3.0.881 795 4/1/2025
3.0.880 217 4/1/2025
3.0.879 225 3/31/2025
3.0.878 398 3/31/2025
3.0.877 209 3/31/2025
3.0.876 625 3/29/2025
3.0.875 142 3/29/2025
3.0.874 1,177 3/25/2025
3.0.873 671 3/25/2025
3.0.872 555 3/25/2025
3.0.871 537 3/25/2025
3.0.870 566 3/25/2025
3.0.869 453 3/21/2025
3.0.868 142 3/21/2025
3.0.867 381 3/21/2025
3.0.866 159 3/21/2025
3.0.865 593 3/18/2025
3.0.864 210 3/18/2025
3.0.863 246 3/18/2025
3.0.862 199 3/18/2025
3.0.861 188 3/18/2025
3.0.860 485 3/18/2025
3.0.859 246 3/15/2025
3.0.858 293 3/15/2025
3.0.857 132 3/15/2025
3.0.856 344 3/15/2025
3.0.855 116 3/15/2025
3.0.854 386 3/12/2025
3.0.853 219 3/12/2025
3.0.852 253 3/12/2025
3.0.851 217 3/12/2025
3.0.850 539 3/12/2025
3.0.849 191 3/12/2025
3.0.848 206 3/12/2025
3.0.847 504 3/11/2025
3.0.846 211 3/11/2025
3.0.845 237 3/11/2025
3.0.844 201 3/11/2025
3.0.843 201 3/11/2025
3.0.842 203 3/11/2025
3.0.841 213 3/11/2025
3.0.840 426 3/11/2025
3.0.839 199 3/11/2025
3.0.838 206 3/11/2025
3.0.837 200 3/11/2025
3.0.836 449 3/11/2025
3.0.835 661 3/7/2025
3.0.834 296 3/7/2025
3.0.833 256 3/7/2025
3.0.832 574 3/7/2025
3.0.831 240 3/7/2025
3.0.830 516 3/2/2025
3.0.829 165 3/2/2025
3.0.828 306 3/2/2025
3.0.827 136 3/2/2025
3.0.826 332 3/2/2025
3.0.825 173 3/2/2025
3.0.824 156 3/2/2025
3.0.823 159 3/2/2025
3.0.822 206 3/2/2025
3.0.821 138 3/2/2025
3.0.820 437 3/1/2025
3.0.819 152 3/1/2025
3.0.818 164 3/1/2025
3.0.817 386 3/1/2025
3.0.816 159 3/1/2025
3.0.815 175 3/1/2025
3.0.814 187 3/1/2025
3.0.813 138 3/1/2025
3.0.812 204 3/1/2025
3.0.811 730 2/26/2025
3.0.810 168 2/26/2025
3.0.809 334 2/25/2025
3.0.808 144 2/25/2025
3.0.807 280 2/25/2025
3.0.806 166 2/25/2025
3.0.805 166 2/25/2025
3.0.804 150 2/25/2025
3.0.803 197 2/25/2025
3.0.802 416 2/25/2025
3.0.801 145 2/25/2025
3.0.800 175 2/25/2025
3.0.799 678 2/23/2025
3.0.798 143 2/23/2025
3.0.797 146 2/23/2025
3.0.796 138 2/23/2025
3.0.795 141 2/22/2025
3.0.794 140 2/22/2025
3.0.793 499 2/22/2025
3.0.792 286 2/22/2025
3.0.791 427 2/22/2025
3.0.790 307 2/22/2025
3.0.789 191 2/22/2025
3.0.788 156 2/22/2025
3.0.787 358 2/22/2025
3.0.786 139 2/22/2025
3.0.785 170 2/22/2025
3.0.784 155 2/22/2025
3.0.783 157 2/22/2025
3.0.782 391 2/21/2025
3.0.781 170 2/21/2025
3.0.780 134 2/21/2025
3.0.779 381 2/21/2025
3.0.778 222 2/21/2025
3.0.777 160 2/21/2025
3.0.776 800 2/19/2025
3.0.775 167 2/19/2025
3.0.774 171 2/19/2025
3.0.773 150 2/19/2025
3.0.772 164 2/19/2025
3.0.771 169 2/19/2025
3.0.770 147 2/19/2025
3.0.769 171 2/19/2025
3.0.768 141 2/19/2025
3.0.767 674 2/18/2025
3.0.766 142 2/18/2025
3.0.765 301 2/18/2025
3.0.764 149 2/18/2025
3.0.763 380 2/18/2025
3.0.762 442 2/14/2025
3.0.761 344 2/14/2025
3.0.760 157 2/14/2025
3.0.759 201 2/14/2025
3.0.758 152 2/14/2025
3.0.757 164 2/14/2025
3.0.756 959 2/12/2025
3.0.755 176 2/12/2025
3.0.754 224 2/12/2025
3.0.753 148 2/12/2025
3.0.752 156 2/12/2025
3.0.751 146 2/12/2025
3.0.750 153 2/12/2025
3.0.749 207 2/12/2025
3.0.748 169 2/12/2025
3.0.747 485 2/12/2025
3.0.746 144 2/12/2025
3.0.745 188 2/12/2025
3.0.744 169 2/12/2025
3.0.743 142 2/12/2025
3.0.742 370 2/12/2025
3.0.740 809 2/11/2025
3.0.739 146 2/11/2025
3.0.738 173 2/11/2025
3.0.737 427 2/11/2025
3.0.736 178 2/11/2025
3.0.735 157 2/11/2025
3.0.734 247 2/10/2025
3.0.733 176 2/10/2025
3.0.732 185 2/10/2025
3.0.731 149 2/10/2025
3.0.730 170 2/10/2025
3.0.729 149 2/10/2025
3.0.728 563 2/10/2025
3.0.727 156 2/10/2025
3.0.726 365 2/9/2025
3.0.725 273 2/9/2025
3.0.724 149 2/9/2025
3.0.723 163 2/9/2025
3.0.722 136 2/9/2025
3.0.721 547 2/8/2025
3.0.720 170 2/8/2025
3.0.719 172 2/7/2025
3.0.718 541 2/7/2025
3.0.717 146 2/7/2025
3.0.716 149 2/7/2025
3.0.715 165 2/7/2025
3.0.714 183 2/7/2025
3.0.713 846 2/7/2025
3.0.712 149 2/6/2025
3.0.711 614 2/5/2025
3.0.710 158 2/5/2025
3.0.709 412 2/5/2025
3.0.708 144 2/5/2025
3.0.707 167 2/5/2025
3.0.706 171 2/5/2025
3.0.705 146 2/5/2025
3.0.704 170 2/5/2025
3.0.703 143 2/5/2025
3.0.702 453 2/5/2025
3.0.701 144 2/5/2025
3.0.700 237 2/5/2025
3.0.699 333 2/5/2025
3.0.698 662 1/28/2025
3.0.697 173 1/28/2025
3.0.696 196 1/28/2025
3.0.695 146 1/28/2025
3.0.694 230 1/28/2025
3.0.693 128 1/28/2025
3.0.692 165 1/28/2025
3.0.691 143 1/28/2025
3.0.690 170 1/28/2025
3.0.689 151 1/28/2025
3.0.688 496 1/28/2025
3.0.687 159 1/27/2025
3.0.686 144 1/27/2025
3.0.685 152 1/27/2025
3.0.684 132 1/27/2025
3.0.683 157 1/27/2025
3.0.682 151 1/27/2025
3.0.681 130 1/27/2025
3.0.680 786 1/26/2025
3.0.679 138 1/26/2025
3.0.678 146 1/26/2025
3.0.677 161 1/26/2025
3.0.676 137 1/26/2025
3.0.675 169 1/26/2025
3.0.674 162 1/26/2025
3.0.673 163 1/26/2025
3.0.672 141 1/26/2025
3.0.671 135 1/26/2025
3.0.670 148 1/25/2025
3.0.669 672 1/25/2025
3.0.668 145 1/25/2025
3.0.667 150 1/25/2025
3.0.666 160 1/25/2025
3.0.665 133 1/25/2025
3.0.664 139 1/25/2025
3.0.663 161 1/25/2025
3.0.662 190 1/25/2025
3.0.661 163 1/25/2025
3.0.660 136 1/25/2025
3.0.659 572 1/25/2025
3.0.658 548 1/24/2025
3.0.657 146 1/24/2025
3.0.656 200 1/24/2025
3.0.655 134 1/24/2025
3.0.654 126 1/24/2025
3.0.653 136 1/24/2025
3.0.652 487 1/24/2025
3.0.651 131 1/24/2025
3.0.650 278 1/24/2025
3.0.649 134 1/24/2025
3.0.648 137 1/24/2025
3.0.647 151 1/24/2025
3.0.646 145 1/24/2025
3.0.645 320 1/23/2025
3.0.644 189 1/23/2025
3.0.643 428 1/22/2025
3.0.642 175 1/22/2025
3.0.641 167 1/22/2025
3.0.640 150 1/21/2025
3.0.639 185 1/21/2025
3.0.638 147 1/21/2025
3.0.637 138 1/21/2025
3.0.636 224 1/21/2025
3.0.635 521 1/21/2025
3.0.634 181 1/21/2025
3.0.633 466 1/21/2025
3.0.632 170 1/21/2025
3.0.631 148 1/21/2025
3.0.630 134 1/21/2025
3.0.629 156 1/21/2025
3.0.628 129 1/21/2025
3.0.627 133 1/21/2025
3.0.626 141 1/21/2025
3.0.625 146 1/20/2025
3.0.624 164 1/20/2025
3.0.623 134 1/20/2025
3.0.622 148 1/20/2025
3.0.621 129 1/20/2025
3.0.620 141 1/20/2025
3.0.619 152 1/20/2025
3.0.618 155 1/20/2025
3.0.617 132 1/20/2025
3.0.616 417 1/20/2025
3.0.615 134 1/20/2025
3.0.614 195 1/20/2025
3.0.613 133 1/20/2025
3.0.612 137 1/20/2025
3.0.611 131 1/20/2025
3.0.610 170 1/20/2025
3.0.609 146 1/20/2025
3.0.608 140 1/20/2025
3.0.607 139 1/20/2025
3.0.606 891 1/19/2025
3.0.605 186 1/19/2025
3.0.604 137 1/19/2025
3.0.603 138 1/19/2025
3.0.602 143 1/19/2025
3.0.601 139 1/19/2025
3.0.600 504 1/19/2025
3.0.599 332 1/19/2025
3.0.598 173 1/19/2025
3.0.597 149 1/18/2025
3.0.596 126 1/18/2025
3.0.595 277 1/18/2025
3.0.594 129 1/18/2025
3.0.593 179 1/18/2025
3.0.592 130 1/18/2025
3.0.591 126 1/18/2025
3.0.590 261 1/18/2025
3.0.589 121 1/18/2025
3.0.588 197 1/17/2025
3.0.587 129 1/17/2025
3.0.586 133 1/17/2025
3.0.585 129 1/17/2025
3.0.584 127 1/17/2025
3.0.583 178 1/17/2025
3.0.582 127 1/17/2025
3.0.581 130 1/17/2025
3.0.580 148 1/17/2025
3.0.579 185 1/17/2025
3.0.578 219 1/16/2025
3.0.577 135 1/16/2025
3.0.576 140 1/16/2025
3.0.575 547 1/16/2025
3.0.574 167 1/16/2025
3.0.573 137 1/16/2025
3.0.572 196 1/16/2025
3.0.571 137 1/16/2025
3.0.570 652 1/16/2025
3.0.569 332 1/15/2025
3.0.568 167 1/15/2025
3.0.567 124 1/15/2025
3.0.566 129 1/15/2025
3.0.565 182 1/15/2025
3.0.564 141 1/15/2025
3.0.563 444 1/15/2025
3.0.562 131 1/15/2025
3.0.561 124 1/15/2025
3.0.560 147 1/15/2025
3.0.559 269 1/15/2025
3.0.558 106 1/15/2025
3.0.557 474 1/15/2025
3.0.556 110 1/15/2025
3.0.555 160 1/14/2025
3.0.554 114 1/14/2025
3.0.553 111 1/14/2025
3.0.552 355 1/14/2025
3.0.551 139 1/14/2025
3.0.550 116 1/14/2025
3.0.549 112 1/14/2025
3.0.548 345 1/13/2025
3.0.547 280 1/13/2025
3.0.546 121 1/13/2025
3.0.545 164 1/13/2025
3.0.544 240 1/13/2025
3.0.543 130 1/13/2025
3.0.542 217 1/13/2025
3.0.541 267 1/13/2025
3.0.540 191 1/12/2025
3.0.539 339 1/11/2025
3.0.538 170 1/11/2025
3.0.537 144 1/11/2025
3.0.536 202 1/11/2025
3.0.535 200 1/11/2025
3.0.534 148 1/11/2025
3.0.533 416 1/11/2025
3.0.532 148 1/11/2025
3.0.531 157 1/10/2025
3.0.530 157 1/10/2025
3.0.529 144 1/10/2025
3.0.528 293 1/10/2025
3.0.527 134 1/10/2025
3.0.526 188 1/10/2025
3.0.525 738 1/3/2025
3.0.524 217 1/3/2025
3.0.523 330 1/3/2025
3.0.522 164 1/3/2025
3.0.521 204 1/3/2025
3.0.520 183 1/3/2025
3.0.519 148 1/3/2025
3.0.518 395 1/3/2025
3.0.517 179 1/3/2025
3.0.516 198 1/2/2025
3.0.515 162 1/2/2025
3.0.514 167 1/2/2025
3.0.513 372 1/2/2025
3.0.512 154 1/2/2025
3.0.511 156 1/2/2025
3.0.510 551 1/1/2025
3.0.509 168 1/1/2025
3.0.508 388 1/1/2025
3.0.507 146 1/1/2025
3.0.506 146 12/31/2024
3.0.505 223 12/31/2024
3.0.504 141 12/31/2024
3.0.503 204 12/31/2024
3.0.502 238 12/31/2024
3.0.501 221 12/31/2024
3.0.500 162 12/31/2024
3.0.499 1,003 12/31/2024
3.0.498 189 12/31/2024
3.0.497 205 12/31/2024
3.0.496 339 12/31/2024
3.0.495 137 12/31/2024
3.0.494 141 12/31/2024
3.0.493 330 12/31/2024
3.0.492 144 12/31/2024
3.0.491 148 12/31/2024
3.0.490 491 12/28/2024
3.0.489 324 12/28/2024
3.0.488 151 12/28/2024
3.0.487 260 12/28/2024
3.0.486 156 12/28/2024
3.0.485 143 12/28/2024
3.0.484 286 12/27/2024
3.0.483 142 12/27/2024
3.0.482 176 12/27/2024
3.0.481 602 12/24/2024
3.0.480 327 12/24/2024
3.0.479 188 12/24/2024
3.0.478 138 12/24/2024
3.0.477 281 12/24/2024
3.0.476 148 12/24/2024
3.0.475 184 12/24/2024
3.0.474 141 12/24/2024
3.0.473 134 12/24/2024
3.0.472 559 12/24/2024
3.0.471 135 12/24/2024
3.0.470 171 12/24/2024
3.0.469 178 12/24/2024
3.0.468 137 12/24/2024
3.0.467 142 12/24/2024
3.0.466 188 12/24/2024
3.0.465 142 12/24/2024
3.0.464 508 12/23/2024
3.0.463 145 12/23/2024
3.0.462 285 12/23/2024
3.0.461 140 12/23/2024
3.0.460 267 12/23/2024
3.0.459 159 12/23/2024
3.0.458 276 12/23/2024
3.0.457 154 12/23/2024
3.0.456 243 12/23/2024
3.0.455 155 12/23/2024
3.0.454 324 12/23/2024
3.0.453 140 12/23/2024
3.0.452 325 12/22/2024
3.0.451 136 12/22/2024
3.0.450 225 12/22/2024
3.0.449 160 12/22/2024
3.0.448 281 12/22/2024
3.0.447 140 12/22/2024
3.0.446 229 12/22/2024
3.0.445 144 12/22/2024
3.0.444 375 12/22/2024
3.0.443 328 12/22/2024
3.0.442 140 12/21/2024
3.0.441 347 12/21/2024
3.0.440 302 12/21/2024
3.0.439 262 12/21/2024
3.0.438 350 12/21/2024
3.0.437 145 12/21/2024
3.0.436 293 12/21/2024
3.0.435 239 12/20/2024
3.0.433 1,485 12/16/2024
3.0.432 607 12/9/2024
3.0.431 193 12/9/2024
3.0.430 485 12/9/2024
3.0.429 146 12/9/2024
3.0.428 795 12/6/2024
3.0.427 245 12/6/2024
3.0.426 375 12/6/2024
3.0.425 220 12/6/2024
3.0.424 312 12/6/2024
3.0.423 230 12/6/2024
3.0.422 231 12/6/2024
3.0.421 279 12/5/2024
3.0.420 889 12/5/2024
3.0.419 178 12/5/2024
3.0.418 199 12/5/2024
3.0.417 198 12/5/2024
3.0.416 534 12/4/2024
3.0.415 387 12/4/2024
3.0.414 361 12/4/2024
3.0.413 158 12/4/2024
3.0.412 174 12/4/2024
3.0.411 446 12/3/2024
3.0.410 269 12/3/2024
3.0.409 215 12/3/2024
3.0.408 190 12/3/2024
3.0.407 434 12/3/2024
3.0.406 138 12/3/2024
3.0.405 184 12/3/2024
3.0.404 638 12/2/2024
3.0.403 179 12/2/2024
3.0.402 334 12/2/2024
3.0.401 170 12/1/2024
3.0.400 146 12/1/2024
3.0.399 433 12/1/2024
3.0.398 819 11/29/2024
3.0.397 321 11/21/2024
3.0.396 824 11/20/2024
3.0.395 619 11/20/2024
3.0.394 268 11/19/2024
3.0.393 147 11/19/2024
3.0.392 307 11/19/2024
3.0.391 517 11/19/2024
3.0.390 182 11/19/2024
3.0.389 746 11/14/2024
3.0.388 464 11/14/2024
3.0.387 408 11/14/2024
3.0.386 215 11/14/2024
3.0.385 147 11/14/2024
3.0.384 505 11/14/2024
3.0.383 145 11/14/2024
3.0.382 154 11/14/2024
3.0.381 147 11/14/2024
2.1.380 304 11/13/2024
2.1.379 539 11/13/2024
2.1.378 200 11/13/2024
2.1.377 173 11/12/2024
2.1.376 148 11/12/2024
2.1.375 684 11/12/2024
2.1.374 768 11/9/2024
2.1.373 590 11/9/2024
2.1.372 157 11/8/2024
2.1.371 200 11/8/2024
2.1.370 178 11/8/2024
2.1.369 204 11/8/2024
2.1.368 595 11/8/2024
2.1.367 180 11/8/2024
2.1.366 1,406 10/31/2024
2.1.365 880 10/29/2024
2.1.364 448 10/29/2024
2.1.363 403 10/29/2024
2.1.362 783 10/26/2024
2.1.361 834 10/22/2024
2.1.360 374 10/22/2024
2.1.359 143 10/22/2024
2.1.358 980 10/17/2024
2.1.357 956 10/14/2024
2.1.356 866 10/11/2024
2.1.355 206 10/11/2024
2.1.354 486 10/11/2024
2.1.353 481 10/9/2024
2.1.352 295 10/8/2024
2.1.351 370 10/8/2024
2.1.350 148 10/8/2024
2.1.349 357 10/8/2024
2.1.348 560 10/3/2024
2.1.347 169 10/3/2024
2.1.346 242 10/3/2024
2.1.345 280 10/2/2024
2.1.344 221 10/2/2024
2.1.343 236 10/1/2024
2.1.342 206 10/1/2024
2.1.341 207 9/30/2024
2.1.340 253 9/29/2024
2.1.339 212 9/29/2024
2.1.338 245 9/27/2024
2.1.337 212 9/27/2024
2.1.336 194 9/27/2024
2.1.335 280 9/26/2024
2.1.334 257 9/26/2024
2.1.333 224 9/26/2024
2.1.332 224 9/23/2024
2.1.331 231 9/23/2024
2.1.330 246 9/23/2024
2.1.329 263 9/23/2024
2.1.328 282 9/23/2024
2.1.327 284 9/17/2024
2.1.326 199 9/17/2024
2.1.325 217 9/17/2024
2.1.324 237 9/17/2024
2.1.323 217 9/17/2024
2.1.322 273 9/17/2024
2.1.321 232 9/16/2024
2.1.320 307 9/12/2024
2.1.319 262 9/11/2024
2.1.318 313 9/11/2024
2.1.317 281 9/10/2024
2.1.316 175 9/10/2024
2.1.314 318 9/9/2024
2.1.313 249 9/9/2024
2.1.312 246 9/9/2024
2.1.311 253 9/9/2024
2.1.310 184 9/9/2024
2.1.309 262 9/9/2024
2.1.308 246 9/7/2024
2.1.307 235 9/6/2024
2.1.306 271 9/5/2024
2.1.305 219 9/5/2024
2.1.304 167 9/5/2024
2.1.303 255 9/5/2024
2.1.302 260 9/5/2024
2.1.301 208 9/4/2024
2.1.300 358 9/3/2024
2.1.299 240 9/3/2024
2.1.298 230 9/3/2024
2.1.297 164 9/3/2024
2.1.296 242 8/29/2024
2.1.295 284 8/26/2024
2.1.294 328 8/21/2024
2.1.293 251 8/21/2024
2.1.292 217 8/20/2024
2.1.291 250 8/20/2024
2.1.290 161 8/20/2024
2.1.289 307 8/20/2024
2.1.288 184 8/19/2024
2.1.287 336 8/15/2024
2.1.286 258 8/13/2024
2.1.285 252 8/13/2024
2.1.284 201 8/13/2024
2.1.283 196 8/6/2024
2.1.282 190 8/6/2024
2.1.281 281 8/1/2024
2.1.280 198 8/1/2024
2.1.279 214 8/1/2024
2.1.278 255 7/25/2024
2.1.277 196 7/25/2024
2.1.276 154 7/25/2024
2.1.275 146 7/24/2024
2.1.274 306 7/24/2024
2.1.273 290 7/20/2024
2.1.272 287 7/14/2024
2.1.271 174 7/14/2024
2.1.270 265 7/10/2024
2.1.269 259 7/10/2024
2.1.268 168 7/10/2024
2.1.267 245 7/10/2024
2.1.266 206 7/10/2024
2.1.265 141 7/10/2024
2.1.264 201 7/10/2024
2.1.263 189 7/9/2024
2.1.261 174 7/9/2024
2.1.260 135 7/9/2024
2.1.259 206 7/9/2024
2.1.258 199 7/9/2024
2.1.257 140 7/9/2024
2.1.256 186 7/9/2024
2.1.255 143 7/9/2024
2.1.254 200 7/9/2024
2.1.253 225 7/9/2024
2.1.252 211 7/9/2024
2.1.251 144 7/8/2024
2.1.250 212 7/8/2024
2.1.249 292 7/8/2024
2.1.248 170 7/7/2024
2.1.247 239 7/7/2024
2.1.246 172 7/7/2024
2.1.245 216 7/7/2024
2.1.244 334 7/3/2024
2.1.243 366 6/22/2024
2.1.242 312 6/15/2024
2.1.241 197 6/15/2024
2.1.240 298 6/14/2024
2.1.239 282 6/1/2024
2.1.238 225 6/1/2024
2.1.237 217 6/1/2024
2.1.236 178 6/1/2024
2.1.235 221 5/31/2024
2.1.234 299 5/29/2024
2.1.233 186 5/28/2024
2.1.232 154 5/28/2024
2.1.231 227 5/28/2024
2.1.230 299 5/27/2024
2.1.229 235 5/26/2024
2.1.228 246 5/26/2024
2.1.227 198 5/26/2024
2.1.226 304 5/25/2024
2.1.225 191 5/25/2024
2.1.224 156 5/25/2024
2.1.223 297 5/25/2024
2.1.222 169 5/25/2024
2.1.221 274 5/23/2024
2.1.220 238 5/23/2024
2.1.219 260 5/22/2024
2.1.218 169 5/22/2024
2.1.217 282 5/22/2024
2.1.216 171 5/22/2024
2.1.215 287 5/18/2024
2.1.214 215 5/17/2024
2.1.213 262 5/17/2024
2.1.212 214 5/16/2024
2.1.211 285 5/15/2024
2.1.210 176 5/15/2024
2.1.209 169 5/15/2024
2.1.208 229 5/14/2024
2.1.207 188 5/13/2024
2.1.206 272 4/30/2024
2.1.205 247 4/29/2024
2.1.204 293 4/28/2024
2.1.203 260 4/28/2024
2.1.202 277 4/28/2024
2.1.201 238 4/28/2024
2.1.200 187 4/28/2024
2.1.199 198 4/27/2024
2.1.198 249 4/27/2024
2.1.197 261 4/19/2024
2.1.196 269 4/18/2024
2.1.195 306 4/12/2024
2.1.194 216 4/12/2024
2.1.193 259 4/12/2024
2.1.192 301 4/12/2024
2.1.191 160 4/12/2024
2.1.190 241 4/12/2024
2.1.189 176 4/12/2024
2.1.188 265 4/10/2024
2.1.187 169 4/9/2024
2.1.186 164 4/9/2024
2.1.185 224 4/9/2024
2.1.184 272 4/2/2024
2.1.183 218 4/1/2024
2.1.182 249 4/1/2024
2.1.181 500 3/19/2024
2.1.180 209 3/19/2024
2.1.179 264 3/19/2024
2.1.178 293 3/15/2024
2.1.177 277 3/13/2024
2.1.176 278 3/13/2024
2.1.175 221 3/13/2024
2.1.174 282 3/13/2024
2.1.173 171 3/13/2024
2.1.172 259 3/12/2024
2.1.171 227 3/12/2024
2.1.170 247 3/12/2024
2.1.169 174 3/12/2024
2.1.168 285 3/11/2024
2.1.167 279 3/11/2024
2.1.166 250 3/10/2024
2.1.165 218 3/8/2024
2.1.164 183 3/8/2024
2.1.163 281 3/8/2024
2.1.162 313 3/6/2024
2.1.161 280 3/4/2024
2.1.160 266 3/4/2024
2.1.159 310 3/3/2024
2.1.158 253 3/2/2024
2.1.157 176 3/2/2024
2.1.156 276 3/2/2024
2.1.155 175 3/2/2024
2.1.154 303 2/29/2024
2.1.153 208 2/29/2024
2.1.152 219 2/29/2024
2.1.151 335 2/26/2024
2.1.150 243 2/25/2024
2.1.149 270 2/25/2024
2.1.148 255 2/23/2024
2.1.147 309 2/22/2024
2.1.146 269 2/22/2024
2.1.145 237 2/21/2024
2.1.144 288 2/21/2024
2.1.143 286 2/21/2024
2.1.142 187 2/21/2024
2.1.141 256 2/21/2024
2.1.140 265 2/20/2024
2.1.139 264 2/20/2024
2.1.138 216 2/20/2024
2.1.137 291 2/20/2024
2.1.136 240 2/19/2024
2.1.135 240 2/19/2024
2.1.134 308 2/17/2024
2.1.133 243 2/16/2024
2.1.132 271 2/16/2024
2.1.131 289 2/16/2024
2.1.130 236 2/16/2024
2.1.129 172 2/16/2024
2.1.128 172 2/16/2024
2.1.127 397 2/13/2024
2.1.126 233 2/13/2024
2.1.125 177 2/13/2024
2.1.124 243 2/13/2024
2.1.123 170 2/13/2024
2.1.122 259 2/13/2024
2.1.121 169 2/13/2024
2.1.120 370 2/12/2024
2.1.119 198 2/11/2024
2.1.118 216 2/11/2024
2.1.117 301 2/11/2024
2.1.116 241 2/10/2024
2.1.115 232 2/9/2024
2.1.114 312 2/9/2024
2.1.113 191 2/9/2024
2.1.112 324 2/8/2024
2.1.111 202 2/8/2024
2.1.110 283 2/8/2024
2.1.109 280 2/7/2024
2.1.108 215 2/7/2024
2.1.107 312 2/7/2024
2.1.106 173 2/7/2024
2.1.105 242 2/6/2024
2.1.104 269 2/6/2024
2.1.103 171 2/6/2024
2.1.102 216 2/5/2024
2.1.101 261 2/4/2024
2.1.100 238 2/2/2024
2.1.99 380 1/31/2024
2.1.98 248 1/29/2024
2.1.97 245 1/29/2024
2.1.96 168 1/29/2024
2.1.95 234 1/29/2024
2.1.94 207 1/28/2024
2.1.93 224 1/28/2024
2.1.92 178 1/28/2024
2.1.91 219 1/28/2024
2.1.90 238 1/28/2024
2.1.89 204 1/27/2024
2.1.88 214 1/27/2024
2.1.87 168 1/27/2024
2.1.86 272 1/27/2024
2.1.85 205 1/27/2024
2.1.84 166 1/27/2024
2.1.83 183 1/26/2024
2.1.82 159 1/26/2024
2.1.81 363 1/26/2024
2.1.80 238 1/26/2024
2.1.79 249 1/26/2024
2.1.78 172 1/26/2024
2.1.77 268 1/25/2024
2.1.76 220 1/25/2024
2.1.75 259 1/25/2024
2.1.74 171 1/25/2024
2.1.73 284 1/19/2024
2.1.72 272 1/15/2024
2.1.71 251 1/15/2024
2.1.70 250 1/15/2024
2.1.69 277 1/15/2024
2.1.68 224 1/15/2024
2.1.67 284 1/14/2024
2.1.66 217 1/13/2024
2.1.65 254 1/12/2024
2.1.64 330 1/11/2024
2.1.63 207 1/9/2024
2.1.62 200 1/9/2024
2.1.61 264 1/7/2024
2.1.60 255 1/5/2024
2.1.59 168 1/5/2024
2.1.58 282 1/5/2024
2.1.57 396 1/1/2024
2.1.56 338 12/28/2023
2.1.55 280 12/28/2023
2.1.54 184 12/28/2023
2.1.53 266 12/28/2023
2.1.52 191 12/27/2023
2.1.51 184 12/27/2023
2.1.50 181 12/27/2023
2.1.49 410 12/25/2023
2.1.48 199 12/25/2023
2.1.47 201 12/25/2023
2.1.46 310 12/25/2023
2.1.45 225 12/25/2023
2.1.44 191 12/25/2023
2.1.43 352 12/24/2023
2.1.42 296 12/23/2023
2.1.41 259 12/23/2023
2.1.40 255 12/23/2023
2.1.39 200 12/23/2023
2.1.38 293 12/19/2023
2.1.37 278 12/19/2023
2.1.36 370 12/10/2023
2.1.35 307 12/10/2023
2.1.34 297 12/9/2023
2.1.33 237 12/9/2023
2.1.32 295 12/9/2023
2.1.31 276 12/6/2023
2.1.30 291 12/5/2023
2.1.29 265 12/4/2023
2.1.28 188 12/4/2023
2.1.27 272 12/4/2023
2.1.26 399 11/23/2023
2.1.25 241 11/23/2023
2.1.24 200 11/23/2023
2.1.23 231 11/23/2023
2.1.22 170 11/23/2023
2.1.21 268 11/20/2023
2.1.20 257 11/20/2023
2.1.19 249 11/19/2023
2.1.18 249 11/19/2023
2.1.17 296 11/19/2023
2.1.16 170 11/19/2023
2.1.15 259 11/18/2023
2.1.14 231 11/18/2023
2.1.13 268 11/18/2023
2.1.12 249 11/17/2023
2.1.11 253 11/17/2023
2.1.10 201 11/17/2023
2.1.9 202 11/17/2023
2.1.8 296 11/17/2023
2.1.7 239 11/17/2023
2.1.6 259 11/17/2023
2.1.5 187 11/17/2023
2.1.4 257 11/16/2023
2.0.91 280 11/15/2023
2.0.90 176 11/15/2023
2.0.89 185 11/15/2023
2.0.88 203 11/15/2023
2.0.3 172 11/16/2023
2.0.2 179 11/16/2023
2.0.1 181 11/16/2023
1.0.87 180 11/14/2023
1.0.86 322 11/13/2023
1.0.85 225 11/10/2023
1.0.84 331 11/9/2023
1.0.83 167 11/9/2023
1.0.82 323 11/7/2023
1.0.81 269 11/6/2023
1.0.80 319 11/3/2023
1.0.79 234 11/2/2023
1.0.78 295 11/1/2023
1.0.77 326 10/26/2023
1.0.76 281 10/24/2023
1.0.75 248 10/19/2023
1.0.74 307 10/18/2023
1.0.73 331 10/17/2023
1.0.72 303 10/16/2023
1.0.71 321 10/13/2023
1.0.70 248 10/12/2023
1.0.69 323 10/10/2023
1.0.68 301 9/20/2023
1.0.67 220 9/19/2023
1.0.66 284 9/18/2023
1.0.65 189 9/18/2023
1.0.64 412 9/14/2023
1.0.63 264 9/12/2023
1.0.62 360 8/31/2023
1.0.61 279 8/30/2023
1.0.60 321 8/29/2023
1.0.59 355 8/28/2023
1.0.58 302 8/25/2023
1.0.57 316 8/24/2023
1.0.56 325 8/21/2023
1.0.55 265 8/18/2023
1.0.54 321 8/17/2023
1.0.53 314 8/16/2023
1.0.52 357 8/10/2023
1.0.51 334 8/9/2023
1.0.50 379 8/8/2023
1.0.49 230 8/8/2023
1.0.48 321 8/7/2023
1.0.47 234 8/7/2023
1.0.46 486 7/13/2023
1.0.45 397 7/11/2023
1.0.44 251 7/11/2023
1.0.43 368 7/10/2023
1.0.42 284 7/7/2023
1.0.41 246 7/7/2023
1.0.40 437 6/30/2023
1.0.39 277 6/29/2023
1.0.38 388 6/28/2023
1.0.37 307 6/27/2023
1.0.36 460 6/26/2023
1.0.35 259 6/23/2023
1.0.34 250 6/23/2023
1.0.33 474 6/21/2023
1.0.32 329 6/15/2023
1.0.31 319 6/14/2023
1.0.30 382 6/13/2023
1.0.29 306 6/9/2023
1.0.28 358 6/8/2023
1.0.27 357 6/7/2023
1.0.26 446 6/6/2023
1.0.25 227 6/6/2023
1.0.24 328 6/5/2023
1.0.23 392 6/2/2023
1.0.22 227 6/2/2023
1.0.21 372 6/1/2023
1.0.20 314 5/31/2023
1.0.19 202 5/31/2023
1.0.18 313 5/31/2023
1.0.17 367 5/30/2023
1.0.16 284 5/29/2023
1.0.15 373 5/26/2023
1.0.14 347 5/25/2023
1.0.13 297 5/24/2023
1.0.12 401 5/24/2023
1.0.11 221 5/23/2023
1.0.10 401 5/23/2023
1.0.9 233 5/23/2023
1.0.8 227 5/22/2023
1.0.7 369 5/19/2023
1.0.6 312 5/17/2023
1.0.5 400 5/16/2023
1.0.4 287 5/15/2023
1.0.3 267 5/12/2023
1.0.2 430 4/28/2023
1.0.1 265 4/28/2023