Soenneker.Blazor.Utils.Navigation 3.0.967

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.967
                    
NuGet\Install-Package Soenneker.Blazor.Utils.Navigation -Version 3.0.967
                    
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.967" />
                    
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.967" />
                    
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.967
                    
#r "nuget: Soenneker.Blazor.Utils.Navigation, 3.0.967"
                    
#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.967
                    
#: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.967
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Blazor.Utils.Navigation&version=3.0.967
                    
Install as a Cake Tool

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.Blazor.Utils.Navigation

Can work side-by-side existing Blazor NavigationManager usage, and still work with navigate back

Installation

dotnet add package Soenneker.Blazor.Navigation

Usage

  1. Register INavigationUtil within Program.cs or wherever your registering your services:
public static async Task Main(string[] args)
{
    ...
    builder.Services.AddNavigationUtil();
}
  1. Warm it up so it can begin recording navigation history. Call after the WebAssemblyHost has been built:
public static async Task Main(string[] args)
{
    ...
    WebAssemblyHost host = builder.Build();

    host.Services.WarmupNavigation();
}
  1. Inject INavigationUtil within pages/components where you need to access navigation methods:
@using Soenneker.Blazor.Navigation.Abstract
@inject INavigationUtil NavigationUtil
NavigationUtil.NavigateBack();
// within the SPA client
NavigationUtil.NavigateTo("/users");

// forcing a page load
NavigationUtil.NavigateTo("/users", true);
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Soenneker.Blazor.Utils.Navigation:

Package Downloads
Soenneker.Blazor.Utils.Session

