Soenneker.Blazor.Utils.Navigation 1.0.22

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 1.0.22
                    
NuGet\Install-Package Soenneker.Blazor.Utils.Navigation -Version 1.0.22
                    
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="1.0.22" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Blazor.Utils.Navigation" Version="1.0.22" />
                    
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 1.0.22
                    
#r "nuget: Soenneker.Blazor.Utils.Navigation, 1.0.22"
                    
#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@1.0.22
                    
#: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=1.0.22
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Blazor.Utils.Navigation&version=1.0.22
                    
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

Install-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 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.  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.  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 241 9/30/2025
3.0.1007 815 9/16/2025
3.0.1006 418 9/9/2025
3.0.1005 255 9/9/2025
3.0.1004 183 9/9/2025
3.0.1003 484 9/8/2025
3.0.1002 415 9/6/2025
3.0.1001 723 9/3/2025
3.0.1000 193 9/3/2025
3.0.999 453 9/3/2025
3.0.998 457 9/2/2025
3.0.997 470 8/17/2025
3.0.996 535 8/13/2025
3.0.995 361 8/11/2025
3.0.994 395 8/11/2025
3.0.993 174 8/11/2025
3.0.992 324 8/11/2025
3.0.991 610 8/11/2025
3.0.990 433 8/5/2025
3.0.989 225 8/5/2025
3.0.988 224 8/5/2025
3.0.987 501 7/29/2025
3.0.986 846 7/8/2025
3.0.985 172 7/8/2025
3.0.984 167 7/8/2025
3.0.983 683 6/28/2025
3.0.982 385 6/27/2025
3.0.981 171 6/27/2025
3.0.980 646 6/24/2025
3.0.979 240 6/23/2025
3.0.978 825 6/11/2025
3.0.977 539 6/10/2025
3.0.976 311 6/10/2025
3.0.975 386 6/10/2025
3.0.974 738 6/2/2025
3.0.973 458 5/27/2025
3.0.972 230 5/27/2025
3.0.971 422 5/27/2025
3.0.970 566 5/25/2025
3.0.969 436 5/23/2025
3.0.968 181 5/23/2025
3.0.967 398 5/23/2025
3.0.966 214 5/22/2025
3.0.965 1,004 5/14/2025
3.0.964 256 5/13/2025
3.0.963 433 5/13/2025
3.0.962 455 5/8/2025
3.0.961 199 5/8/2025
3.0.960 526 5/8/2025
3.0.959 199 5/7/2025
3.0.958 812 5/5/2025
3.0.957 182 5/5/2025
3.0.956 321 5/5/2025
3.0.955 487 5/5/2025
3.0.954 183 5/5/2025
3.0.953 970 4/27/2025
3.0.952 342 4/26/2025
3.0.951 251 4/19/2025
3.0.950 613 4/8/2025
3.0.949 214 4/8/2025
3.0.948 402 4/8/2025
3.0.947 213 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,327 4/7/2025
3.0.928 213 4/7/2025
3.0.927 238 4/7/2025
3.0.926 209 4/7/2025
3.0.925 596 4/7/2025
3.0.924 193 4/7/2025
3.0.923 436 4/7/2025
3.0.922 218 4/7/2025
3.0.921 221 4/7/2025
3.0.920 187 4/7/2025
3.0.919 252 4/7/2025
3.0.918 239 4/7/2025
3.0.917 195 4/7/2025
3.0.916 246 4/6/2025
3.0.915 196 4/6/2025
3.0.914 243 4/6/2025
3.0.913 198 4/6/2025
3.0.912 206 4/6/2025
3.0.911 208 4/6/2025
3.0.910 201 4/6/2025
3.0.909 186 4/6/2025
3.0.908 149 4/6/2025
3.0.907 151 4/6/2025
3.0.906 237 4/6/2025
3.0.905 145 4/6/2025
3.0.904 229 4/6/2025
3.0.903 145 4/6/2025
3.0.902 198 4/5/2025
3.0.901 161 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,431 4/4/2025
3.0.886 357 4/4/2025
3.0.885 190 4/4/2025
3.0.884 491 4/1/2025
3.0.883 217 4/1/2025
3.0.882 228 4/1/2025
3.0.881 794 4/1/2025
3.0.880 216 4/1/2025
3.0.879 224 3/31/2025
3.0.878 397 3/31/2025
3.0.877 198 3/31/2025
3.0.876 623 3/29/2025
3.0.875 141 3/29/2025
3.0.874 1,172 3/25/2025
3.0.873 670 3/25/2025
3.0.872 554 3/25/2025
3.0.871 534 3/25/2025
3.0.870 565 3/25/2025
3.0.869 452 3/21/2025
3.0.868 141 3/21/2025
3.0.867 380 3/21/2025
3.0.866 159 3/21/2025
3.0.865 587 3/18/2025
3.0.864 209 3/18/2025
3.0.863 245 3/18/2025
3.0.862 188 3/18/2025
3.0.861 187 3/18/2025
3.0.860 484 3/18/2025
3.0.859 245 3/15/2025
3.0.858 290 3/15/2025
3.0.857 131 3/15/2025
3.0.856 343 3/15/2025
3.0.855 114 3/15/2025
3.0.854 385 3/12/2025
3.0.853 218 3/12/2025
3.0.852 252 3/12/2025
3.0.851 216 3/12/2025
3.0.850 538 3/12/2025
3.0.849 190 3/12/2025
3.0.848 205 3/12/2025
3.0.847 503 3/11/2025
3.0.846 207 3/11/2025
3.0.845 236 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 423 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 448 3/11/2025
3.0.835 660 3/7/2025
3.0.834 292 3/7/2025
3.0.833 255 3/7/2025
3.0.832 573 3/7/2025
3.0.831 229 3/7/2025
3.0.830 511 3/2/2025
3.0.829 164 3/2/2025
3.0.828 305 3/2/2025
3.0.827 135 3/2/2025
3.0.826 331 3/2/2025
3.0.825 172 3/2/2025
3.0.824 152 3/2/2025
3.0.823 156 3/2/2025
3.0.822 205 3/2/2025
3.0.821 137 3/2/2025
3.0.820 436 3/1/2025
3.0.819 151 3/1/2025
3.0.818 161 3/1/2025
3.0.817 385 3/1/2025
3.0.816 155 3/1/2025
3.0.815 174 3/1/2025
3.0.814 186 3/1/2025
3.0.813 135 3/1/2025
3.0.812 200 3/1/2025
3.0.811 729 2/26/2025
3.0.810 167 2/26/2025
3.0.809 329 2/25/2025
3.0.808 143 2/25/2025
3.0.807 279 2/25/2025
3.0.806 164 2/25/2025
3.0.805 165 2/25/2025
3.0.804 149 2/25/2025
3.0.803 196 2/25/2025
3.0.802 415 2/25/2025
3.0.801 143 2/25/2025
3.0.800 173 2/25/2025
3.0.799 677 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 485 2/22/2025
3.0.792 285 2/22/2025
3.0.791 425 2/22/2025
3.0.790 296 2/22/2025
3.0.789 187 2/22/2025
3.0.788 154 2/22/2025
3.0.787 357 2/22/2025
3.0.786 138 2/22/2025
3.0.785 169 2/22/2025
3.0.784 154 2/22/2025
3.0.783 154 2/22/2025
3.0.782 390 2/21/2025
3.0.781 167 2/21/2025
3.0.780 133 2/21/2025
3.0.779 380 2/21/2025
3.0.778 215 2/21/2025
3.0.777 158 2/21/2025
3.0.776 799 2/19/2025
3.0.775 166 2/19/2025
3.0.774 170 2/19/2025
3.0.773 149 2/19/2025
3.0.772 163 2/19/2025
3.0.771 169 2/19/2025
3.0.770 146 2/19/2025
3.0.769 170 2/19/2025
3.0.768 140 2/19/2025
3.0.767 673 2/18/2025
3.0.766 141 2/18/2025
3.0.765 300 2/18/2025
3.0.764 148 2/18/2025
3.0.763 378 2/18/2025
3.0.762 441 2/14/2025
3.0.761 339 2/14/2025
3.0.760 153 2/14/2025
3.0.759 200 2/14/2025
3.0.758 150 2/14/2025
3.0.757 162 2/14/2025
3.0.756 956 2/12/2025
3.0.755 173 2/12/2025
3.0.754 223 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 205 2/12/2025
3.0.748 167 2/12/2025
3.0.747 478 2/12/2025
3.0.746 143 2/12/2025
3.0.745 187 2/12/2025
3.0.744 167 2/12/2025
3.0.743 141 2/12/2025
3.0.742 369 2/12/2025
3.0.740 808 2/11/2025
3.0.739 145 2/11/2025
3.0.738 170 2/11/2025
3.0.737 426 2/11/2025
3.0.736 177 2/11/2025
3.0.735 155 2/11/2025
3.0.734 246 2/10/2025
3.0.733 172 2/10/2025
3.0.732 184 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 562 2/10/2025
3.0.727 155 2/10/2025
3.0.726 364 2/9/2025
3.0.725 271 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 540 2/8/2025
3.0.720 166 2/8/2025
3.0.719 169 2/7/2025
3.0.718 539 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 182 2/7/2025
3.0.713 845 2/7/2025
3.0.712 148 2/6/2025
3.0.711 613 2/5/2025
3.0.710 157 2/5/2025
3.0.709 411 2/5/2025
3.0.708 143 2/5/2025
3.0.707 166 2/5/2025
3.0.706 170 2/5/2025
3.0.705 141 2/5/2025
3.0.704 169 2/5/2025
3.0.703 142 2/5/2025
3.0.702 452 2/5/2025
3.0.701 143 2/5/2025
3.0.700 236 2/5/2025
3.0.699 328 2/5/2025
3.0.698 660 1/28/2025
3.0.697 172 1/28/2025
3.0.696 195 1/28/2025
3.0.695 145 1/28/2025
3.0.694 218 1/28/2025
3.0.693 127 1/28/2025
3.0.692 164 1/28/2025
3.0.691 143 1/28/2025
3.0.690 170 1/28/2025
3.0.689 150 1/28/2025
3.0.688 495 1/28/2025
3.0.687 158 1/27/2025
3.0.686 143 1/27/2025
3.0.685 150 1/27/2025
3.0.684 132 1/27/2025
3.0.683 154 1/27/2025
3.0.682 147 1/27/2025
3.0.681 128 1/27/2025
3.0.680 784 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 671 1/25/2025
3.0.668 144 1/25/2025
3.0.667 149 1/25/2025
3.0.666 156 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 189 1/25/2025
3.0.661 162 1/25/2025
3.0.660 135 1/25/2025
3.0.659 570 1/25/2025
3.0.658 547 1/24/2025
3.0.657 145 1/24/2025
3.0.656 198 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 475 1/24/2025
3.0.651 130 1/24/2025
3.0.650 277 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 319 1/23/2025
3.0.644 185 1/23/2025
3.0.643 426 1/22/2025
3.0.642 174 1/22/2025
3.0.641 164 1/22/2025
3.0.640 149 1/21/2025
3.0.639 182 1/21/2025
3.0.638 146 1/21/2025
3.0.637 137 1/21/2025
3.0.636 222 1/21/2025
3.0.635 519 1/21/2025
3.0.634 177 1/21/2025
3.0.633 465 1/21/2025
3.0.632 169 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 128 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 415 1/20/2025
3.0.615 133 1/20/2025
3.0.614 194 1/20/2025
3.0.613 131 1/20/2025
3.0.612 136 1/20/2025
3.0.611 130 1/20/2025
3.0.610 169 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 890 1/19/2025
3.0.605 183 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 502 1/19/2025
3.0.599 329 1/19/2025
3.0.598 171 1/19/2025
3.0.597 145 1/18/2025
3.0.596 125 1/18/2025
3.0.595 276 1/18/2025
3.0.594 128 1/18/2025
3.0.593 177 1/18/2025
3.0.592 129 1/18/2025
3.0.591 125 1/18/2025
3.0.590 256 1/18/2025
3.0.589 120 1/18/2025
3.0.588 195 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 172 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 179 1/17/2025
3.0.578 217 1/16/2025
3.0.577 124 1/16/2025
3.0.576 139 1/16/2025
3.0.575 546 1/16/2025
3.0.574 165 1/16/2025
3.0.573 136 1/16/2025
3.0.572 194 1/16/2025
3.0.571 136 1/16/2025
3.0.570 650 1/16/2025
3.0.569 331 1/15/2025
3.0.568 166 1/15/2025
3.0.567 123 1/15/2025
3.0.566 128 1/15/2025
3.0.565 178 1/15/2025
3.0.564 135 1/15/2025
3.0.563 443 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 268 1/15/2025
3.0.558 105 1/15/2025
3.0.557 473 1/15/2025
3.0.556 108 1/15/2025
3.0.555 159 1/14/2025
3.0.554 111 1/14/2025
3.0.553 109 1/14/2025
3.0.552 352 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 342 1/13/2025
3.0.547 268 1/13/2025
3.0.546 120 1/13/2025
3.0.545 163 1/13/2025
3.0.544 238 1/13/2025
3.0.543 128 1/13/2025
3.0.542 214 1/13/2025
3.0.541 262 1/13/2025
3.0.540 190 1/12/2025
3.0.539 338 1/11/2025
3.0.538 168 1/11/2025
3.0.537 140 1/11/2025
3.0.536 201 1/11/2025
3.0.535 199 1/11/2025
3.0.534 144 1/11/2025
3.0.533 414 1/11/2025
3.0.532 146 1/11/2025
3.0.531 154 1/10/2025
3.0.530 156 1/10/2025
3.0.529 139 1/10/2025
3.0.528 291 1/10/2025
3.0.527 133 1/10/2025
3.0.526 187 1/10/2025
3.0.525 737 1/3/2025
3.0.524 216 1/3/2025
3.0.523 327 1/3/2025
3.0.522 163 1/3/2025
3.0.521 203 1/3/2025
3.0.520 182 1/3/2025
3.0.519 147 1/3/2025
3.0.518 394 1/3/2025
3.0.517 174 1/3/2025
3.0.516 197 1/2/2025
3.0.515 160 1/2/2025
3.0.514 162 1/2/2025
3.0.513 371 1/2/2025
3.0.512 153 1/2/2025
3.0.511 155 1/2/2025
3.0.510 550 1/1/2025
3.0.509 166 1/1/2025
3.0.508 387 1/1/2025
3.0.507 145 1/1/2025
3.0.506 145 12/31/2024
3.0.505 219 12/31/2024
3.0.504 140 12/31/2024
3.0.503 203 12/31/2024
3.0.502 235 12/31/2024
3.0.501 220 12/31/2024
3.0.500 161 12/31/2024
3.0.499 1,002 12/31/2024
3.0.498 186 12/31/2024
3.0.497 203 12/31/2024
3.0.496 338 12/31/2024
3.0.495 136 12/31/2024
3.0.494 140 12/31/2024
3.0.493 329 12/31/2024
3.0.492 143 12/31/2024
3.0.491 146 12/31/2024
3.0.490 490 12/28/2024
3.0.489 322 12/28/2024
3.0.488 150 12/28/2024
3.0.487 257 12/28/2024
3.0.486 153 12/28/2024
3.0.485 142 12/28/2024
3.0.484 280 12/27/2024
3.0.483 141 12/27/2024
3.0.482 174 12/27/2024
3.0.481 599 12/24/2024
3.0.480 326 12/24/2024
3.0.479 183 12/24/2024
3.0.478 137 12/24/2024
3.0.477 280 12/24/2024
3.0.476 147 12/24/2024
3.0.475 183 12/24/2024
3.0.474 140 12/24/2024
3.0.473 133 12/24/2024
3.0.472 558 12/24/2024
3.0.471 134 12/24/2024
3.0.470 170 12/24/2024
3.0.469 176 12/24/2024
3.0.468 136 12/24/2024
3.0.467 141 12/24/2024
3.0.466 186 12/24/2024
3.0.465 141 12/24/2024
3.0.464 507 12/23/2024
3.0.463 144 12/23/2024
3.0.462 284 12/23/2024
3.0.461 137 12/23/2024
3.0.460 259 12/23/2024
3.0.459 157 12/23/2024
3.0.458 273 12/23/2024
3.0.457 150 12/23/2024
3.0.456 242 12/23/2024
3.0.455 154 12/23/2024
3.0.454 321 12/23/2024
3.0.453 139 12/23/2024
3.0.452 322 12/22/2024
3.0.451 135 12/22/2024
3.0.450 223 12/22/2024
3.0.449 157 12/22/2024
3.0.448 279 12/22/2024
3.0.447 139 12/22/2024
3.0.446 228 12/22/2024
3.0.445 143 12/22/2024
3.0.444 373 12/22/2024
3.0.443 327 12/22/2024
3.0.442 139 12/21/2024
3.0.441 346 12/21/2024
3.0.440 301 12/21/2024
3.0.439 261 12/21/2024
3.0.438 349 12/21/2024
3.0.437 144 12/21/2024
3.0.436 292 12/21/2024
3.0.435 237 12/20/2024
3.0.433 1,484 12/16/2024
3.0.432 606 12/9/2024
3.0.431 192 12/9/2024
3.0.430 484 12/9/2024
3.0.429 145 12/9/2024
3.0.428 794 12/6/2024
3.0.427 244 12/6/2024
3.0.426 374 12/6/2024
3.0.425 218 12/6/2024
3.0.424 308 12/6/2024
3.0.423 229 12/6/2024
3.0.422 228 12/6/2024
3.0.421 278 12/5/2024
3.0.420 888 12/5/2024
3.0.419 177 12/5/2024
3.0.418 196 12/5/2024
3.0.417 197 12/5/2024
3.0.416 533 12/4/2024
3.0.415 386 12/4/2024
3.0.414 357 12/4/2024
3.0.413 147 12/4/2024
3.0.412 173 12/4/2024
3.0.411 443 12/3/2024
3.0.410 264 12/3/2024
3.0.409 201 12/3/2024
3.0.408 186 12/3/2024
3.0.407 433 12/3/2024
3.0.406 137 12/3/2024
3.0.405 183 12/3/2024
3.0.404 637 12/2/2024
3.0.403 177 12/2/2024
3.0.402 333 12/2/2024
3.0.401 167 12/1/2024
3.0.400 145 12/1/2024
3.0.399 431 12/1/2024
3.0.398 818 11/29/2024
3.0.397 319 11/21/2024
3.0.396 822 11/20/2024
3.0.395 618 11/20/2024
3.0.394 267 11/19/2024
3.0.393 146 11/19/2024
3.0.392 305 11/19/2024
3.0.391 515 11/19/2024
3.0.390 181 11/19/2024
3.0.389 745 11/14/2024
3.0.388 460 11/14/2024
3.0.387 407 11/14/2024
3.0.386 214 11/14/2024
3.0.385 146 11/14/2024
3.0.384 504 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 303 11/13/2024
2.1.379 537 11/13/2024
2.1.378 199 11/13/2024
2.1.377 172 11/12/2024
2.1.376 147 11/12/2024
2.1.375 680 11/12/2024
2.1.374 767 11/9/2024
2.1.373 587 11/9/2024
2.1.372 154 11/8/2024
2.1.371 195 11/8/2024
2.1.370 177 11/8/2024
2.1.369 199 11/8/2024
2.1.368 592 11/8/2024
2.1.367 178 11/8/2024
2.1.366 1,405 10/31/2024
2.1.365 879 10/29/2024
2.1.364 446 10/29/2024
2.1.363 402 10/29/2024
2.1.362 772 10/26/2024
2.1.361 833 10/22/2024
2.1.360 372 10/22/2024
2.1.359 142 10/22/2024
2.1.358 976 10/17/2024
2.1.357 951 10/14/2024
2.1.356 865 10/11/2024
2.1.355 195 10/11/2024
2.1.354 485 10/11/2024
2.1.353 480 10/9/2024
2.1.352 294 10/8/2024
2.1.351 369 10/8/2024
2.1.350 146 10/8/2024
2.1.349 356 10/8/2024
2.1.348 555 10/3/2024
2.1.347 167 10/3/2024
2.1.346 240 10/3/2024
2.1.345 279 10/2/2024
2.1.344 220 10/2/2024
2.1.343 235 10/1/2024
2.1.342 204 10/1/2024
2.1.341 196 9/30/2024
2.1.340 250 9/29/2024
2.1.339 211 9/29/2024
2.1.338 244 9/27/2024
2.1.337 208 9/27/2024
2.1.336 190 9/27/2024
2.1.335 278 9/26/2024
2.1.334 242 9/26/2024
2.1.333 223 9/26/2024
2.1.332 223 9/23/2024
2.1.331 220 9/23/2024
2.1.330 244 9/23/2024
2.1.329 258 9/23/2024
2.1.328 279 9/23/2024
2.1.327 282 9/17/2024
2.1.326 197 9/17/2024
2.1.325 216 9/17/2024
2.1.324 236 9/17/2024
2.1.323 216 9/17/2024
2.1.322 271 9/17/2024
2.1.321 230 9/16/2024
2.1.320 303 9/12/2024
2.1.319 261 9/11/2024
2.1.318 311 9/11/2024
2.1.317 276 9/10/2024
2.1.316 171 9/10/2024
2.1.314 317 9/9/2024
2.1.313 248 9/9/2024
2.1.312 245 9/9/2024
2.1.311 252 9/9/2024
2.1.310 178 9/9/2024
2.1.309 261 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 259 9/5/2024
2.1.301 198 9/4/2024
2.1.300 358 9/3/2024
2.1.299 239 9/3/2024
2.1.298 225 9/3/2024
2.1.297 163 9/3/2024
2.1.296 241 8/29/2024
2.1.295 271 8/26/2024
2.1.294 326 8/21/2024
2.1.293 250 8/21/2024
2.1.292 216 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 330 8/15/2024
2.1.286 254 8/13/2024
2.1.285 246 8/13/2024
2.1.284 200 8/13/2024
2.1.283 195 8/6/2024
2.1.282 188 8/6/2024
2.1.281 281 8/1/2024
2.1.280 198 8/1/2024
2.1.279 212 8/1/2024
2.1.278 254 7/25/2024
2.1.277 194 7/25/2024
2.1.276 153 7/25/2024
2.1.275 145 7/24/2024
2.1.274 294 7/24/2024
2.1.273 277 7/20/2024
2.1.272 286 7/14/2024
2.1.271 173 7/14/2024
2.1.270 264 7/10/2024
2.1.269 258 7/10/2024
2.1.268 167 7/10/2024
2.1.267 231 7/10/2024
2.1.266 205 7/10/2024
2.1.265 139 7/10/2024
2.1.264 197 7/10/2024
2.1.263 187 7/9/2024
2.1.261 169 7/9/2024
2.1.260 134 7/9/2024
2.1.259 203 7/9/2024
2.1.258 195 7/9/2024
2.1.257 139 7/9/2024
2.1.256 185 7/9/2024
2.1.255 142 7/9/2024
2.1.254 200 7/9/2024
2.1.253 221 7/9/2024
2.1.252 210 7/9/2024
2.1.251 143 7/8/2024
2.1.250 210 7/8/2024
2.1.249 285 7/8/2024
2.1.248 167 7/7/2024
2.1.247 237 7/7/2024
2.1.246 171 7/7/2024
2.1.245 205 7/7/2024
2.1.244 330 7/3/2024
2.1.243 365 6/22/2024
2.1.242 311 6/15/2024
2.1.241 193 6/15/2024
2.1.240 295 6/14/2024
2.1.239 281 6/1/2024
2.1.238 224 6/1/2024
2.1.237 216 6/1/2024
2.1.236 174 6/1/2024
2.1.235 220 5/31/2024
2.1.234 296 5/29/2024
2.1.233 185 5/28/2024
2.1.232 143 5/28/2024
2.1.231 219 5/28/2024
2.1.230 295 5/27/2024
2.1.229 234 5/26/2024
2.1.228 234 5/26/2024
2.1.227 194 5/26/2024
2.1.226 303 5/25/2024
2.1.225 190 5/25/2024
2.1.224 154 5/25/2024
2.1.223 286 5/25/2024
2.1.222 167 5/25/2024
2.1.221 272 5/23/2024
2.1.220 237 5/23/2024
2.1.219 248 5/22/2024
2.1.218 168 5/22/2024
2.1.217 281 5/22/2024
2.1.216 166 5/22/2024
2.1.215 285 5/18/2024
2.1.214 214 5/17/2024
2.1.213 258 5/17/2024
2.1.212 203 5/16/2024
2.1.211 284 5/15/2024
2.1.210 174 5/15/2024
2.1.209 167 5/15/2024
2.1.208 228 5/14/2024
2.1.207 185 5/13/2024
2.1.206 271 4/30/2024
2.1.205 242 4/29/2024
2.1.204 282 4/28/2024
2.1.203 258 4/28/2024
2.1.202 274 4/28/2024
2.1.201 237 4/28/2024
2.1.200 186 4/28/2024
2.1.199 196 4/27/2024
2.1.198 248 4/27/2024
2.1.197 260 4/19/2024
2.1.196 262 4/18/2024
2.1.195 305 4/12/2024
2.1.194 214 4/12/2024
2.1.193 255 4/12/2024
2.1.192 300 4/12/2024
2.1.191 149 4/12/2024
2.1.190 239 4/12/2024
2.1.189 175 4/12/2024
2.1.188 261 4/10/2024
2.1.187 168 4/9/2024
2.1.186 163 4/9/2024
2.1.185 223 4/9/2024
2.1.184 271 4/2/2024
2.1.183 217 4/1/2024
2.1.182 243 4/1/2024
2.1.181 499 3/19/2024
2.1.180 206 3/19/2024
2.1.179 263 3/19/2024
2.1.178 292 3/15/2024
2.1.177 274 3/13/2024
2.1.176 265 3/13/2024
2.1.175 210 3/13/2024
2.1.174 281 3/13/2024
2.1.173 170 3/13/2024
2.1.172 258 3/12/2024
2.1.171 215 3/12/2024
2.1.170 246 3/12/2024
2.1.169 172 3/12/2024
2.1.168 280 3/11/2024
2.1.167 278 3/11/2024
2.1.166 249 3/10/2024
2.1.165 217 3/8/2024
2.1.164 181 3/8/2024
2.1.163 280 3/8/2024
2.1.162 311 3/6/2024
2.1.161 278 3/4/2024
2.1.160 264 3/4/2024
2.1.159 304 3/3/2024
2.1.158 251 3/2/2024
2.1.157 173 3/2/2024
2.1.156 275 3/2/2024
2.1.155 174 3/2/2024
2.1.154 299 2/29/2024
2.1.153 207 2/29/2024
2.1.152 214 2/29/2024
2.1.151 334 2/26/2024
2.1.150 242 2/25/2024
2.1.149 269 2/25/2024
2.1.148 253 2/23/2024
2.1.147 305 2/22/2024
2.1.146 268 2/22/2024
2.1.145 236 2/21/2024
2.1.144 286 2/21/2024
2.1.143 275 2/21/2024
2.1.142 183 2/21/2024
2.1.141 255 2/21/2024
2.1.140 264 2/20/2024
2.1.139 263 2/20/2024
2.1.138 215 2/20/2024
2.1.137 288 2/20/2024
2.1.136 239 2/19/2024
2.1.135 238 2/19/2024
2.1.134 297 2/17/2024
2.1.133 232 2/16/2024
2.1.132 270 2/16/2024
2.1.131 288 2/16/2024
2.1.130 235 2/16/2024
2.1.129 171 2/16/2024
2.1.128 171 2/16/2024
2.1.127 392 2/13/2024
2.1.126 232 2/13/2024
2.1.125 166 2/13/2024
2.1.124 230 2/13/2024
2.1.123 168 2/13/2024
2.1.122 244 2/13/2024
2.1.121 167 2/13/2024
2.1.120 369 2/12/2024
2.1.119 193 2/11/2024
2.1.118 215 2/11/2024
2.1.117 290 2/11/2024
2.1.116 240 2/10/2024
2.1.115 231 2/9/2024
2.1.114 311 2/9/2024
2.1.113 190 2/9/2024
2.1.112 319 2/8/2024
2.1.111 201 2/8/2024
2.1.110 282 2/8/2024
2.1.109 279 2/7/2024
2.1.108 214 2/7/2024
2.1.107 310 2/7/2024
2.1.106 172 2/7/2024
2.1.105 240 2/6/2024
2.1.104 267 2/6/2024
2.1.103 170 2/6/2024
2.1.102 215 2/5/2024
2.1.101 260 2/4/2024
2.1.100 237 2/2/2024
2.1.99 377 1/31/2024
2.1.98 247 1/29/2024
2.1.97 244 1/29/2024
2.1.96 167 1/29/2024
2.1.95 233 1/29/2024
2.1.94 196 1/28/2024
2.1.93 223 1/28/2024
2.1.92 175 1/28/2024
2.1.91 218 1/28/2024
2.1.90 235 1/28/2024
2.1.89 203 1/27/2024
2.1.88 202 1/27/2024
2.1.87 167 1/27/2024
2.1.86 271 1/27/2024
2.1.85 202 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 362 1/26/2024
2.1.80 233 1/26/2024
2.1.79 245 1/26/2024
2.1.78 171 1/26/2024
2.1.77 264 1/25/2024
2.1.76 219 1/25/2024
2.1.75 255 1/25/2024
2.1.74 169 1/25/2024
2.1.73 283 1/19/2024
2.1.72 259 1/15/2024
2.1.71 249 1/15/2024
2.1.70 246 1/15/2024
2.1.69 276 1/15/2024
2.1.68 222 1/15/2024
2.1.67 283 1/14/2024
2.1.66 216 1/13/2024
2.1.65 250 1/12/2024
2.1.64 328 1/11/2024
2.1.63 205 1/9/2024
2.1.62 199 1/9/2024
2.1.61 263 1/7/2024
2.1.60 254 1/5/2024
2.1.59 167 1/5/2024
2.1.58 280 1/5/2024
2.1.57 395 1/1/2024
2.1.56 337 12/28/2023
2.1.55 265 12/28/2023
2.1.54 183 12/28/2023
2.1.53 265 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 408 12/25/2023
2.1.48 198 12/25/2023
2.1.47 197 12/25/2023
2.1.46 309 12/25/2023
2.1.45 214 12/25/2023
2.1.44 190 12/25/2023
2.1.43 349 12/24/2023
2.1.42 294 12/23/2023
2.1.41 257 12/23/2023
2.1.40 253 12/23/2023
2.1.39 197 12/23/2023
2.1.38 292 12/19/2023
2.1.37 267 12/19/2023
2.1.36 369 12/10/2023
2.1.35 305 12/10/2023
2.1.34 296 12/9/2023
2.1.33 236 12/9/2023
2.1.32 294 12/9/2023
2.1.31 275 12/6/2023
2.1.30 290 12/5/2023
2.1.29 264 12/4/2023
2.1.28 187 12/4/2023
2.1.27 271 12/4/2023
2.1.26 398 11/23/2023
2.1.25 239 11/23/2023
2.1.24 198 11/23/2023
2.1.23 230 11/23/2023
2.1.22 169 11/23/2023
2.1.21 267 11/20/2023
2.1.20 252 11/20/2023
2.1.19 248 11/19/2023
2.1.18 247 11/19/2023
2.1.17 294 11/19/2023
2.1.16 169 11/19/2023
2.1.15 258 11/18/2023
2.1.14 229 11/18/2023
2.1.13 267 11/18/2023
2.1.12 248 11/17/2023
2.1.11 249 11/17/2023
2.1.10 200 11/17/2023
2.1.9 201 11/17/2023
2.1.8 295 11/17/2023
2.1.7 228 11/17/2023
2.1.6 257 11/17/2023
2.1.5 186 11/17/2023
2.1.4 254 11/16/2023
2.0.91 279 11/15/2023
2.0.90 175 11/15/2023
2.0.89 184 11/15/2023
2.0.88 201 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 316 11/13/2023
1.0.85 223 11/10/2023
1.0.84 328 11/9/2023
1.0.83 166 11/9/2023
1.0.82 322 11/7/2023
1.0.81 268 11/6/2023
1.0.80 314 11/3/2023
1.0.79 233 11/2/2023
1.0.78 294 11/1/2023
1.0.77 325 10/26/2023
1.0.76 280 10/24/2023
1.0.75 245 10/19/2023
1.0.74 302 10/18/2023
1.0.73 330 10/17/2023
1.0.72 298 10/16/2023
1.0.71 319 10/13/2023
1.0.70 247 10/12/2023
1.0.69 318 10/10/2023
1.0.68 300 9/20/2023
1.0.67 219 9/19/2023
1.0.66 280 9/18/2023
1.0.65 186 9/18/2023
1.0.64 409 9/14/2023
1.0.63 263 9/12/2023
1.0.62 358 8/31/2023
1.0.61 278 8/30/2023
1.0.60 320 8/29/2023
1.0.59 350 8/28/2023
1.0.58 300 8/25/2023
1.0.57 315 8/24/2023
1.0.56 324 8/21/2023
1.0.55 264 8/18/2023
1.0.54 319 8/17/2023
1.0.53 311 8/16/2023
1.0.52 355 8/10/2023
1.0.51 333 8/9/2023
1.0.50 377 8/8/2023
1.0.49 229 8/8/2023
1.0.48 320 8/7/2023
1.0.47 232 8/7/2023
1.0.46 485 7/13/2023
1.0.45 396 7/11/2023
1.0.44 239 7/11/2023
1.0.43 367 7/10/2023
1.0.42 280 7/7/2023
1.0.41 245 7/7/2023
1.0.40 436 6/30/2023
1.0.39 274 6/29/2023
1.0.38 386 6/28/2023
1.0.37 305 6/27/2023
1.0.36 458 6/26/2023
1.0.35 257 6/23/2023
1.0.34 244 6/23/2023
1.0.33 472 6/21/2023
1.0.32 326 6/15/2023
1.0.31 315 6/14/2023
1.0.30 380 6/13/2023
1.0.29 303 6/9/2023
1.0.28 353 6/8/2023
1.0.27 355 6/7/2023
1.0.26 444 6/6/2023
1.0.25 225 6/6/2023
1.0.24 322 6/5/2023
1.0.23 390 6/2/2023
1.0.22 226 6/2/2023
1.0.21 368 6/1/2023
1.0.20 312 5/31/2023
1.0.19 200 5/31/2023
1.0.18 311 5/31/2023
1.0.17 365 5/30/2023
1.0.16 281 5/29/2023
1.0.15 371 5/26/2023
1.0.14 345 5/25/2023
1.0.13 295 5/24/2023
1.0.12 399 5/24/2023
1.0.11 219 5/23/2023
1.0.10 399 5/23/2023
1.0.9 231 5/23/2023
1.0.8 225 5/22/2023
1.0.7 367 5/19/2023
1.0.6 309 5/17/2023
1.0.5 395 5/16/2023
1.0.4 283 5/15/2023
1.0.3 265 5/12/2023
1.0.2 428 4/28/2023
1.0.1 252 4/28/2023