Soenneker.Blazor.Utils.Navigation 3.0.925

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