Soenneker.Blazor.Utils.Navigation 3.0.995

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.995
                    
NuGet\Install-Package Soenneker.Blazor.Utils.Navigation -Version 3.0.995
                    
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.995" />
                    
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.995" />
                    
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.995
                    
#r "nuget: Soenneker.Blazor.Utils.Navigation, 3.0.995"
                    
#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.995
                    
#: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.995
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Blazor.Utils.Navigation&version=3.0.995
                    
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 573 9/16/2025
3.0.1006 331 9/9/2025
3.0.1005 217 9/9/2025
3.0.1004 156 9/9/2025
3.0.1003 380 9/8/2025
3.0.1002 299 9/6/2025
3.0.1001 541 9/3/2025
3.0.1000 179 9/3/2025
3.0.999 353 9/3/2025
3.0.998 352 9/2/2025
3.0.997 341 8/17/2025
3.0.996 414 8/13/2025
3.0.995 289 8/11/2025
3.0.994 288 8/11/2025
3.0.993 161 8/11/2025
3.0.992 259 8/11/2025
3.0.991 449 8/11/2025
3.0.990 352 8/5/2025
3.0.989 215 8/5/2025
3.0.988 214 8/5/2025
3.0.987 310 7/29/2025
3.0.986 663 7/8/2025
3.0.985 162 7/8/2025
3.0.984 157 7/8/2025
3.0.983 531 6/28/2025
3.0.982 275 6/27/2025
3.0.981 132 6/27/2025
3.0.980 486 6/24/2025
3.0.979 209 6/23/2025
3.0.978 663 6/11/2025
3.0.977 454 6/10/2025
3.0.976 301 6/10/2025
3.0.975 342 6/10/2025
3.0.974 572 6/2/2025
3.0.973 359 5/27/2025
3.0.972 196 5/27/2025
3.0.971 310 5/27/2025
3.0.970 422 5/25/2025
3.0.969 340 5/23/2025
3.0.968 165 5/23/2025
3.0.967 318 5/23/2025
3.0.966 182 5/22/2025
3.0.965 781 5/14/2025
3.0.964 236 5/13/2025
3.0.963 366 5/13/2025
3.0.962 372 5/8/2025
3.0.961 184 5/8/2025
3.0.960 397 5/8/2025
3.0.959 186 5/7/2025
3.0.958 586 5/5/2025
3.0.957 172 5/5/2025
3.0.956 266 5/5/2025
3.0.955 383 5/5/2025
3.0.954 173 5/5/2025
3.0.953 713 4/27/2025
3.0.952 261 4/26/2025
3.0.951 220 4/19/2025
3.0.950 507 4/8/2025
3.0.949 184 4/8/2025
3.0.948 327 4/8/2025
3.0.947 200 4/8/2025
3.0.946 178 4/8/2025
3.0.945 201 4/8/2025
3.0.944 168 4/8/2025
3.0.943 186 4/8/2025
3.0.942 178 4/8/2025
3.0.941 181 4/8/2025
3.0.940 177 4/8/2025
3.0.939 160 4/8/2025
3.0.938 196 4/8/2025
3.0.937 182 4/8/2025
3.0.936 179 4/8/2025
3.0.935 179 4/8/2025
3.0.934 182 4/8/2025
3.0.933 187 4/7/2025
3.0.932 189 4/7/2025
3.0.931 176 4/7/2025
3.0.930 183 4/7/2025
3.0.929 918 4/7/2025
3.0.928 202 4/7/2025
3.0.927 201 4/7/2025
3.0.926 196 4/7/2025
3.0.925 449 4/7/2025
3.0.924 173 4/7/2025
3.0.923 352 4/7/2025
3.0.922 192 4/7/2025
3.0.921 201 4/7/2025
3.0.920 177 4/7/2025
3.0.919 221 4/7/2025
3.0.918 207 4/7/2025
3.0.917 175 4/7/2025
3.0.916 217 4/6/2025
3.0.915 186 4/6/2025
3.0.914 217 4/6/2025
3.0.913 188 4/6/2025
3.0.912 183 4/6/2025
3.0.911 173 4/6/2025
3.0.910 169 4/6/2025
3.0.909 173 4/6/2025
3.0.908 129 4/6/2025
3.0.907 141 4/6/2025
3.0.906 190 4/6/2025
3.0.905 135 4/6/2025
3.0.904 192 4/6/2025
3.0.903 135 4/6/2025
3.0.902 161 4/5/2025
3.0.901 142 4/5/2025
3.0.900 131 4/5/2025
3.0.899 108 4/5/2025
3.0.898 117 4/5/2025
3.0.897 121 4/5/2025
3.0.896 128 4/5/2025
3.0.895 119 4/5/2025
3.0.894 117 4/5/2025
3.0.893 122 4/5/2025
3.0.892 108 4/5/2025
3.0.891 109 4/5/2025
3.0.890 109 4/5/2025
3.0.889 113 4/4/2025
3.0.888 120 4/4/2025
3.0.887 1,731 4/4/2025
3.0.886 308 4/4/2025
3.0.885 170 4/4/2025
3.0.884 371 4/1/2025
3.0.883 201 4/1/2025
3.0.882 203 4/1/2025
3.0.881 571 4/1/2025
3.0.880 200 4/1/2025
3.0.879 205 3/31/2025
3.0.878 317 3/31/2025
3.0.877 188 3/31/2025
3.0.876 443 3/29/2025
3.0.875 131 3/29/2025
3.0.874 927 3/25/2025
3.0.873 601 3/25/2025
3.0.872 527 3/25/2025
3.0.871 522 3/25/2025
3.0.870 531 3/25/2025
3.0.869 331 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 449 3/18/2025
3.0.864 188 3/18/2025
3.0.863 212 3/18/2025
3.0.862 178 3/18/2025
3.0.861 167 3/18/2025
3.0.860 360 3/18/2025
3.0.859 196 3/15/2025
3.0.858 212 3/15/2025
3.0.857 120 3/15/2025
3.0.856 242 3/15/2025
3.0.855 103 3/15/2025
3.0.854 304 3/12/2025
3.0.853 202 3/12/2025
3.0.852 214 3/12/2025
3.0.851 196 3/12/2025
3.0.850 408 3/12/2025
3.0.849 180 3/12/2025
3.0.848 185 3/12/2025
3.0.847 391 3/11/2025
3.0.846 197 3/11/2025
3.0.845 213 3/11/2025
3.0.844 190 3/11/2025
3.0.843 190 3/11/2025
3.0.842 192 3/11/2025
3.0.841 202 3/11/2025
3.0.840 321 3/11/2025
3.0.839 178 3/11/2025
3.0.838 195 3/11/2025
3.0.837 188 3/11/2025
3.0.836 355 3/11/2025
3.0.835 507 3/7/2025
3.0.834 269 3/7/2025
3.0.833 245 3/7/2025
3.0.832 448 3/7/2025
3.0.831 229 3/7/2025
3.0.830 395 3/2/2025
3.0.829 145 3/2/2025
3.0.828 236 3/2/2025
3.0.827 125 3/2/2025
3.0.826 247 3/2/2025
3.0.825 152 3/2/2025
3.0.824 141 3/2/2025
3.0.823 133 3/2/2025
3.0.822 174 3/2/2025
3.0.821 127 3/2/2025
3.0.820 328 3/1/2025
3.0.819 139 3/1/2025
3.0.818 150 3/1/2025
3.0.817 288 3/1/2025
3.0.816 144 3/1/2025
3.0.815 155 3/1/2025
3.0.814 164 3/1/2025
3.0.813 124 3/1/2025
3.0.812 163 3/1/2025
3.0.811 533 2/26/2025
3.0.810 147 2/26/2025
3.0.809 255 2/25/2025
3.0.808 133 2/25/2025
3.0.807 221 2/25/2025
3.0.806 151 2/25/2025
3.0.805 149 2/25/2025
3.0.804 139 2/25/2025
3.0.803 168 2/25/2025
3.0.802 307 2/25/2025
3.0.801 133 2/25/2025
3.0.800 151 2/25/2025
3.0.799 472 2/23/2025
3.0.798 132 2/23/2025
3.0.797 134 2/23/2025
3.0.796 124 2/23/2025
3.0.795 130 2/22/2025
3.0.794 129 2/22/2025
3.0.793 345 2/22/2025
3.0.792 218 2/22/2025
3.0.791 323 2/22/2025
3.0.790 244 2/22/2025
3.0.789 158 2/22/2025
3.0.788 144 2/22/2025
3.0.787 272 2/22/2025
3.0.786 128 2/22/2025
3.0.785 148 2/22/2025
3.0.784 142 2/22/2025
3.0.783 143 2/22/2025
3.0.782 296 2/21/2025
3.0.781 154 2/21/2025
3.0.780 123 2/21/2025
3.0.779 284 2/21/2025
3.0.778 187 2/21/2025
3.0.777 146 2/21/2025
3.0.776 556 2/19/2025
3.0.775 150 2/19/2025
3.0.774 154 2/19/2025
3.0.773 139 2/19/2025
3.0.772 147 2/19/2025
3.0.771 153 2/19/2025
3.0.770 136 2/19/2025
3.0.769 154 2/19/2025
3.0.768 130 2/19/2025
3.0.767 476 2/18/2025
3.0.766 131 2/18/2025
3.0.765 240 2/18/2025
3.0.764 138 2/18/2025
3.0.763 290 2/18/2025
3.0.762 332 2/14/2025
3.0.761 262 2/14/2025
3.0.760 140 2/14/2025
3.0.759 172 2/14/2025
3.0.758 140 2/14/2025
3.0.757 148 2/14/2025
3.0.756 658 2/12/2025
3.0.755 160 2/12/2025
3.0.754 190 2/12/2025
3.0.753 135 2/12/2025
3.0.752 145 2/12/2025
3.0.751 134 2/12/2025
3.0.750 142 2/12/2025
3.0.749 177 2/12/2025
3.0.748 155 2/12/2025
3.0.747 366 2/12/2025
3.0.746 133 2/12/2025
3.0.745 165 2/12/2025
3.0.744 154 2/12/2025
3.0.743 131 2/12/2025
3.0.742 275 2/12/2025
3.0.740 560 2/11/2025
3.0.739 134 2/11/2025
3.0.738 158 2/11/2025
3.0.737 312 2/11/2025
3.0.736 155 2/11/2025
3.0.735 143 2/11/2025
3.0.734 201 2/10/2025
3.0.733 160 2/10/2025
3.0.732 165 2/10/2025
3.0.731 138 2/10/2025
3.0.730 159 2/10/2025
3.0.729 138 2/10/2025
3.0.728 403 2/10/2025
3.0.727 143 2/10/2025
3.0.726 286 2/9/2025
3.0.725 213 2/9/2025
3.0.724 138 2/9/2025
3.0.723 151 2/9/2025
3.0.722 125 2/9/2025
3.0.721 385 2/8/2025
3.0.720 154 2/8/2025
3.0.719 156 2/7/2025
3.0.718 378 2/7/2025
3.0.717 135 2/7/2025
3.0.716 137 2/7/2025
3.0.715 151 2/7/2025
3.0.714 163 2/7/2025
3.0.713 570 2/7/2025
3.0.712 137 2/6/2025
3.0.711 449 2/5/2025
3.0.710 144 2/5/2025
3.0.709 293 2/5/2025
3.0.708 133 2/5/2025
3.0.707 141 2/5/2025
3.0.706 148 2/5/2025
3.0.705 131 2/5/2025
3.0.704 150 2/5/2025
3.0.703 132 2/5/2025
3.0.702 328 2/5/2025
3.0.701 133 2/5/2025
3.0.700 187 2/5/2025
3.0.699 251 2/5/2025
3.0.698 469 1/28/2025
3.0.697 151 1/28/2025
3.0.696 161 1/28/2025
3.0.695 135 1/28/2025
3.0.694 175 1/28/2025
3.0.693 117 1/28/2025
3.0.692 139 1/28/2025
3.0.691 133 1/28/2025
3.0.690 145 1/28/2025
3.0.689 134 1/28/2025
3.0.688 334 1/28/2025
3.0.687 145 1/27/2025
3.0.686 133 1/27/2025
3.0.685 135 1/27/2025
3.0.684 122 1/27/2025
3.0.683 139 1/27/2025
3.0.682 135 1/27/2025
3.0.681 118 1/27/2025
3.0.680 538 1/26/2025
3.0.679 127 1/26/2025
3.0.678 135 1/26/2025
3.0.677 146 1/26/2025
3.0.676 125 1/26/2025
3.0.675 150 1/26/2025
3.0.674 143 1/26/2025
3.0.673 147 1/26/2025
3.0.672 129 1/26/2025
3.0.671 124 1/26/2025
3.0.670 137 1/25/2025
3.0.669 457 1/25/2025
3.0.668 134 1/25/2025
3.0.667 139 1/25/2025
3.0.666 144 1/25/2025
3.0.665 122 1/25/2025
3.0.664 128 1/25/2025
3.0.663 141 1/25/2025
3.0.662 155 1/25/2025
3.0.661 142 1/25/2025
3.0.660 125 1/25/2025
3.0.659 395 1/25/2025
3.0.658 381 1/24/2025
3.0.657 129 1/24/2025
3.0.656 164 1/24/2025
3.0.655 123 1/24/2025
3.0.654 115 1/24/2025
3.0.653 123 1/24/2025
3.0.652 344 1/24/2025
3.0.651 120 1/24/2025
3.0.650 217 1/24/2025
3.0.649 123 1/24/2025
3.0.648 126 1/24/2025
3.0.647 136 1/24/2025
3.0.646 133 1/24/2025
3.0.645 232 1/23/2025
3.0.644 158 1/23/2025
3.0.643 306 1/22/2025
3.0.642 152 1/22/2025
3.0.641 146 1/22/2025
3.0.640 133 1/21/2025
3.0.639 154 1/21/2025
3.0.638 136 1/21/2025
3.0.637 127 1/21/2025
3.0.636 187 1/21/2025
3.0.635 378 1/21/2025
3.0.634 162 1/21/2025
3.0.633 338 1/21/2025
3.0.632 147 1/21/2025
3.0.631 134 1/21/2025
3.0.630 113 1/21/2025
3.0.629 145 1/21/2025
3.0.628 118 1/21/2025
3.0.627 122 1/21/2025
3.0.626 119 1/21/2025
3.0.625 135 1/20/2025
3.0.624 147 1/20/2025
3.0.623 123 1/20/2025
3.0.622 133 1/20/2025
3.0.621 117 1/20/2025
3.0.620 130 1/20/2025
3.0.619 137 1/20/2025
3.0.618 142 1/20/2025
3.0.617 121 1/20/2025
3.0.616 285 1/20/2025
3.0.615 123 1/20/2025
3.0.614 163 1/20/2025
3.0.613 120 1/20/2025
3.0.612 126 1/20/2025
3.0.611 120 1/20/2025
3.0.610 147 1/20/2025
3.0.609 134 1/20/2025
3.0.608 129 1/20/2025
3.0.607 128 1/20/2025
3.0.606 584 1/19/2025
3.0.605 140 1/19/2025
3.0.604 124 1/19/2025
3.0.603 127 1/19/2025
3.0.602 132 1/19/2025
3.0.601 127 1/19/2025
3.0.600 329 1/19/2025
3.0.599 242 1/19/2025
3.0.598 152 1/19/2025
3.0.597 134 1/18/2025
3.0.596 115 1/18/2025
3.0.595 213 1/18/2025
3.0.594 118 1/18/2025
3.0.593 146 1/18/2025
3.0.592 119 1/18/2025
3.0.591 115 1/18/2025
3.0.590 203 1/18/2025
3.0.589 110 1/18/2025
3.0.588 158 1/17/2025
3.0.587 118 1/17/2025
3.0.586 122 1/17/2025
3.0.585 118 1/17/2025
3.0.584 116 1/17/2025
3.0.583 153 1/17/2025
3.0.582 116 1/17/2025
3.0.581 119 1/17/2025
3.0.580 134 1/17/2025
3.0.579 150 1/17/2025
3.0.578 168 1/16/2025
3.0.577 114 1/16/2025
3.0.576 129 1/16/2025
3.0.575 382 1/16/2025
3.0.574 137 1/16/2025
3.0.573 126 1/16/2025
3.0.572 158 1/16/2025
3.0.571 124 1/16/2025
3.0.570 421 1/16/2025
3.0.569 249 1/15/2025
3.0.568 147 1/15/2025
3.0.567 103 1/15/2025
3.0.566 118 1/15/2025
3.0.565 153 1/15/2025
3.0.564 123 1/15/2025
3.0.563 308 1/15/2025
3.0.562 120 1/15/2025
3.0.561 113 1/15/2025
3.0.560 132 1/15/2025
3.0.559 195 1/15/2025
3.0.558 95 1/15/2025
3.0.557 285 1/15/2025
3.0.556 97 1/15/2025
3.0.555 131 1/14/2025
3.0.554 101 1/14/2025
3.0.553 99 1/14/2025
3.0.552 217 1/14/2025
3.0.551 124 1/14/2025
3.0.550 105 1/14/2025
3.0.549 91 1/14/2025
3.0.548 221 1/13/2025
3.0.547 179 1/13/2025
3.0.546 110 1/13/2025
3.0.545 131 1/13/2025
3.0.544 175 1/13/2025
3.0.543 117 1/13/2025
3.0.542 166 1/13/2025
3.0.541 187 1/13/2025
3.0.540 154 1/12/2025
3.0.539 236 1/11/2025
3.0.538 148 1/11/2025
3.0.537 127 1/11/2025
3.0.536 167 1/11/2025
3.0.535 162 1/11/2025
3.0.534 133 1/11/2025
3.0.533 251 1/11/2025
3.0.532 133 1/11/2025
3.0.531 143 1/10/2025
3.0.530 140 1/10/2025
3.0.529 124 1/10/2025
3.0.528 203 1/10/2025
3.0.527 123 1/10/2025
3.0.526 156 1/10/2025
3.0.525 530 1/3/2025
3.0.524 198 1/3/2025
3.0.523 245 1/3/2025
3.0.522 153 1/3/2025
3.0.521 187 1/3/2025
3.0.520 146 1/3/2025
3.0.519 137 1/3/2025
3.0.518 281 1/3/2025
3.0.517 160 1/3/2025
3.0.516 170 1/2/2025
3.0.515 149 1/2/2025
3.0.514 149 1/2/2025
3.0.513 278 1/2/2025
3.0.512 143 1/2/2025
3.0.511 145 1/2/2025
3.0.510 380 1/1/2025
3.0.509 156 1/1/2025
3.0.508 281 1/1/2025
3.0.507 135 1/1/2025
3.0.506 125 12/31/2024
3.0.505 188 12/31/2024
3.0.504 130 12/31/2024
3.0.503 173 12/31/2024
3.0.502 203 12/31/2024
3.0.501 192 12/31/2024
3.0.500 151 12/31/2024
3.0.499 663 12/31/2024
3.0.498 174 12/31/2024
3.0.497 180 12/31/2024
3.0.496 260 12/31/2024
3.0.495 126 12/31/2024
3.0.494 120 12/31/2024
3.0.493 239 12/31/2024
3.0.492 133 12/31/2024
3.0.491 136 12/31/2024
3.0.490 346 12/28/2024
3.0.489 245 12/28/2024
3.0.488 140 12/28/2024
3.0.487 201 12/28/2024
3.0.486 139 12/28/2024
3.0.485 132 12/28/2024
3.0.484 215 12/27/2024
3.0.483 131 12/27/2024
3.0.482 152 12/27/2024
3.0.481 418 12/24/2024
3.0.480 239 12/24/2024
3.0.479 154 12/24/2024
3.0.478 127 12/24/2024
3.0.477 211 12/24/2024
3.0.476 137 12/24/2024
3.0.475 164 12/24/2024
3.0.474 129 12/24/2024
3.0.473 123 12/24/2024
3.0.472 380 12/24/2024
3.0.471 124 12/24/2024
3.0.470 144 12/24/2024
3.0.469 154 12/24/2024
3.0.468 126 12/24/2024
3.0.467 131 12/24/2024
3.0.466 160 12/24/2024
3.0.465 131 12/24/2024
3.0.464 349 12/23/2024
3.0.463 132 12/23/2024
3.0.462 209 12/23/2024
3.0.461 126 12/23/2024
3.0.460 208 12/23/2024
3.0.459 145 12/23/2024
3.0.458 213 12/23/2024
3.0.457 137 12/23/2024
3.0.456 187 12/23/2024
3.0.455 140 12/23/2024
3.0.454 246 12/23/2024
3.0.453 129 12/23/2024
3.0.452 247 12/22/2024
3.0.451 115 12/22/2024
3.0.450 186 12/22/2024
3.0.449 145 12/22/2024
3.0.448 226 12/22/2024
3.0.447 128 12/22/2024
3.0.446 184 12/22/2024
3.0.445 123 12/22/2024
3.0.444 270 12/22/2024
3.0.443 251 12/22/2024
3.0.442 129 12/21/2024
3.0.441 253 12/21/2024
3.0.440 231 12/21/2024
3.0.439 209 12/21/2024
3.0.438 252 12/21/2024
3.0.437 134 12/21/2024
3.0.436 231 12/21/2024
3.0.435 181 12/20/2024
3.0.433 939 12/16/2024
3.0.432 411 12/9/2024
3.0.431 164 12/9/2024
3.0.430 330 12/9/2024
3.0.429 135 12/9/2024
3.0.428 490 12/6/2024
3.0.427 192 12/6/2024
3.0.426 277 12/6/2024
3.0.425 188 12/6/2024
3.0.424 243 12/6/2024
3.0.423 179 12/6/2024
3.0.422 182 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 258 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 150 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 125 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 151 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 164 11/8/2024
2.1.368 413 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 312 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 615 10/17/2024
2.1.357 623 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 388 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 203 9/29/2024
2.1.339 170 9/29/2024
2.1.338 190 9/27/2024
2.1.337 163 9/27/2024
2.1.336 166 9/27/2024
2.1.335 214 9/26/2024
2.1.334 205 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 242 9/12/2024
2.1.319 206 9/11/2024
2.1.318 241 9/11/2024
2.1.317 232 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 156 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 178 9/3/2024
2.1.297 143 9/3/2024
2.1.296 193 8/29/2024
2.1.295 240 8/26/2024
2.1.294 262 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 217 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 171 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 223 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 178 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 145 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 172 7/8/2024
2.1.249 210 7/8/2024
2.1.248 137 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 168 6/15/2024
2.1.240 233 6/14/2024
2.1.239 230 6/1/2024
2.1.238 189 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 179 5/28/2024
2.1.230 217 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 213 5/22/2024
2.1.218 138 5/22/2024
2.1.217 217 5/22/2024
2.1.216 144 5/22/2024
2.1.215 220 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 157 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 205 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 217 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 217 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 199 4/1/2024
2.1.181 371 3/19/2024
2.1.180 177 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 222 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 150 3/12/2024
2.1.168 236 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 160 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 241 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 228 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 192 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 189 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 199 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 186 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 231 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 314 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 277 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 175 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 149 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 230 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 245 11/13/2023
1.0.85 185 11/10/2023
1.0.84 256 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 238 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 261 10/10/2023
1.0.68 257 9/20/2023
1.0.67 194 9/19/2023
1.0.66 239 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 306 8/31/2023
1.0.61 238 8/30/2023
1.0.60 261 8/29/2023
1.0.59 280 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 201 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 238 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 270 6/14/2023
1.0.30 314 6/13/2023
1.0.29 261 6/9/2023
1.0.28 303 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 276 6/5/2023
1.0.23 322 6/2/2023
1.0.22 205 6/2/2023
1.0.21 317 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 254 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 305 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