Soenneker.Blazor.Utils.Navigation 3.0.801

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.801
                    
NuGet\Install-Package Soenneker.Blazor.Utils.Navigation -Version 3.0.801
                    
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.801" />
                    
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.801" />
                    
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.801
                    
#r "nuget: Soenneker.Blazor.Utils.Navigation, 3.0.801"
                    
#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.801
                    
#: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.801
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Blazor.Utils.Navigation&version=3.0.801
                    
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 609 9/16/2025
3.0.1006 338 9/9/2025
3.0.1005 224 9/9/2025
3.0.1004 160 9/9/2025
3.0.1003 402 9/8/2025
3.0.1002 309 9/6/2025
3.0.1001 565 9/3/2025
3.0.1000 180 9/3/2025
3.0.999 372 9/3/2025
3.0.998 374 9/2/2025
3.0.997 355 8/17/2025
3.0.996 429 8/13/2025
3.0.995 294 8/11/2025
3.0.994 297 8/11/2025
3.0.993 164 8/11/2025
3.0.992 280 8/11/2025
3.0.991 461 8/11/2025
3.0.990 364 8/5/2025
3.0.989 215 8/5/2025
3.0.988 214 8/5/2025
3.0.987 318 7/29/2025
3.0.986 672 7/8/2025
3.0.985 162 7/8/2025
3.0.984 157 7/8/2025
3.0.983 549 6/28/2025
3.0.982 289 6/27/2025
3.0.981 145 6/27/2025
3.0.980 491 6/24/2025
3.0.979 212 6/23/2025
3.0.978 691 6/11/2025
3.0.977 462 6/10/2025
3.0.976 301 6/10/2025
3.0.975 348 6/10/2025
3.0.974 590 6/2/2025
3.0.973 364 5/27/2025
3.0.972 202 5/27/2025
3.0.971 331 5/27/2025
3.0.970 434 5/25/2025
3.0.969 352 5/23/2025
3.0.968 168 5/23/2025
3.0.967 327 5/23/2025
3.0.966 188 5/22/2025
3.0.965 793 5/14/2025
3.0.964 236 5/13/2025
3.0.963 378 5/13/2025
3.0.962 378 5/8/2025
3.0.961 186 5/8/2025
3.0.960 418 5/8/2025
3.0.959 189 5/7/2025
3.0.958 614 5/5/2025
3.0.957 172 5/5/2025
3.0.956 281 5/5/2025
3.0.955 395 5/5/2025
3.0.954 173 5/5/2025
3.0.953 753 4/27/2025
3.0.952 270 4/26/2025
3.0.951 223 4/19/2025
3.0.950 525 4/8/2025
3.0.949 184 4/8/2025
3.0.948 339 4/8/2025
3.0.947 201 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 170 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 186 4/7/2025
3.0.930 183 4/7/2025
3.0.929 1,013 4/7/2025
3.0.928 203 4/7/2025
3.0.927 203 4/7/2025
3.0.926 196 4/7/2025
3.0.925 466 4/7/2025
3.0.924 173 4/7/2025
3.0.923 364 4/7/2025
3.0.922 198 4/7/2025
3.0.921 208 4/7/2025
3.0.920 177 4/7/2025
3.0.919 231 4/7/2025
3.0.918 216 4/7/2025
3.0.917 185 4/7/2025
3.0.916 226 4/6/2025
3.0.915 186 4/6/2025
3.0.914 226 4/6/2025
3.0.913 188 4/6/2025
3.0.912 193 4/6/2025
3.0.911 182 4/6/2025
3.0.910 175 4/6/2025
3.0.909 173 4/6/2025
3.0.908 139 4/6/2025
3.0.907 141 4/6/2025
3.0.906 208 4/6/2025
3.0.905 135 4/6/2025
3.0.904 207 4/6/2025
3.0.903 135 4/6/2025
3.0.902 173 4/5/2025
3.0.901 148 4/5/2025
3.0.900 132 4/5/2025
3.0.899 108 4/5/2025
3.0.898 117 4/5/2025
3.0.897 131 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 130 4/4/2025
3.0.887 1,801 4/4/2025
3.0.886 319 4/4/2025
3.0.885 170 4/4/2025
3.0.884 398 4/1/2025
3.0.883 204 4/1/2025
3.0.882 212 4/1/2025
3.0.881 610 4/1/2025
3.0.880 203 4/1/2025
3.0.879 211 3/31/2025
3.0.878 335 3/31/2025
3.0.877 188 3/31/2025
3.0.876 479 3/29/2025
3.0.875 131 3/29/2025
3.0.874 962 3/25/2025
3.0.873 608 3/25/2025
3.0.872 536 3/25/2025
3.0.871 522 3/25/2025
3.0.870 543 3/25/2025
3.0.869 349 3/21/2025
3.0.868 121 3/21/2025
3.0.867 296 3/21/2025
3.0.866 139 3/21/2025
3.0.865 468 3/18/2025
3.0.864 194 3/18/2025
3.0.863 223 3/18/2025
3.0.862 178 3/18/2025
3.0.861 177 3/18/2025
3.0.860 377 3/18/2025
3.0.859 202 3/15/2025
3.0.858 230 3/15/2025
3.0.857 121 3/15/2025
3.0.856 268 3/15/2025
3.0.855 103 3/15/2025
3.0.854 327 3/12/2025
3.0.853 205 3/12/2025
3.0.852 233 3/12/2025
3.0.851 196 3/12/2025
3.0.850 426 3/12/2025
3.0.849 180 3/12/2025
3.0.848 185 3/12/2025
3.0.847 409 3/11/2025
3.0.846 197 3/11/2025
3.0.845 219 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 340 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 376 3/11/2025
3.0.835 524 3/7/2025
3.0.834 275 3/7/2025
3.0.833 245 3/7/2025
3.0.832 471 3/7/2025
3.0.831 229 3/7/2025
3.0.830 410 3/2/2025
3.0.829 151 3/2/2025
3.0.828 248 3/2/2025
3.0.827 125 3/2/2025
3.0.826 265 3/2/2025
3.0.825 157 3/2/2025
3.0.824 141 3/2/2025
3.0.823 134 3/2/2025
3.0.822 180 3/2/2025
3.0.821 127 3/2/2025
3.0.820 349 3/1/2025
3.0.819 139 3/1/2025
3.0.818 150 3/1/2025
3.0.817 306 3/1/2025
3.0.816 145 3/1/2025
3.0.815 161 3/1/2025
3.0.814 167 3/1/2025
3.0.813 124 3/1/2025
3.0.812 178 3/1/2025
3.0.811 569 2/26/2025
3.0.810 153 2/26/2025
3.0.809 270 2/25/2025
3.0.808 133 2/25/2025
3.0.807 230 2/25/2025
3.0.806 151 2/25/2025
3.0.805 152 2/25/2025
3.0.804 139 2/25/2025
3.0.803 177 2/25/2025
3.0.802 316 2/25/2025
3.0.801 133 2/25/2025
3.0.800 157 2/25/2025
3.0.799 511 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 375 2/22/2025
3.0.792 227 2/22/2025
3.0.791 336 2/22/2025
3.0.790 253 2/22/2025
3.0.789 168 2/22/2025
3.0.788 144 2/22/2025
3.0.787 293 2/22/2025
3.0.786 128 2/22/2025
3.0.785 154 2/22/2025
3.0.784 142 2/22/2025
3.0.783 143 2/22/2025
3.0.782 311 2/21/2025
3.0.781 154 2/21/2025
3.0.780 123 2/21/2025
3.0.779 301 2/21/2025
3.0.778 197 2/21/2025
3.0.777 146 2/21/2025
3.0.776 603 2/19/2025
3.0.775 153 2/19/2025
3.0.774 157 2/19/2025
3.0.773 139 2/19/2025
3.0.772 150 2/19/2025
3.0.771 156 2/19/2025
3.0.770 136 2/19/2025
3.0.769 157 2/19/2025
3.0.768 130 2/19/2025
3.0.767 490 2/18/2025
3.0.766 131 2/18/2025
3.0.765 257 2/18/2025
3.0.764 138 2/18/2025
3.0.763 308 2/18/2025
3.0.762 353 2/14/2025
3.0.761 274 2/14/2025
3.0.760 140 2/14/2025
3.0.759 181 2/14/2025
3.0.758 140 2/14/2025
3.0.757 149 2/14/2025
3.0.756 699 2/12/2025
3.0.755 160 2/12/2025
3.0.754 199 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 183 2/12/2025
3.0.748 155 2/12/2025
3.0.747 382 2/12/2025
3.0.746 133 2/12/2025
3.0.745 171 2/12/2025
3.0.744 155 2/12/2025
3.0.743 131 2/12/2025
3.0.742 290 2/12/2025
3.0.740 619 2/11/2025
3.0.739 134 2/11/2025
3.0.738 158 2/11/2025
3.0.737 345 2/11/2025
3.0.736 161 2/11/2025
3.0.735 143 2/11/2025
3.0.734 219 2/10/2025
3.0.733 161 2/10/2025
3.0.732 171 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 436 2/10/2025
3.0.727 144 2/10/2025
3.0.726 298 2/9/2025
3.0.725 225 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 425 2/8/2025
3.0.720 154 2/8/2025
3.0.719 157 2/7/2025
3.0.718 413 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 169 2/7/2025
3.0.713 618 2/7/2025
3.0.712 137 2/6/2025
3.0.711 476 2/5/2025
3.0.710 147 2/5/2025
3.0.709 314 2/5/2025
3.0.708 133 2/5/2025
3.0.707 150 2/5/2025
3.0.706 154 2/5/2025
3.0.705 131 2/5/2025
3.0.704 153 2/5/2025
3.0.703 132 2/5/2025
3.0.702 359 2/5/2025
3.0.701 133 2/5/2025
3.0.700 196 2/5/2025
3.0.699 269 2/5/2025
3.0.698 500 1/28/2025
3.0.697 153 1/28/2025
3.0.696 170 1/28/2025
3.0.695 135 1/28/2025
3.0.694 184 1/28/2025
3.0.693 117 1/28/2025
3.0.692 148 1/28/2025
3.0.691 133 1/28/2025
3.0.690 154 1/28/2025
3.0.689 137 1/28/2025
3.0.688 359 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 136 1/27/2025
3.0.681 118 1/27/2025
3.0.680 571 1/26/2025
3.0.679 127 1/26/2025
3.0.678 135 1/26/2025
3.0.677 147 1/26/2025
3.0.676 125 1/26/2025
3.0.675 150 1/26/2025
3.0.674 144 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 493 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 142 1/25/2025
3.0.662 163 1/25/2025
3.0.661 146 1/25/2025
3.0.660 125 1/25/2025
3.0.659 427 1/25/2025
3.0.658 399 1/24/2025
3.0.657 132 1/24/2025
3.0.656 173 1/24/2025
3.0.655 123 1/24/2025
3.0.654 115 1/24/2025
3.0.653 124 1/24/2025
3.0.652 361 1/24/2025
3.0.651 120 1/24/2025
3.0.650 228 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 134 1/24/2025
3.0.645 245 1/23/2025
3.0.644 167 1/23/2025
3.0.643 318 1/22/2025
3.0.642 158 1/22/2025
3.0.641 149 1/22/2025
3.0.640 136 1/21/2025
3.0.639 163 1/21/2025
3.0.638 136 1/21/2025
3.0.637 127 1/21/2025
3.0.636 199 1/21/2025
3.0.635 396 1/21/2025
3.0.634 163 1/21/2025
3.0.633 360 1/21/2025
3.0.632 153 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 325 1/20/2025
3.0.615 123 1/20/2025
3.0.614 172 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 153 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 626 1/19/2025
3.0.605 147 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 356 1/19/2025
3.0.599 254 1/19/2025
3.0.598 152 1/19/2025
3.0.597 135 1/18/2025
3.0.596 115 1/18/2025
3.0.595 218 1/18/2025
3.0.594 118 1/18/2025
3.0.593 155 1/18/2025
3.0.592 119 1/18/2025
3.0.591 115 1/18/2025
3.0.590 212 1/18/2025
3.0.589 110 1/18/2025
3.0.588 170 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 156 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 156 1/17/2025
3.0.578 187 1/16/2025
3.0.577 114 1/16/2025
3.0.576 129 1/16/2025
3.0.575 400 1/16/2025
3.0.574 140 1/16/2025
3.0.573 126 1/16/2025
3.0.572 172 1/16/2025
3.0.571 124 1/16/2025
3.0.570 460 1/16/2025
3.0.569 258 1/15/2025
3.0.568 150 1/15/2025
3.0.567 103 1/15/2025
3.0.566 118 1/15/2025
3.0.565 157 1/15/2025
3.0.564 123 1/15/2025
3.0.563 335 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 208 1/15/2025
3.0.558 95 1/15/2025
3.0.557 324 1/15/2025
3.0.556 97 1/15/2025
3.0.555 137 1/14/2025
3.0.554 101 1/14/2025
3.0.553 99 1/14/2025
3.0.552 239 1/14/2025
3.0.551 125 1/14/2025
3.0.550 105 1/14/2025
3.0.549 91 1/14/2025
3.0.548 238 1/13/2025
3.0.547 194 1/13/2025
3.0.546 110 1/13/2025
3.0.545 147 1/13/2025
3.0.544 184 1/13/2025
3.0.543 117 1/13/2025
3.0.542 178 1/13/2025
3.0.541 195 1/13/2025
3.0.540 163 1/12/2025
3.0.539 251 1/11/2025
3.0.538 152 1/11/2025
3.0.537 127 1/11/2025
3.0.536 179 1/11/2025
3.0.535 174 1/11/2025
3.0.534 133 1/11/2025
3.0.533 272 1/11/2025
3.0.532 133 1/11/2025
3.0.531 143 1/10/2025
3.0.530 143 1/10/2025
3.0.529 125 1/10/2025
3.0.528 209 1/10/2025
3.0.527 123 1/10/2025
3.0.526 171 1/10/2025
3.0.525 572 1/3/2025
3.0.524 204 1/3/2025
3.0.523 265 1/3/2025
3.0.522 153 1/3/2025
3.0.521 187 1/3/2025
3.0.520 165 1/3/2025
3.0.519 137 1/3/2025
3.0.518 296 1/3/2025
3.0.517 161 1/3/2025
3.0.516 176 1/2/2025
3.0.515 149 1/2/2025
3.0.514 150 1/2/2025
3.0.513 298 1/2/2025
3.0.512 143 1/2/2025
3.0.511 145 1/2/2025
3.0.510 404 1/1/2025
3.0.509 156 1/1/2025
3.0.508 306 1/1/2025
3.0.507 135 1/1/2025
3.0.506 125 12/31/2024
3.0.505 197 12/31/2024
3.0.504 130 12/31/2024
3.0.503 182 12/31/2024
3.0.502 212 12/31/2024
3.0.501 198 12/31/2024
3.0.500 151 12/31/2024
3.0.499 727 12/31/2024
3.0.498 175 12/31/2024
3.0.497 182 12/31/2024
3.0.496 266 12/31/2024
3.0.495 126 12/31/2024
3.0.494 120 12/31/2024
3.0.493 260 12/31/2024
3.0.492 133 12/31/2024
3.0.491 136 12/31/2024
3.0.490 373 12/28/2024
3.0.489 253 12/28/2024
3.0.488 140 12/28/2024
3.0.487 216 12/28/2024
3.0.486 139 12/28/2024
3.0.485 132 12/28/2024
3.0.484 225 12/27/2024
3.0.483 131 12/27/2024
3.0.482 161 12/27/2024
3.0.481 451 12/24/2024
3.0.480 257 12/24/2024
3.0.479 158 12/24/2024
3.0.478 127 12/24/2024
3.0.477 227 12/24/2024
3.0.476 137 12/24/2024
3.0.475 167 12/24/2024
3.0.474 129 12/24/2024
3.0.473 123 12/24/2024
3.0.472 424 12/24/2024
3.0.471 124 12/24/2024
3.0.470 153 12/24/2024
3.0.469 160 12/24/2024
3.0.468 126 12/24/2024
3.0.467 131 12/24/2024
3.0.466 169 12/24/2024
3.0.465 131 12/24/2024
3.0.464 379 12/23/2024
3.0.463 132 12/23/2024
3.0.462 227 12/23/2024
3.0.461 126 12/23/2024
3.0.460 219 12/23/2024
3.0.459 146 12/23/2024
3.0.458 225 12/23/2024
3.0.457 137 12/23/2024
3.0.456 193 12/23/2024
3.0.455 141 12/23/2024
3.0.454 258 12/23/2024
3.0.453 129 12/23/2024
3.0.452 256 12/22/2024
3.0.451 125 12/22/2024
3.0.450 195 12/22/2024
3.0.449 145 12/22/2024
3.0.448 232 12/22/2024
3.0.447 128 12/22/2024
3.0.446 202 12/22/2024
3.0.445 123 12/22/2024
3.0.444 295 12/22/2024
3.0.443 260 12/22/2024
3.0.442 129 12/21/2024
3.0.441 269 12/21/2024
3.0.440 241 12/21/2024
3.0.439 227 12/21/2024
3.0.438 276 12/21/2024
3.0.437 134 12/21/2024
3.0.436 237 12/21/2024
3.0.435 193 12/20/2024
3.0.433 1,006 12/16/2024
3.0.432 452 12/9/2024
3.0.431 173 12/9/2024
3.0.430 348 12/9/2024
3.0.429 135 12/9/2024
3.0.428 544 12/6/2024
3.0.427 195 12/6/2024
3.0.426 307 12/6/2024
3.0.425 193 12/6/2024
3.0.424 261 12/6/2024
3.0.423 191 12/6/2024
3.0.422 191 12/6/2024
3.0.421 223 12/5/2024
3.0.420 625 12/5/2024
3.0.419 151 12/5/2024
3.0.418 166 12/5/2024
3.0.417 165 12/5/2024
3.0.416 390 12/4/2024
3.0.415 290 12/4/2024
3.0.414 273 12/4/2024
3.0.413 136 12/4/2024
3.0.412 147 12/4/2024
3.0.411 321 12/3/2024
3.0.410 208 12/3/2024
3.0.409 172 12/3/2024
3.0.408 160 12/3/2024
3.0.407 321 12/3/2024
3.0.406 117 12/3/2024
3.0.405 154 12/3/2024
3.0.404 443 12/2/2024
3.0.403 151 12/2/2024
3.0.402 258 12/2/2024
3.0.401 141 12/1/2024
3.0.400 125 12/1/2024
3.0.399 313 12/1/2024
3.0.398 577 11/29/2024
3.0.397 254 11/21/2024
3.0.396 586 11/20/2024
3.0.395 422 11/20/2024
3.0.394 217 11/19/2024
3.0.393 126 11/19/2024
3.0.392 237 11/19/2024
3.0.391 383 11/19/2024
3.0.390 155 11/19/2024
3.0.389 517 11/14/2024
3.0.388 342 11/14/2024
3.0.387 297 11/14/2024
3.0.386 172 11/14/2024
3.0.385 126 11/14/2024
3.0.384 368 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 247 11/13/2024
2.1.379 403 11/13/2024
2.1.378 168 11/13/2024
2.1.377 151 11/12/2024
2.1.376 127 11/12/2024
2.1.375 475 11/12/2024
2.1.374 604 11/9/2024
2.1.373 451 11/9/2024
2.1.372 133 11/8/2024
2.1.371 166 11/8/2024
2.1.370 153 11/8/2024
2.1.369 172 11/8/2024
2.1.368 453 11/8/2024
2.1.367 144 11/8/2024
2.1.366 987 10/31/2024
2.1.365 609 10/29/2024
2.1.364 329 10/29/2024
2.1.363 308 10/29/2024
2.1.362 571 10/26/2024
2.1.361 602 10/22/2024
2.1.360 287 10/22/2024
2.1.359 122 10/22/2024
2.1.358 674 10/17/2024
2.1.357 671 10/14/2024
2.1.356 598 10/11/2024
2.1.355 167 10/11/2024
2.1.354 367 10/11/2024
2.1.353 364 10/9/2024
2.1.352 235 10/8/2024
2.1.351 281 10/8/2024
2.1.350 126 10/8/2024
2.1.349 280 10/8/2024
2.1.348 416 10/3/2024
2.1.347 143 10/3/2024
2.1.346 200 10/3/2024
2.1.345 230 10/2/2024
2.1.344 192 10/2/2024
2.1.343 203 10/1/2024
2.1.342 180 10/1/2024
2.1.341 162 9/30/2024
2.1.340 209 9/29/2024
2.1.339 181 9/29/2024
2.1.338 208 9/27/2024
2.1.337 175 9/27/2024
2.1.336 166 9/27/2024
2.1.335 234 9/26/2024
2.1.334 222 9/26/2024
2.1.333 188 9/26/2024
2.1.332 195 9/23/2024
2.1.331 198 9/23/2024
2.1.330 210 9/23/2024
2.1.329 225 9/23/2024
2.1.328 238 9/23/2024
2.1.327 231 9/17/2024
2.1.326 169 9/17/2024
2.1.325 184 9/17/2024
2.1.324 203 9/17/2024
2.1.323 185 9/17/2024
2.1.322 227 9/17/2024
2.1.321 200 9/16/2024
2.1.320 263 9/12/2024
2.1.319 226 9/11/2024
2.1.318 266 9/11/2024
2.1.317 244 9/10/2024
2.1.316 150 9/10/2024
2.1.314 275 9/9/2024
2.1.313 218 9/9/2024
2.1.312 217 9/9/2024
2.1.311 218 9/9/2024
2.1.310 156 9/9/2024
2.1.309 229 9/9/2024
2.1.308 217 9/7/2024
2.1.307 206 9/6/2024
2.1.306 239 9/5/2024
2.1.305 195 9/5/2024
2.1.304 147 9/5/2024
2.1.303 229 9/5/2024
2.1.302 225 9/5/2024
2.1.301 180 9/4/2024
2.1.300 312 9/3/2024
2.1.299 207 9/3/2024
2.1.298 190 9/3/2024
2.1.297 143 9/3/2024
2.1.296 209 8/29/2024
2.1.295 252 8/26/2024
2.1.294 284 8/21/2024
2.1.293 214 8/21/2024
2.1.292 188 8/20/2024
2.1.291 216 8/20/2024
2.1.290 141 8/20/2024
2.1.289 259 8/20/2024
2.1.288 164 8/19/2024
2.1.287 284 8/15/2024
2.1.286 225 8/13/2024
2.1.285 213 8/13/2024
2.1.284 176 8/13/2024
2.1.283 168 8/6/2024
2.1.282 156 8/6/2024
2.1.281 241 8/1/2024
2.1.280 161 8/1/2024
2.1.279 184 8/1/2024
2.1.278 226 7/25/2024
2.1.277 166 7/25/2024
2.1.276 133 7/25/2024
2.1.275 125 7/24/2024
2.1.274 247 7/24/2024
2.1.273 246 7/20/2024
2.1.272 252 7/14/2024
2.1.271 145 7/14/2024
2.1.270 232 7/10/2024
2.1.269 220 7/10/2024
2.1.268 143 7/10/2024
2.1.267 199 7/10/2024
2.1.266 173 7/10/2024
2.1.265 119 7/10/2024
2.1.264 168 7/10/2024
2.1.263 155 7/9/2024
2.1.261 145 7/9/2024
2.1.260 114 7/9/2024
2.1.259 170 7/9/2024
2.1.258 165 7/9/2024
2.1.257 119 7/9/2024
2.1.256 153 7/9/2024
2.1.255 122 7/9/2024
2.1.254 168 7/9/2024
2.1.253 187 7/9/2024
2.1.252 181 7/9/2024
2.1.251 123 7/8/2024
2.1.250 175 7/8/2024
2.1.249 235 7/8/2024
2.1.248 142 7/7/2024
2.1.247 199 7/7/2024
2.1.246 147 7/7/2024
2.1.245 173 7/7/2024
2.1.244 273 7/3/2024
2.1.243 314 6/22/2024
2.1.242 276 6/15/2024
2.1.241 173 6/15/2024
2.1.240 257 6/14/2024
2.1.239 246 6/1/2024
2.1.238 193 6/1/2024
2.1.237 187 6/1/2024
2.1.236 153 6/1/2024
2.1.235 200 5/31/2024
2.1.234 253 5/29/2024
2.1.233 161 5/28/2024
2.1.232 132 5/28/2024
2.1.231 183 5/28/2024
2.1.230 245 5/27/2024
2.1.229 192 5/26/2024
2.1.228 202 5/26/2024
2.1.227 168 5/26/2024
2.1.226 254 5/25/2024
2.1.225 166 5/25/2024
2.1.224 134 5/25/2024
2.1.223 248 5/25/2024
2.1.222 147 5/25/2024
2.1.221 228 5/23/2024
2.1.220 203 5/23/2024
2.1.219 229 5/22/2024
2.1.218 138 5/22/2024
2.1.217 241 5/22/2024
2.1.216 144 5/22/2024
2.1.215 243 5/18/2024
2.1.214 186 5/17/2024
2.1.213 217 5/17/2024
2.1.212 185 5/16/2024
2.1.211 250 5/15/2024
2.1.210 154 5/15/2024
2.1.209 147 5/15/2024
2.1.208 196 5/14/2024
2.1.207 161 5/13/2024
2.1.206 245 4/30/2024
2.1.205 209 4/29/2024
2.1.204 254 4/28/2024
2.1.203 221 4/28/2024
2.1.202 237 4/28/2024
2.1.201 201 4/28/2024
2.1.200 165 4/28/2024
2.1.199 167 4/27/2024
2.1.198 213 4/27/2024
2.1.197 232 4/19/2024
2.1.196 228 4/18/2024
2.1.195 269 4/12/2024
2.1.194 182 4/12/2024
2.1.193 217 4/12/2024
2.1.192 252 4/12/2024
2.1.191 139 4/12/2024
2.1.190 210 4/12/2024
2.1.189 145 4/12/2024
2.1.188 229 4/10/2024
2.1.187 148 4/9/2024
2.1.186 143 4/9/2024
2.1.185 191 4/9/2024
2.1.184 239 4/2/2024
2.1.183 190 4/1/2024
2.1.182 211 4/1/2024
2.1.181 431 3/19/2024
2.1.180 181 3/19/2024
2.1.179 231 3/19/2024
2.1.178 252 3/15/2024
2.1.177 238 3/13/2024
2.1.176 234 3/13/2024
2.1.175 190 3/13/2024
2.1.174 239 3/13/2024
2.1.173 148 3/13/2024
2.1.172 224 3/12/2024
2.1.171 197 3/12/2024
2.1.170 218 3/12/2024
2.1.169 152 3/12/2024
2.1.168 248 3/11/2024
2.1.167 227 3/11/2024
2.1.166 221 3/10/2024
2.1.165 189 3/8/2024
2.1.164 160 3/8/2024
2.1.163 240 3/8/2024
2.1.162 270 3/6/2024
2.1.161 244 3/4/2024
2.1.160 228 3/4/2024
2.1.159 268 3/3/2024
2.1.158 215 3/2/2024
2.1.157 153 3/2/2024
2.1.156 235 3/2/2024
2.1.155 154 3/2/2024
2.1.154 257 2/29/2024
2.1.153 169 2/29/2024
2.1.152 183 2/29/2024
2.1.151 289 2/26/2024
2.1.150 204 2/25/2024
2.1.149 226 2/25/2024
2.1.148 218 2/23/2024
2.1.147 265 2/22/2024
2.1.146 227 2/22/2024
2.1.145 204 2/21/2024
2.1.144 257 2/21/2024
2.1.143 249 2/21/2024
2.1.142 162 2/21/2024
2.1.141 227 2/21/2024
2.1.140 228 2/20/2024
2.1.139 228 2/20/2024
2.1.138 187 2/20/2024
2.1.137 249 2/20/2024
2.1.136 211 2/19/2024
2.1.135 208 2/19/2024
2.1.134 257 2/17/2024
2.1.133 214 2/16/2024
2.1.132 231 2/16/2024
2.1.131 253 2/16/2024
2.1.130 211 2/16/2024
2.1.129 151 2/16/2024
2.1.128 151 2/16/2024
2.1.127 347 2/13/2024
2.1.126 204 2/13/2024
2.1.125 156 2/13/2024
2.1.124 214 2/13/2024
2.1.123 148 2/13/2024
2.1.122 225 2/13/2024
2.1.121 147 2/13/2024
2.1.120 322 2/12/2024
2.1.119 170 2/11/2024
2.1.118 191 2/11/2024
2.1.117 264 2/11/2024
2.1.116 203 2/10/2024
2.1.115 202 2/9/2024
2.1.114 262 2/9/2024
2.1.113 170 2/9/2024
2.1.112 280 2/8/2024
2.1.111 177 2/8/2024
2.1.110 237 2/8/2024
2.1.109 241 2/7/2024
2.1.108 181 2/7/2024
2.1.107 277 2/7/2024
2.1.106 152 2/7/2024
2.1.105 216 2/6/2024
2.1.104 233 2/6/2024
2.1.103 150 2/6/2024
2.1.102 191 2/5/2024
2.1.101 220 2/4/2024
2.1.100 205 2/2/2024
2.1.99 328 1/31/2024
2.1.98 212 1/29/2024
2.1.97 208 1/29/2024
2.1.96 147 1/29/2024
2.1.95 197 1/29/2024
2.1.94 178 1/28/2024
2.1.93 191 1/28/2024
2.1.92 154 1/28/2024
2.1.91 190 1/28/2024
2.1.90 204 1/28/2024
2.1.89 179 1/27/2024
2.1.88 180 1/27/2024
2.1.87 147 1/27/2024
2.1.86 230 1/27/2024
2.1.85 178 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 304 1/26/2024
2.1.80 204 1/26/2024
2.1.79 205 1/26/2024
2.1.78 151 1/26/2024
2.1.77 230 1/25/2024
2.1.76 191 1/25/2024
2.1.75 216 1/25/2024
2.1.74 149 1/25/2024
2.1.73 239 1/19/2024
2.1.72 229 1/15/2024
2.1.71 215 1/15/2024
2.1.70 206 1/15/2024
2.1.69 241 1/15/2024
2.1.68 193 1/15/2024
2.1.67 247 1/14/2024
2.1.66 188 1/13/2024
2.1.65 214 1/12/2024
2.1.64 285 1/11/2024
2.1.63 181 1/9/2024
2.1.62 175 1/9/2024
2.1.61 235 1/7/2024
2.1.60 218 1/5/2024
2.1.59 147 1/5/2024
2.1.58 237 1/5/2024
2.1.57 338 1/1/2024
2.1.56 295 12/28/2023
2.1.55 240 12/28/2023
2.1.54 163 12/28/2023
2.1.53 224 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 352 12/25/2023
2.1.48 178 12/25/2023
2.1.47 176 12/25/2023
2.1.46 269 12/25/2023
2.1.45 200 12/25/2023
2.1.44 162 12/25/2023
2.1.43 304 12/24/2023
2.1.42 262 12/23/2023
2.1.41 226 12/23/2023
2.1.40 214 12/23/2023
2.1.39 175 12/23/2023
2.1.38 252 12/19/2023
2.1.37 241 12/19/2023
2.1.36 321 12/10/2023
2.1.35 255 12/10/2023
2.1.34 264 12/9/2023
2.1.33 208 12/9/2023
2.1.32 258 12/9/2023
2.1.31 229 12/6/2023
2.1.30 246 12/5/2023
2.1.29 224 12/4/2023
2.1.28 167 12/4/2023
2.1.27 231 12/4/2023
2.1.26 331 11/23/2023
2.1.25 203 11/23/2023
2.1.24 174 11/23/2023
2.1.23 194 11/23/2023
2.1.22 149 11/23/2023
2.1.21 230 11/20/2023
2.1.20 216 11/20/2023
2.1.19 217 11/19/2023
2.1.18 219 11/19/2023
2.1.17 254 11/19/2023
2.1.16 149 11/19/2023
2.1.15 223 11/18/2023
2.1.14 190 11/18/2023
2.1.13 231 11/18/2023
2.1.12 224 11/17/2023
2.1.11 219 11/17/2023
2.1.10 172 11/17/2023
2.1.9 181 11/17/2023
2.1.8 245 11/17/2023
2.1.7 196 11/17/2023
2.1.6 223 11/17/2023
2.1.5 165 11/17/2023
2.1.4 222 11/16/2023
2.0.91 240 11/15/2023
2.0.90 153 11/15/2023
2.0.89 154 11/15/2023
2.0.88 177 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 269 11/13/2023
1.0.85 195 11/10/2023
1.0.84 282 11/9/2023
1.0.83 146 11/9/2023
1.0.82 272 11/7/2023
1.0.81 233 11/6/2023
1.0.80 269 11/3/2023
1.0.79 205 11/2/2023
1.0.78 259 11/1/2023
1.0.77 287 10/26/2023
1.0.76 250 10/24/2023
1.0.75 220 10/19/2023
1.0.74 268 10/18/2023
1.0.73 281 10/17/2023
1.0.72 266 10/16/2023
1.0.71 273 10/13/2023
1.0.70 222 10/12/2023
1.0.69 282 10/10/2023
1.0.68 267 9/20/2023
1.0.67 199 9/19/2023
1.0.66 254 9/18/2023
1.0.65 166 9/18/2023
1.0.64 351 9/14/2023
1.0.63 233 9/12/2023
1.0.62 316 8/31/2023
1.0.61 248 8/30/2023
1.0.60 281 8/29/2023
1.0.59 303 8/28/2023
1.0.58 270 8/25/2023
1.0.57 272 8/24/2023
1.0.56 293 8/21/2023
1.0.55 234 8/18/2023
1.0.54 268 8/17/2023
1.0.53 270 8/16/2023
1.0.52 320 8/10/2023
1.0.51 293 8/9/2023
1.0.50 334 8/8/2023
1.0.49 201 8/8/2023
1.0.48 287 8/7/2023
1.0.47 212 8/7/2023
1.0.46 445 7/13/2023
1.0.45 356 7/11/2023
1.0.44 213 7/11/2023
1.0.43 325 7/10/2023
1.0.42 250 7/7/2023
1.0.41 217 7/7/2023
1.0.40 373 6/30/2023
1.0.39 245 6/29/2023
1.0.38 342 6/28/2023
1.0.37 272 6/27/2023
1.0.36 412 6/26/2023
1.0.35 237 6/23/2023
1.0.34 224 6/23/2023
1.0.33 422 6/21/2023
1.0.32 291 6/15/2023
1.0.31 281 6/14/2023
1.0.30 340 6/13/2023
1.0.29 267 6/9/2023
1.0.28 319 6/8/2023
1.0.27 320 6/7/2023
1.0.26 390 6/6/2023
1.0.25 205 6/6/2023
1.0.24 288 6/5/2023
1.0.23 346 6/2/2023
1.0.22 206 6/2/2023
1.0.21 334 6/1/2023
1.0.20 282 5/31/2023
1.0.19 180 5/31/2023
1.0.18 276 5/31/2023
1.0.17 326 5/30/2023
1.0.16 251 5/29/2023
1.0.15 335 5/26/2023
1.0.14 315 5/25/2023
1.0.13 265 5/24/2023
1.0.12 354 5/24/2023
1.0.11 199 5/23/2023
1.0.10 351 5/23/2023
1.0.9 211 5/23/2023
1.0.8 205 5/22/2023
1.0.7 326 5/19/2023
1.0.6 273 5/17/2023
1.0.5 360 5/16/2023
1.0.4 257 5/15/2023
1.0.3 239 5/12/2023
1.0.2 388 4/28/2023
1.0.1 241 4/28/2023