Soenneker.Blazor.Utils.Navigation 3.0.906

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