A Blazor utility for automatic navigation after JWT expiration

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.1008 87 9/30/2025
3.0.1007 700 9/16/2025
3.0.1006 365 9/9/2025
3.0.1005 230 9/9/2025
3.0.1004 170 9/9/2025
3.0.1003 415 9/8/2025
3.0.1002 339 9/6/2025
3.0.1001 604 9/3/2025
3.0.1000 190 9/3/2025
3.0.999 396 9/3/2025
3.0.998 392 9/2/2025
3.0.997 388 8/17/2025
3.0.996 456 8/13/2025
3.0.995 315 8/11/2025
3.0.994 331 8/11/2025
3.0.993 164 8/11/2025
3.0.992 282 8/11/2025
3.0.991 505 8/11/2025
3.0.990 378 8/5/2025
3.0.989 215 8/5/2025
3.0.988 214 8/5/2025
3.0.987 386 7/29/2025
3.0.986 731 7/8/2025
3.0.985 162 7/8/2025
3.0.984 157 7/8/2025
3.0.983 586 6/28/2025
3.0.982 323 6/27/2025
3.0.981 155 6/27/2025
3.0.980 550 6/24/2025
3.0.979 215 6/23/2025
3.0.978 728 6/11/2025
3.0.977 481 6/10/2025
3.0.976 301 6/10/2025
3.0.975 361 6/10/2025
3.0.974 638 6/2/2025
3.0.973 392 5/27/2025
3.0.972 212 5/27/2025
3.0.971 368 5/27/2025
3.0.970 466 5/25/2025
3.0.969 375 5/23/2025
3.0.968 168 5/23/2025
3.0.967 347 5/23/2025
3.0.966 188 5/22/2025
3.0.965 863 5/14/2025
3.0.964 246 5/13/2025
3.0.963 396 5/13/2025
3.0.962 398 5/8/2025
3.0.961 186 5/8/2025
3.0.960 449 5/8/2025
3.0.959 189 5/7/2025
3.0.958 673 5/5/2025
3.0.957 172 5/5/2025
3.0.956 284 5/5/2025
3.0.955 419 5/5/2025
3.0.954 173 5/5/2025
3.0.953 810 4/27/2025
3.0.952 285 4/26/2025
3.0.951 224 4/19/2025
3.0.950 546 4/8/2025
3.0.949 194 4/8/2025
3.0.948 351 4/8/2025
3.0.947 201 4/8/2025
3.0.946 178 4/8/2025
3.0.945 203 4/8/2025
3.0.944 178 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 179 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 189 4/8/2025
3.0.934 192 4/8/2025
3.0.933 187 4/7/2025
3.0.932 190 4/7/2025
3.0.931 186 4/7/2025
3.0.930 183 4/7/2025
3.0.929 1,096 4/7/2025
3.0.928 203 4/7/2025
3.0.927 225 4/7/2025
3.0.926 197 4/7/2025
3.0.925 496 4/7/2025
3.0.924 183 4/7/2025
3.0.923 380 4/7/2025
3.0.922 208 4/7/2025
3.0.921 208 4/7/2025
3.0.920 177 4/7/2025
3.0.919 233 4/7/2025
3.0.918 226 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 192 4/6/2025
3.0.910 185 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 209 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 174 4/5/2025
3.0.901 148 4/5/2025
3.0.900 133 4/5/2025
3.0.899 118 4/5/2025
3.0.898 117 4/5/2025
3.0.897 133 4/5/2025
3.0.896 129 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 118 4/5/2025
3.0.891 109 4/5/2025
3.0.890 119 4/5/2025
3.0.889 113 4/4/2025
3.0.888 130 4/4/2025
3.0.887 1,982 4/4/2025
3.0.886 325 4/4/2025
3.0.885 180 4/4/2025
3.0.884 413 4/1/2025
3.0.883 204 4/1/2025
3.0.882 212 4/1/2025
3.0.881 648 4/1/2025
3.0.880 203 4/1/2025
3.0.879 211 3/31/2025
3.0.878 347 3/31/2025
3.0.877 188 3/31/2025
3.0.876 509 3/29/2025
3.0.875 131 3/29/2025
3.0.874 1,020 3/25/2025
3.0.873 625 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 373 3/21/2025
3.0.868 131 3/21/2025
3.0.867 330 3/21/2025
3.0.866 149 3/21/2025
3.0.865 498 3/18/2025
3.0.864 194 3/18/2025
3.0.863 226 3/18/2025
3.0.862 178 3/18/2025
3.0.861 177 3/18/2025
3.0.860 406 3/18/2025
3.0.859 208 3/15/2025
3.0.858 243 3/15/2025
3.0.857 121 3/15/2025
3.0.856 283 3/15/2025
3.0.855 103 3/15/2025
3.0.854 339 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 462 3/12/2025
3.0.849 180 3/12/2025
3.0.848 195 3/12/2025
3.0.847 427 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 371 3/11/2025
3.0.839 188 3/11/2025
3.0.838 195 3/11/2025
3.0.837 188 3/11/2025
3.0.836 390 3/11/2025
3.0.835 554 3/7/2025
3.0.834 276 3/7/2025
3.0.833 245 3/7/2025
3.0.832 498 3/7/2025
3.0.831 229 3/7/2025
3.0.830 442 3/2/2025
3.0.829 151 3/2/2025
3.0.828 265 3/2/2025
3.0.827 125 3/2/2025
3.0.826 280 3/2/2025
3.0.825 159 3/2/2025
3.0.824 141 3/2/2025
3.0.823 145 3/2/2025
3.0.822 181 3/2/2025
3.0.821 127 3/2/2025
3.0.820 369 3/1/2025
3.0.819 140 3/1/2025
3.0.818 151 3/1/2025
3.0.817 327 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 125 3/1/2025
3.0.812 178 3/1/2025
3.0.811 611 2/26/2025
3.0.810 154 2/26/2025
3.0.809 287 2/25/2025
3.0.808 133 2/25/2025
3.0.807 245 2/25/2025
3.0.806 153 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 349 2/25/2025
3.0.801 133 2/25/2025
3.0.800 157 2/25/2025
3.0.799 554 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 408 2/22/2025
3.0.792 245 2/22/2025
3.0.791 360 2/22/2025
3.0.790 266 2/22/2025
3.0.789 169 2/22/2025
3.0.788 144 2/22/2025
3.0.787 307 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 335 2/21/2025
3.0.781 156 2/21/2025
3.0.780 123 2/21/2025
3.0.779 322 2/21/2025
3.0.778 199 2/21/2025
3.0.777 147 2/21/2025
3.0.776 653 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 544 2/18/2025
3.0.766 131 2/18/2025
3.0.765 263 2/18/2025
3.0.764 138 2/18/2025
3.0.763 323 2/18/2025
3.0.762 371 2/14/2025
3.0.761 292 2/14/2025
3.0.760 141 2/14/2025
3.0.759 181 2/14/2025
3.0.758 140 2/14/2025
3.0.757 150 2/14/2025
3.0.756 771 2/12/2025
3.0.755 162 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 184 2/12/2025
3.0.748 155 2/12/2025
3.0.747 404 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 314 2/12/2025
3.0.740 662 2/11/2025
3.0.739 135 2/11/2025
3.0.738 159 2/11/2025
3.0.737 360 2/11/2025
3.0.736 161 2/11/2025
3.0.735 144 2/11/2025
3.0.734 221 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 468 2/10/2025
3.0.727 145 2/10/2025
3.0.726 304 2/9/2025
3.0.725 234 2/9/2025
3.0.724 138 2/9/2025
3.0.723 152 2/9/2025
3.0.722 125 2/9/2025
3.0.721 451 2/8/2025
3.0.720 156 2/8/2025
3.0.719 158 2/7/2025
3.0.718 449 2/7/2025
3.0.717 135 2/7/2025
3.0.716 137 2/7/2025
3.0.715 152 2/7/2025
3.0.714 169 2/7/2025
3.0.713 694 2/7/2025
3.0.712 138 2/6/2025
3.0.711 518 2/5/2025
3.0.710 147 2/5/2025
3.0.709 344 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 380 2/5/2025
3.0.701 133 2/5/2025
3.0.700 205 2/5/2025
3.0.699 281 2/5/2025
3.0.698 545 1/28/2025
3.0.697 159 1/28/2025
3.0.696 173 1/28/2025
3.0.695 135 1/28/2025
3.0.694 193 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 407 1/28/2025
3.0.687 145 1/27/2025
3.0.686 133 1/27/2025
3.0.685 137 1/27/2025
3.0.684 122 1/27/2025
3.0.683 141 1/27/2025
3.0.682 137 1/27/2025
3.0.681 118 1/27/2025
3.0.680 643 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 152 1/26/2025
3.0.674 145 1/26/2025
3.0.673 148 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 541 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 144 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 454 1/25/2025
3.0.658 438 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 388 1/24/2025
3.0.651 120 1/24/2025
3.0.650 243 1/24/2025
3.0.649 123 1/24/2025
3.0.648 126 1/24/2025
3.0.647 137 1/24/2025
3.0.646 134 1/24/2025
3.0.645 270 1/23/2025
3.0.644 167 1/23/2025
3.0.643 350 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 426 1/21/2025
3.0.634 163 1/21/2025
3.0.633 375 1/21/2025
3.0.632 153 1/21/2025
3.0.631 135 1/21/2025
3.0.630 123 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 129 1/21/2025
3.0.625 135 1/20/2025
3.0.624 148 1/20/2025
3.0.623 123 1/20/2025
3.0.622 134 1/20/2025
3.0.621 117 1/20/2025
3.0.620 130 1/20/2025
3.0.619 138 1/20/2025
3.0.618 143 1/20/2025
3.0.617 121 1/20/2025
3.0.616 337 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 687 1/19/2025
3.0.605 168 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 404 1/19/2025
3.0.599 273 1/19/2025
3.0.598 155 1/19/2025
3.0.597 135 1/18/2025
3.0.596 115 1/18/2025
3.0.595 236 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 221 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 135 1/17/2025
3.0.579 157 1/17/2025
3.0.578 188 1/16/2025
3.0.577 114 1/16/2025
3.0.576 129 1/16/2025
3.0.575 434 1/16/2025
3.0.574 151 1/16/2025
3.0.573 126 1/16/2025
3.0.572 172 1/16/2025
3.0.571 125 1/16/2025
3.0.570 513 1/16/2025
3.0.569 270 1/15/2025
3.0.568 150 1/15/2025
3.0.567 113 1/15/2025
3.0.566 118 1/15/2025
3.0.565 160 1/15/2025
3.0.564 124 1/15/2025
3.0.563 359 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 219 1/15/2025
3.0.558 95 1/15/2025
3.0.557 348 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 273 1/14/2025
3.0.551 125 1/14/2025
3.0.550 105 1/14/2025
3.0.549 101 1/14/2025
3.0.548 269 1/13/2025
3.0.547 226 1/13/2025
3.0.546 110 1/13/2025
3.0.545 147 1/13/2025
3.0.544 196 1/13/2025
3.0.543 118 1/13/2025
3.0.542 184 1/13/2025
3.0.541 214 1/13/2025
3.0.540 166 1/12/2025
3.0.539 276 1/11/2025
3.0.538 152 1/11/2025
3.0.537 130 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 311 1/11/2025
3.0.532 135 1/11/2025
3.0.531 144 1/10/2025
3.0.530 143 1/10/2025
3.0.529 127 1/10/2025
3.0.528 236 1/10/2025
3.0.527 123 1/10/2025
3.0.526 171 1/10/2025
3.0.525 611 1/3/2025
3.0.524 204 1/3/2025
3.0.523 277 1/3/2025
3.0.522 153 1/3/2025
3.0.521 189 1/3/2025
3.0.520 165 1/3/2025
3.0.519 137 1/3/2025
3.0.518 323 1/3/2025
3.0.517 163 1/3/2025
3.0.516 176 1/2/2025
3.0.515 149 1/2/2025
3.0.514 152 1/2/2025
3.0.513 310 1/2/2025
3.0.512 143 1/2/2025
3.0.511 145 1/2/2025
3.0.510 442 1/1/2025
3.0.509 156 1/1/2025
3.0.508 321 1/1/2025
3.0.507 135 1/1/2025
3.0.506 135 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 213 12/31/2024
3.0.501 198 12/31/2024
3.0.500 151 12/31/2024
3.0.499 798 12/31/2024
3.0.498 176 12/31/2024
3.0.497 182 12/31/2024
3.0.496 278 12/31/2024
3.0.495 126 12/31/2024
3.0.494 130 12/31/2024
3.0.493 272 12/31/2024
3.0.492 133 12/31/2024
3.0.491 136 12/31/2024
3.0.490 402 12/28/2024
3.0.489 273 12/28/2024
3.0.488 140 12/28/2024
3.0.487 219 12/28/2024
3.0.486 141 12/28/2024
3.0.485 132 12/28/2024
3.0.484 244 12/27/2024
3.0.483 131 12/27/2024
3.0.482 161 12/27/2024
3.0.481 490 12/24/2024
3.0.480 275 12/24/2024
3.0.479 159 12/24/2024
3.0.478 127 12/24/2024
3.0.477 239 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 463 12/24/2024
3.0.471 124 12/24/2024
3.0.470 154 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 412 12/23/2024
3.0.463 132 12/23/2024
3.0.462 241 12/23/2024
3.0.461 126 12/23/2024
3.0.460 228 12/23/2024
3.0.459 147 12/23/2024
3.0.458 231 12/23/2024
3.0.457 137 12/23/2024
3.0.456 208 12/23/2024
3.0.455 143 12/23/2024
3.0.454 268 12/23/2024
3.0.453 129 12/23/2024
3.0.452 268 12/22/2024
3.0.451 125 12/22/2024
3.0.450 198 12/22/2024
3.0.449 146 12/22/2024
3.0.448 245 12/22/2024
3.0.447 129 12/22/2024
3.0.446 202 12/22/2024
3.0.445 123 12/22/2024
3.0.444 316 12/22/2024
3.0.443 278 12/22/2024
3.0.442 129 12/21/2024
3.0.441 295 12/21/2024
3.0.440 261 12/21/2024
3.0.439 230 12/21/2024
3.0.438 291 12/21/2024
3.0.437 134 12/21/2024
3.0.436 252 12/21/2024
3.0.435 206 12/20/2024
3.0.433 1,148 12/16/2024
3.0.432 500 12/9/2024
3.0.431 173 12/9/2024
3.0.430 396 12/9/2024
3.0.429 135 12/9/2024
3.0.428 613 12/6/2024
3.0.427 220 12/6/2024
3.0.426 321 12/6/2024
3.0.425 196 12/6/2024
3.0.424 277 12/6/2024
3.0.423 207 12/6/2024
3.0.422 211 12/6/2024
3.0.421 245 12/5/2024
3.0.420 691 12/5/2024
3.0.419 161 12/5/2024
3.0.418 177 12/5/2024
3.0.417 175 12/5/2024
3.0.416 439 12/4/2024
3.0.415 325 12/4/2024
3.0.414 295 12/4/2024
3.0.413 137 12/4/2024
3.0.412 157 12/4/2024
3.0.411 364 12/3/2024
3.0.410 227 12/3/2024
3.0.409 182 12/3/2024
3.0.408 172 12/3/2024
3.0.407 358 12/3/2024
3.0.406 127 12/3/2024
3.0.405 164 12/3/2024
3.0.404 526 12/2/2024
3.0.403 161 12/2/2024
3.0.402 280 12/2/2024
3.0.401 151 12/1/2024
3.0.400 135 12/1/2024
3.0.399 344 12/1/2024
3.0.398 662 11/29/2024
3.0.397 276 11/21/2024
3.0.396 662 11/20/2024
3.0.395 503 11/20/2024
3.0.394 233 11/19/2024
3.0.393 136 11/19/2024
3.0.392 262 11/19/2024
3.0.391 430 11/19/2024
3.0.390 165 11/19/2024
3.0.389 589 11/14/2024
3.0.388 386 11/14/2024
3.0.387 337 11/14/2024
3.0.386 182 11/14/2024
3.0.385 136 11/14/2024
3.0.384 416 11/14/2024
3.0.383 134 11/14/2024
3.0.382 143 11/14/2024
3.0.381 136 11/14/2024
2.1.380 263 11/13/2024
2.1.379 451 11/13/2024
2.1.378 178 11/13/2024
2.1.377 161 11/12/2024
2.1.376 137 11/12/2024
2.1.375 556 11/12/2024
2.1.374 658 11/9/2024
2.1.373 481 11/9/2024
2.1.372 144 11/8/2024
2.1.371 179 11/8/2024
2.1.370 163 11/8/2024
2.1.369 183 11/8/2024
2.1.368 493 11/8/2024
2.1.367 164 11/8/2024
2.1.366 1,115 10/31/2024
2.1.365 699 10/29/2024
2.1.364 371 10/29/2024
2.1.363 333 10/29/2024
2.1.362 640 10/26/2024
2.1.361 668 10/22/2024
2.1.360 312 10/22/2024
2.1.359 132 10/22/2024
2.1.358 774 10/17/2024
2.1.357 765 10/14/2024
2.1.356 686 10/11/2024
2.1.355 177 10/11/2024
2.1.354 419 10/11/2024
2.1.353 405 10/9/2024
2.1.352 261 10/8/2024
2.1.351 312 10/8/2024
2.1.350 136 10/8/2024
2.1.349 306 10/8/2024
2.1.348 461 10/3/2024
2.1.347 153 10/3/2024
2.1.346 210 10/3/2024
2.1.345 248 10/2/2024
2.1.344 202 10/2/2024
2.1.343 213 10/1/2024
2.1.342 190 10/1/2024
2.1.341 182 9/30/2024
2.1.340 219 9/29/2024
2.1.339 191 9/29/2024
2.1.338 218 9/27/2024
2.1.337 186 9/27/2024
2.1.336 179 9/27/2024
2.1.335 244 9/26/2024
2.1.334 223 9/26/2024
2.1.333 198 9/26/2024
2.1.332 205 9/23/2024
2.1.331 198 9/23/2024
2.1.330 220 9/23/2024
2.1.329 236 9/23/2024
2.1.328 248 9/23/2024
2.1.327 252 9/17/2024
2.1.326 179 9/17/2024
2.1.325 194 9/17/2024
2.1.324 213 9/17/2024
2.1.323 195 9/17/2024
2.1.322 237 9/17/2024
2.1.321 210 9/16/2024
2.1.320 274 9/12/2024
2.1.319 236 9/11/2024
2.1.318 276 9/11/2024
2.1.317 254 9/10/2024
2.1.316 160 9/10/2024
2.1.314 285 9/9/2024
2.1.313 228 9/9/2024
2.1.312 227 9/9/2024
2.1.311 228 9/9/2024
2.1.310 166 9/9/2024
2.1.309 239 9/9/2024
2.1.308 228 9/7/2024
2.1.307 216 9/6/2024
2.1.306 249 9/5/2024
2.1.305 205 9/5/2024
2.1.304 157 9/5/2024
2.1.303 239 9/5/2024
2.1.302 236 9/5/2024
2.1.301 180 9/4/2024
2.1.300 323 9/3/2024
2.1.299 217 9/3/2024
2.1.298 201 9/3/2024
2.1.297 153 9/3/2024
2.1.296 219 8/29/2024
2.1.295 253 8/26/2024
2.1.294 295 8/21/2024
2.1.293 224 8/21/2024
2.1.292 198 8/20/2024
2.1.291 226 8/20/2024
2.1.290 151 8/20/2024
2.1.289 269 8/20/2024
2.1.288 174 8/19/2024
2.1.287 294 8/15/2024
2.1.286 235 8/13/2024
2.1.285 223 8/13/2024
2.1.284 186 8/13/2024
2.1.283 178 8/6/2024
2.1.282 166 8/6/2024
2.1.281 251 8/1/2024
2.1.280 171 8/1/2024
2.1.279 194 8/1/2024
2.1.278 236 7/25/2024
2.1.277 176 7/25/2024
2.1.276 143 7/25/2024
2.1.275 135 7/24/2024
2.1.274 247 7/24/2024
2.1.273 246 7/20/2024
2.1.272 262 7/14/2024
2.1.271 155 7/14/2024
2.1.270 242 7/10/2024
2.1.269 230 7/10/2024
2.1.268 153 7/10/2024
2.1.267 200 7/10/2024
2.1.266 183 7/10/2024
2.1.265 129 7/10/2024
2.1.264 179 7/10/2024
2.1.263 165 7/9/2024
2.1.261 157 7/9/2024
2.1.260 124 7/9/2024
2.1.259 182 7/9/2024
2.1.258 176 7/9/2024
2.1.257 129 7/9/2024
2.1.256 163 7/9/2024
2.1.255 132 7/9/2024
2.1.254 178 7/9/2024
2.1.253 200 7/9/2024
2.1.252 191 7/9/2024
2.1.251 133 7/8/2024
2.1.250 186 7/8/2024
2.1.249 245 7/8/2024
2.1.248 152 7/7/2024
2.1.247 209 7/7/2024
2.1.246 157 7/7/2024
2.1.245 183 7/7/2024
2.1.244 284 7/3/2024
2.1.243 324 6/22/2024
2.1.242 286 6/15/2024
2.1.241 183 6/15/2024
2.1.240 267 6/14/2024
2.1.239 256 6/1/2024
2.1.238 204 6/1/2024
2.1.237 197 6/1/2024
2.1.236 164 6/1/2024
2.1.235 210 5/31/2024
2.1.234 263 5/29/2024
2.1.233 171 5/28/2024
2.1.232 132 5/28/2024
2.1.231 194 5/28/2024
2.1.230 257 5/27/2024
2.1.229 202 5/26/2024
2.1.228 212 5/26/2024
2.1.227 179 5/26/2024
2.1.226 264 5/25/2024
2.1.225 176 5/25/2024
2.1.224 144 5/25/2024
2.1.223 248 5/25/2024
2.1.222 157 5/25/2024
2.1.221 238 5/23/2024
2.1.220 213 5/23/2024
2.1.219 229 5/22/2024
2.1.218 148 5/22/2024
2.1.217 251 5/22/2024
2.1.216 155 5/22/2024
2.1.215 253 5/18/2024
2.1.214 196 5/17/2024
2.1.213 228 5/17/2024
2.1.212 185 5/16/2024
2.1.211 260 5/15/2024
2.1.210 164 5/15/2024
2.1.209 157 5/15/2024
2.1.208 206 5/14/2024
2.1.207 171 5/13/2024
2.1.206 255 4/30/2024
2.1.205 221 4/29/2024
2.1.204 254 4/28/2024
2.1.203 231 4/28/2024
2.1.202 247 4/28/2024
2.1.201 211 4/28/2024
2.1.200 176 4/28/2024
2.1.199 177 4/27/2024
2.1.198 223 4/27/2024
2.1.197 242 4/19/2024
2.1.196 239 4/18/2024
2.1.195 279 4/12/2024
2.1.194 192 4/12/2024
2.1.193 228 4/12/2024
2.1.192 262 4/12/2024
2.1.191 139 4/12/2024
2.1.190 220 4/12/2024
2.1.189 155 4/12/2024
2.1.188 239 4/10/2024
2.1.187 158 4/9/2024
2.1.186 153 4/9/2024
2.1.185 201 4/9/2024
2.1.184 249 4/2/2024
2.1.183 200 4/1/2024
2.1.182 221 4/1/2024
2.1.181 441 3/19/2024
2.1.180 193 3/19/2024
2.1.179 241 3/19/2024
2.1.178 262 3/15/2024
2.1.177 248 3/13/2024
2.1.176 239 3/13/2024
2.1.175 192 3/13/2024
2.1.174 251 3/13/2024
2.1.173 160 3/13/2024
2.1.172 236 3/12/2024
2.1.171 197 3/12/2024
2.1.170 228 3/12/2024
2.1.169 162 3/12/2024
2.1.168 258 3/11/2024
2.1.167 247 3/11/2024
2.1.166 231 3/10/2024
2.1.165 199 3/8/2024
2.1.164 170 3/8/2024
2.1.163 250 3/8/2024
2.1.162 280 3/6/2024
2.1.161 254 3/4/2024
2.1.160 238 3/4/2024
2.1.159 278 3/3/2024
2.1.158 225 3/2/2024
2.1.157 163 3/2/2024
2.1.156 245 3/2/2024
2.1.155 164 3/2/2024
2.1.154 267 2/29/2024
2.1.153 179 2/29/2024
2.1.152 194 2/29/2024
2.1.151 299 2/26/2024
2.1.150 214 2/25/2024
2.1.149 236 2/25/2024
2.1.148 228 2/23/2024
2.1.147 275 2/22/2024
2.1.146 237 2/22/2024
2.1.145 214 2/21/2024
2.1.144 268 2/21/2024
2.1.143 249 2/21/2024
2.1.142 172 2/21/2024
2.1.141 237 2/21/2024
2.1.140 238 2/20/2024
2.1.139 238 2/20/2024
2.1.138 197 2/20/2024
2.1.137 260 2/20/2024
2.1.136 221 2/19/2024
2.1.135 218 2/19/2024
2.1.134 277 2/17/2024
2.1.133 214 2/16/2024
2.1.132 242 2/16/2024
2.1.131 263 2/16/2024
2.1.130 221 2/16/2024
2.1.129 161 2/16/2024
2.1.128 161 2/16/2024
2.1.127 358 2/13/2024
2.1.126 214 2/13/2024
2.1.125 156 2/13/2024
2.1.124 214 2/13/2024
2.1.123 158 2/13/2024
2.1.122 225 2/13/2024
2.1.121 157 2/13/2024
2.1.120 332 2/12/2024
2.1.119 180 2/11/2024
2.1.118 201 2/11/2024
2.1.117 264 2/11/2024
2.1.116 214 2/10/2024
2.1.115 212 2/9/2024
2.1.114 272 2/9/2024
2.1.113 180 2/9/2024
2.1.112 292 2/8/2024
2.1.111 187 2/8/2024
2.1.110 247 2/8/2024
2.1.109 251 2/7/2024
2.1.108 191 2/7/2024
2.1.107 287 2/7/2024
2.1.106 162 2/7/2024
2.1.105 226 2/6/2024
2.1.104 243 2/6/2024
2.1.103 160 2/6/2024
2.1.102 201 2/5/2024
2.1.101 230 2/4/2024
2.1.100 215 2/2/2024
2.1.99 338 1/31/2024
2.1.98 222 1/29/2024
2.1.97 218 1/29/2024
2.1.96 157 1/29/2024
2.1.95 207 1/29/2024
2.1.94 178 1/28/2024
2.1.93 201 1/28/2024
2.1.92 164 1/28/2024
2.1.91 200 1/28/2024
2.1.90 214 1/28/2024
2.1.89 189 1/27/2024
2.1.88 180 1/27/2024
2.1.87 157 1/27/2024
2.1.86 240 1/27/2024
2.1.85 188 1/27/2024
2.1.84 152 1/27/2024
2.1.83 169 1/26/2024
2.1.82 147 1/26/2024
2.1.81 314 1/26/2024
2.1.80 214 1/26/2024
2.1.79 216 1/26/2024
2.1.78 161 1/26/2024
2.1.77 240 1/25/2024
2.1.76 201 1/25/2024
2.1.75 226 1/25/2024
2.1.74 159 1/25/2024
2.1.73 249 1/19/2024
2.1.72 241 1/15/2024
2.1.71 225 1/15/2024
2.1.70 217 1/15/2024
2.1.69 251 1/15/2024
2.1.68 203 1/15/2024
2.1.67 257 1/14/2024
2.1.66 198 1/13/2024
2.1.65 224 1/12/2024
2.1.64 295 1/11/2024
2.1.63 191 1/9/2024
2.1.62 185 1/9/2024
2.1.61 245 1/7/2024
2.1.60 228 1/5/2024
2.1.59 157 1/5/2024
2.1.58 247 1/5/2024
2.1.57 348 1/1/2024
2.1.56 305 12/28/2023
2.1.55 251 12/28/2023
2.1.54 173 12/28/2023
2.1.53 234 12/28/2023
2.1.52 179 12/27/2023
2.1.51 170 12/27/2023
2.1.50 170 12/27/2023
2.1.49 362 12/25/2023
2.1.48 188 12/25/2023
2.1.47 186 12/25/2023
2.1.46 279 12/25/2023
2.1.45 200 12/25/2023
2.1.44 172 12/25/2023
2.1.43 314 12/24/2023
2.1.42 272 12/23/2023
2.1.41 236 12/23/2023
2.1.40 224 12/23/2023
2.1.39 186 12/23/2023
2.1.38 262 12/19/2023
2.1.37 251 12/19/2023
2.1.36 331 12/10/2023
2.1.35 265 12/10/2023
2.1.34 274 12/9/2023
2.1.33 218 12/9/2023
2.1.32 268 12/9/2023
2.1.31 239 12/6/2023
2.1.30 256 12/5/2023
2.1.29 234 12/4/2023
2.1.28 177 12/4/2023
2.1.27 241 12/4/2023
2.1.26 342 11/23/2023
2.1.25 213 11/23/2023
2.1.24 184 11/23/2023
2.1.23 204 11/23/2023
2.1.22 159 11/23/2023
2.1.21 240 11/20/2023
2.1.20 229 11/20/2023
2.1.19 227 11/19/2023
2.1.18 229 11/19/2023
2.1.17 264 11/19/2023
2.1.16 159 11/19/2023
2.1.15 233 11/18/2023
2.1.14 200 11/18/2023
2.1.13 241 11/18/2023
2.1.12 234 11/17/2023
2.1.11 231 11/17/2023
2.1.10 182 11/17/2023
2.1.9 191 11/17/2023
2.1.8 265 11/17/2023
2.1.7 206 11/17/2023
2.1.6 233 11/17/2023
2.1.5 175 11/17/2023
2.1.4 232 11/16/2023
2.0.91 250 11/15/2023
2.0.90 163 11/15/2023
2.0.89 164 11/15/2023
2.0.88 187 11/15/2023
2.0.3 151 11/16/2023
2.0.2 167 11/16/2023
2.0.1 170 11/16/2023
1.0.87 169 11/14/2023
1.0.86 282 11/13/2023
1.0.85 205 11/10/2023
1.0.84 292 11/9/2023
1.0.83 156 11/9/2023
1.0.82 282 11/7/2023
1.0.81 243 11/6/2023
1.0.80 280 11/3/2023
1.0.79 215 11/2/2023
1.0.78 269 11/1/2023
1.0.77 297 10/26/2023
1.0.76 260 10/24/2023
1.0.75 230 10/19/2023
1.0.74 279 10/18/2023
1.0.73 291 10/17/2023
1.0.72 278 10/16/2023
1.0.71 283 10/13/2023
1.0.70 232 10/12/2023
1.0.69 292 10/10/2023
1.0.68 277 9/20/2023
1.0.67 209 9/19/2023
1.0.66 264 9/18/2023
1.0.65 176 9/18/2023
1.0.64 361 9/14/2023
1.0.63 243 9/12/2023
1.0.62 326 8/31/2023
1.0.61 258 8/30/2023
1.0.60 291 8/29/2023
1.0.59 313 8/28/2023
1.0.58 280 8/25/2023
1.0.57 282 8/24/2023
1.0.56 303 8/21/2023
1.0.55 244 8/18/2023
1.0.54 278 8/17/2023
1.0.53 280 8/16/2023
1.0.52 330 8/10/2023
1.0.51 303 8/9/2023
1.0.50 344 8/8/2023
1.0.49 211 8/8/2023
1.0.48 297 8/7/2023
1.0.47 222 8/7/2023
1.0.46 455 7/13/2023
1.0.45 366 7/11/2023
1.0.44 223 7/11/2023
1.0.43 335 7/10/2023
1.0.42 261 7/7/2023
1.0.41 227 7/7/2023
1.0.40 383 6/30/2023
1.0.39 256 6/29/2023
1.0.38 352 6/28/2023
1.0.37 282 6/27/2023
1.0.36 422 6/26/2023
1.0.35 247 6/23/2023
1.0.34 234 6/23/2023
1.0.33 432 6/21/2023
1.0.32 301 6/15/2023
1.0.31 293 6/14/2023
1.0.30 350 6/13/2023
1.0.29 277 6/9/2023
1.0.28 329 6/8/2023
1.0.27 330 6/7/2023
1.0.26 400 6/6/2023
1.0.25 215 6/6/2023
1.0.24 300 6/5/2023
1.0.23 356 6/2/2023
1.0.22 216 6/2/2023
1.0.21 344 6/1/2023
1.0.20 292 5/31/2023
1.0.19 190 5/31/2023
1.0.18 286 5/31/2023
1.0.17 336 5/30/2023
1.0.16 261 5/29/2023
1.0.15 345 5/26/2023
1.0.14 325 5/25/2023
1.0.13 275 5/24/2023
1.0.12 364 5/24/2023
1.0.11 209 5/23/2023
1.0.10 361 5/23/2023
1.0.9 221 5/23/2023
1.0.8 215 5/22/2023
1.0.7 336 5/19/2023
1.0.6 283 5/17/2023
1.0.5 372 5/16/2023
1.0.4 267 5/15/2023
1.0.3 249 5/12/2023
1.0.2 398 4/28/2023
1.0.1 241 4/28/2023