Soenneker.Blazor.Utils.Navigation 3.0.826

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.826
                    
NuGet\Install-Package Soenneker.Blazor.Utils.Navigation -Version 3.0.826
                    
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.826" />
                    
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.826" />
                    
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.826
                    
#r "nuget: Soenneker.Blazor.Utils.Navigation, 3.0.826"
                    
#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.826
                    
#: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.826
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Blazor.Utils.Navigation&version=3.0.826
                    
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 587 9/16/2025
3.0.1006 335 9/9/2025
3.0.1005 221 9/9/2025
3.0.1004 160 9/9/2025
3.0.1003 390 9/8/2025
3.0.1002 306 9/6/2025
3.0.1001 551 9/3/2025
3.0.1000 180 9/3/2025
3.0.999 366 9/3/2025
3.0.998 362 9/2/2025
3.0.997 346 8/17/2025
3.0.996 417 8/13/2025
3.0.995 292 8/11/2025
3.0.994 291 8/11/2025
3.0.993 164 8/11/2025
3.0.992 274 8/11/2025
3.0.991 455 8/11/2025
3.0.990 361 8/5/2025
3.0.989 215 8/5/2025
3.0.988 214 8/5/2025
3.0.987 312 7/29/2025
3.0.986 666 7/8/2025
3.0.985 162 7/8/2025
3.0.984 157 7/8/2025
3.0.983 540 6/28/2025
3.0.982 281 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 675 6/11/2025
3.0.977 457 6/10/2025
3.0.976 301 6/10/2025
3.0.975 348 6/10/2025
3.0.974 578 6/2/2025
3.0.973 364 5/27/2025
3.0.972 202 5/27/2025
3.0.971 322 5/27/2025
3.0.970 431 5/25/2025
3.0.969 346 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 787 5/14/2025
3.0.964 236 5/13/2025
3.0.963 372 5/13/2025
3.0.962 378 5/8/2025
3.0.961 186 5/8/2025
3.0.960 403 5/8/2025
3.0.959 189 5/7/2025
3.0.958 604 5/5/2025
3.0.957 172 5/5/2025
3.0.956 272 5/5/2025
3.0.955 395 5/5/2025
3.0.954 173 5/5/2025
3.0.953 729 4/27/2025
3.0.952 267 4/26/2025
3.0.951 223 4/19/2025
3.0.950 516 4/8/2025
3.0.949 184 4/8/2025
3.0.948 339 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 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 980 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 461 4/7/2025
3.0.924 173 4/7/2025
3.0.923 361 4/7/2025
3.0.922 198 4/7/2025
3.0.921 207 4/7/2025
3.0.920 177 4/7/2025
3.0.919 230 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 131 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,775 4/4/2025
3.0.886 314 4/4/2025
3.0.885 170 4/4/2025
3.0.884 383 4/1/2025
3.0.883 204 4/1/2025
3.0.882 212 4/1/2025
3.0.881 585 4/1/2025
3.0.880 203 4/1/2025
3.0.879 211 3/31/2025
3.0.878 326 3/31/2025
3.0.877 188 3/31/2025
3.0.876 458 3/29/2025
3.0.875 131 3/29/2025
3.0.874 941 3/25/2025
3.0.873 605 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 334 3/21/2025
3.0.868 121 3/21/2025
3.0.867 293 3/21/2025
3.0.866 139 3/21/2025
3.0.865 455 3/18/2025
3.0.864 194 3/18/2025
3.0.863 221 3/18/2025
3.0.862 178 3/18/2025
3.0.861 177 3/18/2025
3.0.860 371 3/18/2025
3.0.859 199 3/15/2025
3.0.858 221 3/15/2025
3.0.857 120 3/15/2025
3.0.856 254 3/15/2025
3.0.855 103 3/15/2025
3.0.854 316 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 417 3/12/2025
3.0.849 180 3/12/2025
3.0.848 185 3/12/2025
3.0.847 403 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 336 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 370 3/11/2025
3.0.835 516 3/7/2025
3.0.834 275 3/7/2025
3.0.833 245 3/7/2025
3.0.832 454 3/7/2025
3.0.831 229 3/7/2025
3.0.830 404 3/2/2025
3.0.829 151 3/2/2025
3.0.828 242 3/2/2025
3.0.827 125 3/2/2025
3.0.826 256 3/2/2025
3.0.825 155 3/2/2025
3.0.824 141 3/2/2025
3.0.823 133 3/2/2025
3.0.822 180 3/2/2025
3.0.821 127 3/2/2025
3.0.820 334 3/1/2025
3.0.819 139 3/1/2025
3.0.818 150 3/1/2025
3.0.817 294 3/1/2025
3.0.816 144 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 542 2/26/2025
3.0.810 153 2/26/2025
3.0.809 264 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 313 2/25/2025
3.0.801 133 2/25/2025
3.0.800 157 2/25/2025
3.0.799 484 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 360 2/22/2025
3.0.792 224 2/22/2025
3.0.791 332 2/22/2025
3.0.790 247 2/22/2025
3.0.789 167 2/22/2025
3.0.788 144 2/22/2025
3.0.787 284 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 308 2/21/2025
3.0.781 154 2/21/2025
3.0.780 123 2/21/2025
3.0.779 295 2/21/2025
3.0.778 196 2/21/2025
3.0.777 146 2/21/2025
3.0.776 568 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 479 2/18/2025
3.0.766 131 2/18/2025
3.0.765 249 2/18/2025
3.0.764 138 2/18/2025
3.0.763 296 2/18/2025
3.0.762 335 2/14/2025
3.0.761 268 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 148 2/14/2025
3.0.756 667 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 369 2/12/2025
3.0.746 133 2/12/2025
3.0.745 171 2/12/2025
3.0.744 154 2/12/2025
3.0.743 131 2/12/2025
3.0.742 284 2/12/2025
3.0.740 590 2/11/2025
3.0.739 134 2/11/2025
3.0.738 158 2/11/2025
3.0.737 327 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 160 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 427 2/10/2025
3.0.727 143 2/10/2025
3.0.726 292 2/9/2025
3.0.725 222 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 406 2/8/2025
3.0.720 154 2/8/2025
3.0.719 156 2/7/2025
3.0.718 401 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 591 2/7/2025
3.0.712 137 2/6/2025
3.0.711 458 2/5/2025
3.0.710 147 2/5/2025
3.0.709 305 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 339 2/5/2025
3.0.701 133 2/5/2025
3.0.700 193 2/5/2025
3.0.699 263 2/5/2025
3.0.698 476 1/28/2025
3.0.697 153 1/28/2025
3.0.696 167 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 347 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 553 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 478 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 163 1/25/2025
3.0.661 146 1/25/2025
3.0.660 125 1/25/2025
3.0.659 404 1/25/2025
3.0.658 393 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 347 1/24/2025
3.0.651 120 1/24/2025
3.0.650 225 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 241 1/23/2025
3.0.644 167 1/23/2025
3.0.643 312 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 387 1/21/2025
3.0.634 162 1/21/2025
3.0.633 347 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 311 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 605 1/19/2025
3.0.605 146 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 338 1/19/2025
3.0.599 245 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 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 206 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 186 1/16/2025
3.0.577 114 1/16/2025
3.0.576 129 1/16/2025
3.0.575 385 1/16/2025
3.0.574 140 1/16/2025
3.0.573 126 1/16/2025
3.0.572 170 1/16/2025
3.0.571 124 1/16/2025
3.0.570 439 1/16/2025
3.0.569 249 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 156 1/15/2025
3.0.564 123 1/15/2025
3.0.563 323 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 206 1/15/2025
3.0.558 95 1/15/2025
3.0.557 297 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 229 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 224 1/13/2025
3.0.547 182 1/13/2025
3.0.546 110 1/13/2025
3.0.545 147 1/13/2025
3.0.544 181 1/13/2025
3.0.543 117 1/13/2025
3.0.542 172 1/13/2025
3.0.541 190 1/13/2025
3.0.540 160 1/12/2025
3.0.539 242 1/11/2025
3.0.538 151 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 254 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 124 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 546 1/3/2025
3.0.524 204 1/3/2025
3.0.523 264 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 290 1/3/2025
3.0.517 160 1/3/2025
3.0.516 176 1/2/2025
3.0.515 149 1/2/2025
3.0.514 149 1/2/2025
3.0.513 290 1/2/2025
3.0.512 143 1/2/2025
3.0.511 145 1/2/2025
3.0.510 395 1/1/2025
3.0.509 156 1/1/2025
3.0.508 298 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 675 12/31/2024
3.0.498 174 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 248 12/31/2024
3.0.492 133 12/31/2024
3.0.491 136 12/31/2024
3.0.490 361 12/28/2024
3.0.489 253 12/28/2024
3.0.488 140 12/28/2024
3.0.487 210 12/28/2024
3.0.486 139 12/28/2024
3.0.485 132 12/28/2024
3.0.484 224 12/27/2024
3.0.483 131 12/27/2024
3.0.482 161 12/27/2024
3.0.481 421 12/24/2024
3.0.480 245 12/24/2024
3.0.479 157 12/24/2024
3.0.478 127 12/24/2024
3.0.477 222 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 400 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 355 12/23/2024
3.0.463 132 12/23/2024
3.0.462 218 12/23/2024
3.0.461 126 12/23/2024
3.0.460 210 12/23/2024
3.0.459 145 12/23/2024
3.0.458 219 12/23/2024
3.0.457 137 12/23/2024
3.0.456 193 12/23/2024
3.0.455 140 12/23/2024
3.0.454 255 12/23/2024
3.0.453 129 12/23/2024
3.0.452 250 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 289 12/22/2024
3.0.443 257 12/22/2024
3.0.442 129 12/21/2024
3.0.441 265 12/21/2024
3.0.440 240 12/21/2024
3.0.439 218 12/21/2024
3.0.438 270 12/21/2024
3.0.437 134 12/21/2024
3.0.436 234 12/21/2024
3.0.435 187 12/20/2024
3.0.433 951 12/16/2024
3.0.432 426 12/9/2024
3.0.431 173 12/9/2024
3.0.430 336 12/9/2024
3.0.429 135 12/9/2024
3.0.428 499 12/6/2024
3.0.427 195 12/6/2024
3.0.426 289 12/6/2024
3.0.425 193 12/6/2024
3.0.424 255 12/6/2024
3.0.423 188 12/6/2024
3.0.422 188 12/6/2024
3.0.421 217 12/5/2024
3.0.420 598 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 367 12/4/2024
3.0.415 283 12/4/2024
3.0.414 270 12/4/2024
3.0.413 136 12/4/2024
3.0.412 147 12/4/2024
3.0.411 306 12/3/2024
3.0.410 199 12/3/2024
3.0.409 172 12/3/2024
3.0.408 159 12/3/2024
3.0.407 307 12/3/2024
3.0.406 117 12/3/2024
3.0.405 154 12/3/2024
3.0.404 432 12/2/2024
3.0.403 151 12/2/2024
3.0.402 231 12/2/2024
3.0.401 141 12/1/2024
3.0.400 125 12/1/2024
3.0.399 304 12/1/2024
3.0.398 535 11/29/2024
3.0.397 248 11/21/2024
3.0.396 555 11/20/2024
3.0.395 404 11/20/2024
3.0.394 211 11/19/2024
3.0.393 126 11/19/2024
3.0.392 234 11/19/2024
3.0.391 362 11/19/2024
3.0.390 155 11/19/2024
3.0.389 493 11/14/2024
3.0.388 327 11/14/2024
3.0.387 285 11/14/2024
3.0.386 172 11/14/2024
3.0.385 126 11/14/2024
3.0.384 350 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 245 11/13/2024
2.1.379 392 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 455 11/12/2024
2.1.374 580 11/9/2024
2.1.373 426 11/9/2024
2.1.372 133 11/8/2024
2.1.371 165 11/8/2024
2.1.370 153 11/8/2024
2.1.369 172 11/8/2024
2.1.368 425 11/8/2024
2.1.367 144 11/8/2024
2.1.366 937 10/31/2024
2.1.365 589 10/29/2024
2.1.364 324 10/29/2024
2.1.363 296 10/29/2024
2.1.362 548 10/26/2024
2.1.361 567 10/22/2024
2.1.360 275 10/22/2024
2.1.359 122 10/22/2024
2.1.358 635 10/17/2024
2.1.357 639 10/14/2024
2.1.356 566 10/11/2024
2.1.355 167 10/11/2024
2.1.354 347 10/11/2024
2.1.353 341 10/9/2024
2.1.352 231 10/8/2024
2.1.351 273 10/8/2024
2.1.350 126 10/8/2024
2.1.349 268 10/8/2024
2.1.348 396 10/3/2024
2.1.347 143 10/3/2024
2.1.346 200 10/3/2024
2.1.345 226 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 221 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 261 9/12/2024
2.1.319 226 9/11/2024
2.1.318 265 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 282 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 183 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 198 7/10/2024
2.1.266 173 7/10/2024
2.1.265 119 7/10/2024
2.1.264 167 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 234 7/8/2024
2.1.248 141 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 172 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 201 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 227 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 164 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 195 3/12/2024
2.1.170 216 3/12/2024
2.1.169 150 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 243 3/4/2024
2.1.160 228 3/4/2024
2.1.159 267 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 264 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 161 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 248 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 346 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 224 2/13/2024
2.1.121 147 2/13/2024
2.1.120 322 2/12/2024
2.1.119 169 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 153 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 203 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 215 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 205 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 239 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 175 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 253 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 221 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 281 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 268 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 281 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 350 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 302 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 243 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 223 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 287 6/5/2023
1.0.23 346 6/2/2023
1.0.22 206 6/2/2023
1.0.21 333 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 256 5/15/2023
1.0.3 239 5/12/2023
1.0.2 388 4/28/2023
1.0.1 241 4/28/2023