Soenneker.Blazor.Utils.Navigation 3.0.1011

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