Soenneker.Blazor.Utils.Navigation 3.0.428

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