Soenneker.Blazor.Utils.Navigation 3.0.818

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