Soenneker.Blazor.Utils.Navigation 3.0.984

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.984
                    
NuGet\Install-Package Soenneker.Blazor.Utils.Navigation -Version 3.0.984
                    
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.984" />
                    
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.984" />
                    
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.984
                    
#r "nuget: Soenneker.Blazor.Utils.Navigation, 3.0.984"
                    
#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.984
                    
#: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.984
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Blazor.Utils.Navigation&version=3.0.984
                    
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 191 9/30/2025
3.0.1007 764 9/16/2025
3.0.1006 382 9/9/2025
3.0.1005 240 9/9/2025
3.0.1004 180 9/9/2025
3.0.1003 434 9/8/2025
3.0.1002 358 9/6/2025
3.0.1001 621 9/3/2025
3.0.1000 190 9/3/2025
3.0.999 412 9/3/2025
3.0.998 408 9/2/2025
3.0.997 418 8/17/2025
3.0.996 480 8/13/2025
3.0.995 331 8/11/2025
3.0.994 350 8/11/2025
3.0.993 174 8/11/2025
3.0.992 295 8/11/2025
3.0.991 530 8/11/2025
3.0.990 397 8/5/2025
3.0.989 215 8/5/2025
3.0.988 224 8/5/2025
3.0.987 420 7/29/2025
3.0.986 766 7/8/2025
3.0.985 172 7/8/2025
3.0.984 167 7/8/2025
3.0.983 611 6/28/2025
3.0.982 343 6/27/2025
3.0.981 165 6/27/2025
3.0.980 578 6/24/2025
3.0.979 218 6/23/2025
3.0.978 746 6/11/2025
3.0.977 500 6/10/2025
3.0.976 311 6/10/2025
3.0.975 374 6/10/2025
3.0.974 666 6/2/2025
3.0.973 398 5/27/2025
3.0.972 222 5/27/2025
3.0.971 381 5/27/2025
3.0.970 494 5/25/2025
3.0.969 397 5/23/2025
3.0.968 178 5/23/2025
3.0.967 363 5/23/2025
3.0.966 208 5/22/2025
3.0.965 888 5/14/2025
3.0.964 256 5/13/2025
3.0.963 409 5/13/2025
3.0.962 418 5/8/2025
3.0.961 196 5/8/2025
3.0.960 474 5/8/2025
3.0.959 199 5/7/2025
3.0.958 703 5/5/2025
3.0.957 182 5/5/2025
3.0.956 290 5/5/2025
3.0.955 425 5/5/2025
3.0.954 183 5/5/2025
3.0.953 846 4/27/2025
3.0.952 301 4/26/2025
3.0.951 237 4/19/2025
3.0.950 565 4/8/2025
3.0.949 214 4/8/2025
3.0.948 367 4/8/2025
3.0.947 202 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 196 4/8/2025
3.0.942 188 4/8/2025
3.0.941 191 4/8/2025
3.0.940 179 4/8/2025
3.0.939 181 4/8/2025
3.0.938 206 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,160 4/7/2025
3.0.928 213 4/7/2025
3.0.927 235 4/7/2025
3.0.926 208 4/7/2025
3.0.925 517 4/7/2025
3.0.924 193 4/7/2025
3.0.923 396 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 244 4/7/2025
3.0.918 236 4/7/2025
3.0.917 195 4/7/2025
3.0.916 236 4/6/2025
3.0.915 196 4/6/2025
3.0.914 227 4/6/2025
3.0.913 198 4/6/2025
3.0.912 203 4/6/2025
3.0.911 192 4/6/2025
3.0.910 195 4/6/2025
3.0.909 184 4/6/2025
3.0.908 149 4/6/2025
3.0.907 151 4/6/2025
3.0.906 209 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 185 4/5/2025
3.0.901 158 4/5/2025
3.0.900 143 4/5/2025
3.0.899 128 4/5/2025
3.0.898 127 4/5/2025
3.0.897 143 4/5/2025
3.0.896 130 4/5/2025
3.0.895 129 4/5/2025
3.0.894 127 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,106 4/4/2025
3.0.886 336 4/4/2025
3.0.885 190 4/4/2025
3.0.884 424 4/1/2025
3.0.883 214 4/1/2025
3.0.882 222 4/1/2025
3.0.881 658 4/1/2025
3.0.880 203 4/1/2025
3.0.879 221 3/31/2025
3.0.878 357 3/31/2025
3.0.877 198 3/31/2025
3.0.876 519 3/29/2025
3.0.875 141 3/29/2025
3.0.874 1,031 3/25/2025
3.0.873 635 3/25/2025
3.0.872 546 3/25/2025
3.0.871 532 3/25/2025
3.0.870 553 3/25/2025
3.0.869 383 3/21/2025
3.0.868 141 3/21/2025
3.0.867 340 3/21/2025
3.0.866 159 3/21/2025
3.0.865 509 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 416 3/18/2025
3.0.859 218 3/15/2025
3.0.858 253 3/15/2025
3.0.857 131 3/15/2025
3.0.856 283 3/15/2025
3.0.855 113 3/15/2025
3.0.854 349 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 472 3/12/2025
3.0.849 190 3/12/2025
3.0.848 205 3/12/2025
3.0.847 437 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 381 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 400 3/11/2025
3.0.835 564 3/7/2025
3.0.834 286 3/7/2025
3.0.833 255 3/7/2025
3.0.832 508 3/7/2025
3.0.831 229 3/7/2025
3.0.830 452 3/2/2025
3.0.829 161 3/2/2025
3.0.828 275 3/2/2025
3.0.827 135 3/2/2025
3.0.826 290 3/2/2025
3.0.825 169 3/2/2025
3.0.824 151 3/2/2025
3.0.823 155 3/2/2025
3.0.822 191 3/2/2025
3.0.821 137 3/2/2025
3.0.820 379 3/1/2025
3.0.819 151 3/1/2025
3.0.818 161 3/1/2025
3.0.817 337 3/1/2025
3.0.816 155 3/1/2025
3.0.815 171 3/1/2025
3.0.814 167 3/1/2025
3.0.813 135 3/1/2025
3.0.812 188 3/1/2025
3.0.811 611 2/26/2025
3.0.810 164 2/26/2025
3.0.809 298 2/25/2025
3.0.808 143 2/25/2025
3.0.807 255 2/25/2025
3.0.806 153 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 359 2/25/2025
3.0.801 143 2/25/2025
3.0.800 167 2/25/2025
3.0.799 565 2/23/2025
3.0.798 132 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 419 2/22/2025
3.0.792 245 2/22/2025
3.0.791 372 2/22/2025
3.0.790 267 2/22/2025
3.0.789 180 2/22/2025
3.0.788 154 2/22/2025
3.0.787 317 2/22/2025
3.0.786 138 2/22/2025
3.0.785 164 2/22/2025
3.0.784 152 2/22/2025
3.0.783 154 2/22/2025
3.0.782 345 2/21/2025
3.0.781 166 2/21/2025
3.0.780 133 2/21/2025
3.0.779 332 2/21/2025
3.0.778 209 2/21/2025
3.0.777 157 2/21/2025
3.0.776 663 2/19/2025
3.0.775 163 2/19/2025
3.0.774 167 2/19/2025
3.0.773 139 2/19/2025
3.0.772 150 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 554 2/18/2025
3.0.766 141 2/18/2025
3.0.765 273 2/18/2025
3.0.764 148 2/18/2025
3.0.763 333 2/18/2025
3.0.762 381 2/14/2025
3.0.761 303 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 161 2/14/2025
3.0.756 781 2/12/2025
3.0.755 172 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 194 2/12/2025
3.0.748 165 2/12/2025
3.0.747 414 2/12/2025
3.0.746 143 2/12/2025
3.0.745 181 2/12/2025
3.0.744 166 2/12/2025
3.0.743 141 2/12/2025
3.0.742 324 2/12/2025
3.0.740 672 2/11/2025
3.0.739 145 2/11/2025
3.0.738 170 2/11/2025
3.0.737 370 2/11/2025
3.0.736 171 2/11/2025
3.0.735 154 2/11/2025
3.0.734 231 2/10/2025
3.0.733 171 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 478 2/10/2025
3.0.727 155 2/10/2025
3.0.726 304 2/9/2025
3.0.725 244 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 451 2/8/2025
3.0.720 166 2/8/2025
3.0.719 168 2/7/2025
3.0.718 459 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 704 2/7/2025
3.0.712 148 2/6/2025
3.0.711 528 2/5/2025
3.0.710 157 2/5/2025
3.0.709 354 2/5/2025
3.0.708 143 2/5/2025
3.0.707 160 2/5/2025
3.0.706 154 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 390 2/5/2025
3.0.701 143 2/5/2025
3.0.700 215 2/5/2025
3.0.699 292 2/5/2025
3.0.698 555 1/28/2025
3.0.697 169 1/28/2025
3.0.696 183 1/28/2025
3.0.695 145 1/28/2025
3.0.694 203 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 417 1/28/2025
3.0.687 155 1/27/2025
3.0.686 143 1/27/2025
3.0.685 147 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 653 1/26/2025
3.0.679 137 1/26/2025
3.0.678 145 1/26/2025
3.0.677 158 1/26/2025
3.0.676 135 1/26/2025
3.0.675 164 1/26/2025
3.0.674 155 1/26/2025
3.0.673 158 1/26/2025
3.0.672 140 1/26/2025
3.0.671 134 1/26/2025
3.0.670 137 1/25/2025
3.0.669 551 1/25/2025
3.0.668 144 1/25/2025
3.0.667 149 1/25/2025
3.0.666 154 1/25/2025
3.0.665 132 1/25/2025
3.0.664 138 1/25/2025
3.0.663 154 1/25/2025
3.0.662 163 1/25/2025
3.0.661 156 1/25/2025
3.0.660 135 1/25/2025
3.0.659 464 1/25/2025
3.0.658 458 1/24/2025
3.0.657 142 1/24/2025
3.0.656 183 1/24/2025
3.0.655 133 1/24/2025
3.0.654 125 1/24/2025
3.0.653 134 1/24/2025
3.0.652 399 1/24/2025
3.0.651 130 1/24/2025
3.0.650 253 1/24/2025
3.0.649 133 1/24/2025
3.0.648 136 1/24/2025
3.0.647 148 1/24/2025
3.0.646 144 1/24/2025
3.0.645 280 1/23/2025
3.0.644 177 1/23/2025
3.0.643 361 1/22/2025
3.0.642 168 1/22/2025
3.0.641 159 1/22/2025
3.0.640 146 1/21/2025
3.0.639 173 1/21/2025
3.0.638 136 1/21/2025
3.0.637 127 1/21/2025
3.0.636 209 1/21/2025
3.0.635 436 1/21/2025
3.0.634 173 1/21/2025
3.0.633 396 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 138 1/20/2025
3.0.618 153 1/20/2025
3.0.617 131 1/20/2025
3.0.616 347 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 697 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 127 1/19/2025
3.0.600 414 1/19/2025
3.0.599 283 1/19/2025
3.0.598 165 1/19/2025
3.0.597 145 1/18/2025
3.0.596 115 1/18/2025
3.0.595 246 1/18/2025
3.0.594 128 1/18/2025
3.0.593 155 1/18/2025
3.0.592 129 1/18/2025
3.0.591 125 1/18/2025
3.0.590 232 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 145 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 444 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 135 1/16/2025
3.0.570 523 1/16/2025
3.0.569 280 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 170 1/15/2025
3.0.564 134 1/15/2025
3.0.563 369 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 229 1/15/2025
3.0.558 105 1/15/2025
3.0.557 358 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 283 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 279 1/13/2025
3.0.547 236 1/13/2025
3.0.546 120 1/13/2025
3.0.545 157 1/13/2025
3.0.544 206 1/13/2025
3.0.543 128 1/13/2025
3.0.542 195 1/13/2025
3.0.541 225 1/13/2025
3.0.540 176 1/12/2025
3.0.539 286 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 143 1/11/2025
3.0.533 321 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 138 1/10/2025
3.0.528 246 1/10/2025
3.0.527 133 1/10/2025
3.0.526 181 1/10/2025
3.0.525 621 1/3/2025
3.0.524 214 1/3/2025
3.0.523 289 1/3/2025
3.0.522 163 1/3/2025
3.0.521 201 1/3/2025
3.0.520 175 1/3/2025
3.0.519 147 1/3/2025
3.0.518 333 1/3/2025
3.0.517 173 1/3/2025
3.0.516 186 1/2/2025
3.0.515 159 1/2/2025
3.0.514 162 1/2/2025
3.0.513 320 1/2/2025
3.0.512 153 1/2/2025
3.0.511 155 1/2/2025
3.0.510 452 1/1/2025
3.0.509 166 1/1/2025
3.0.508 331 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 808 12/31/2024
3.0.498 186 12/31/2024
3.0.497 193 12/31/2024
3.0.496 288 12/31/2024
3.0.495 136 12/31/2024
3.0.494 140 12/31/2024
3.0.493 282 12/31/2024
3.0.492 143 12/31/2024
3.0.491 146 12/31/2024
3.0.490 412 12/28/2024
3.0.489 283 12/28/2024
3.0.488 150 12/28/2024
3.0.487 229 12/28/2024
3.0.486 152 12/28/2024
3.0.485 142 12/28/2024
3.0.484 255 12/27/2024
3.0.483 141 12/27/2024
3.0.482 171 12/27/2024
3.0.481 500 12/24/2024
3.0.480 285 12/24/2024
3.0.479 169 12/24/2024
3.0.478 137 12/24/2024
3.0.477 249 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 473 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 169 12/24/2024
3.0.465 141 12/24/2024
3.0.464 422 12/23/2024
3.0.463 132 12/23/2024
3.0.462 251 12/23/2024
3.0.461 137 12/23/2024
3.0.460 238 12/23/2024
3.0.459 157 12/23/2024
3.0.458 231 12/23/2024
3.0.457 148 12/23/2024
3.0.456 218 12/23/2024
3.0.455 153 12/23/2024
3.0.454 280 12/23/2024
3.0.453 139 12/23/2024
3.0.452 278 12/22/2024
3.0.451 135 12/22/2024
3.0.450 198 12/22/2024
3.0.449 156 12/22/2024
3.0.448 245 12/22/2024
3.0.447 139 12/22/2024
3.0.446 212 12/22/2024
3.0.445 133 12/22/2024
3.0.444 316 12/22/2024
3.0.443 288 12/22/2024
3.0.442 139 12/21/2024
3.0.441 305 12/21/2024
3.0.440 271 12/21/2024
3.0.439 240 12/21/2024
3.0.438 301 12/21/2024
3.0.437 144 12/21/2024
3.0.436 262 12/21/2024
3.0.435 216 12/20/2024
3.0.433 1,158 12/16/2024
3.0.432 500 12/9/2024
3.0.431 183 12/9/2024
3.0.430 406 12/9/2024
3.0.429 135 12/9/2024
3.0.428 613 12/6/2024
3.0.427 230 12/6/2024
3.0.426 332 12/6/2024
3.0.425 206 12/6/2024
3.0.424 287 12/6/2024
3.0.423 217 12/6/2024
3.0.422 221 12/6/2024
3.0.421 245 12/5/2024
3.0.420 701 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 449 12/4/2024
3.0.415 325 12/4/2024
3.0.414 305 12/4/2024
3.0.413 147 12/4/2024
3.0.412 167 12/4/2024
3.0.411 364 12/3/2024
3.0.410 237 12/3/2024
3.0.409 193 12/3/2024
3.0.408 182 12/3/2024
3.0.407 368 12/3/2024
3.0.406 137 12/3/2024
3.0.405 174 12/3/2024
3.0.404 536 12/2/2024
3.0.403 171 12/2/2024
3.0.402 290 12/2/2024
3.0.401 161 12/1/2024
3.0.400 145 12/1/2024
3.0.399 354 12/1/2024
3.0.398 672 11/29/2024
3.0.397 286 11/21/2024
3.0.396 672 11/20/2024
3.0.395 513 11/20/2024
3.0.394 243 11/19/2024
3.0.393 146 11/19/2024
3.0.392 272 11/19/2024
3.0.391 440 11/19/2024
3.0.390 175 11/19/2024
3.0.389 599 11/14/2024
3.0.388 396 11/14/2024
3.0.387 347 11/14/2024
3.0.386 202 11/14/2024
3.0.385 146 11/14/2024
3.0.384 426 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 273 11/13/2024
2.1.379 461 11/13/2024
2.1.378 188 11/13/2024
2.1.377 171 11/12/2024
2.1.376 147 11/12/2024
2.1.375 566 11/12/2024
2.1.374 668 11/9/2024
2.1.373 492 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 504 11/8/2024
2.1.367 174 11/8/2024
2.1.366 1,125 10/31/2024
2.1.365 709 10/29/2024
2.1.364 381 10/29/2024
2.1.363 343 10/29/2024
2.1.362 650 10/26/2024
2.1.361 678 10/22/2024
2.1.360 322 10/22/2024
2.1.359 142 10/22/2024
2.1.358 784 10/17/2024
2.1.357 775 10/14/2024
2.1.356 696 10/11/2024
2.1.355 187 10/11/2024
2.1.354 429 10/11/2024
2.1.353 415 10/9/2024
2.1.352 271 10/8/2024
2.1.351 322 10/8/2024
2.1.350 146 10/8/2024
2.1.349 316 10/8/2024
2.1.348 471 10/3/2024
2.1.347 163 10/3/2024
2.1.346 220 10/3/2024
2.1.345 258 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 230 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 189 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 223 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 285 9/12/2024
2.1.319 246 9/11/2024
2.1.318 286 9/11/2024
2.1.317 264 9/10/2024
2.1.316 170 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 226 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 246 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 208 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 245 8/13/2024
2.1.285 233 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 157 7/9/2024
2.1.260 134 7/9/2024
2.1.259 192 7/9/2024
2.1.258 186 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 256 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 277 6/14/2024
2.1.239 266 6/1/2024
2.1.238 216 6/1/2024
2.1.237 207 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 142 5/28/2024
2.1.231 214 5/28/2024
2.1.230 267 5/27/2024
2.1.229 222 5/26/2024
2.1.228 222 5/26/2024
2.1.227 189 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 157 5/25/2024
2.1.221 248 5/23/2024
2.1.220 223 5/23/2024
2.1.219 240 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 232 4/29/2024
2.1.204 264 4/28/2024
2.1.203 241 4/28/2024
2.1.202 257 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 165 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 203 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 251 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 265 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 270 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 253 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 161 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 190 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 302 2/8/2024
2.1.111 187 2/8/2024
2.1.110 266 2/8/2024
2.1.109 261 2/7/2024
2.1.108 191 2/7/2024
2.1.107 289 2/7/2024
2.1.106 172 2/7/2024
2.1.105 236 2/6/2024
2.1.104 244 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 358 1/31/2024
2.1.98 232 1/29/2024
2.1.97 228 1/29/2024
2.1.96 157 1/29/2024
2.1.95 217 1/29/2024
2.1.94 178 1/28/2024
2.1.93 211 1/28/2024
2.1.92 174 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 157 1/27/2024
2.1.86 251 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 224 1/26/2024
2.1.79 217 1/26/2024
2.1.78 171 1/26/2024
2.1.77 251 1/25/2024
2.1.76 211 1/25/2024
2.1.75 244 1/25/2024
2.1.74 159 1/25/2024
2.1.73 259 1/19/2024
2.1.72 241 1/15/2024
2.1.71 235 1/15/2024
2.1.70 237 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 185 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 251 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 170 12/27/2023
2.1.50 180 12/27/2023
2.1.49 362 12/25/2023
2.1.48 198 12/25/2023
2.1.47 196 12/25/2023
2.1.46 289 12/25/2023
2.1.45 200 12/25/2023
2.1.44 190 12/25/2023
2.1.43 314 12/24/2023
2.1.42 282 12/23/2023
2.1.41 236 12/23/2023
2.1.40 224 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 218 12/9/2023
2.1.32 278 12/9/2023
2.1.31 259 12/6/2023
2.1.30 256 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 361 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 239 11/20/2023
2.1.19 227 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 220 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 245 11/17/2023
2.1.5 176 11/17/2023
2.1.4 242 11/16/2023
2.0.91 260 11/15/2023
2.0.90 174 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 205 11/10/2023
1.0.84 302 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 290 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 289 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 232 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 176 9/18/2023
1.0.64 372 9/14/2023
1.0.63 253 9/12/2023
1.0.62 347 8/31/2023
1.0.61 268 8/30/2023
1.0.60 301 8/29/2023
1.0.59 324 8/28/2023
1.0.58 280 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 272 7/7/2023
1.0.41 245 7/7/2023
1.0.40 393 6/30/2023
1.0.39 267 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 304 6/14/2023
1.0.30 360 6/13/2023
1.0.29 293 6/9/2023
1.0.28 339 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 316 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