Soenneker.Blazor.Utils.Navigation 3.0.525

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.525                
NuGet\Install-Package Soenneker.Blazor.Utils.Navigation -Version 3.0.525                
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.525" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Blazor.Utils.Navigation --version 3.0.525                
#r "nuget: Soenneker.Blazor.Utils.Navigation, 3.0.525"                
#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.
// Install Soenneker.Blazor.Utils.Navigation as a Cake Addin
#addin nuget:?package=Soenneker.Blazor.Utils.Navigation&version=3.0.525

// Install Soenneker.Blazor.Utils.Navigation as a Cake Tool
#tool nuget:?package=Soenneker.Blazor.Utils.Navigation&version=3.0.525                

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. 
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.638 0 1/21/2025
3.0.637 0 1/21/2025
3.0.636 0 1/21/2025
3.0.635 0 1/21/2025
3.0.634 0 1/21/2025
3.0.633 0 1/21/2025
3.0.632 0 1/21/2025
3.0.631 0 1/21/2025
3.0.630 12 1/21/2025
3.0.629 28 1/21/2025
3.0.628 20 1/21/2025
3.0.627 22 1/21/2025
3.0.626 25 1/21/2025
3.0.625 32 1/20/2025
3.0.624 26 1/20/2025
3.0.623 32 1/20/2025
3.0.622 27 1/20/2025
3.0.621 27 1/20/2025
3.0.620 31 1/20/2025
3.0.619 28 1/20/2025
3.0.618 32 1/20/2025
3.0.617 30 1/20/2025
3.0.616 68 1/20/2025
3.0.615 29 1/20/2025
3.0.614 51 1/20/2025
3.0.613 34 1/20/2025
3.0.612 40 1/20/2025
3.0.611 36 1/20/2025
3.0.610 44 1/20/2025
3.0.609 35 1/20/2025
3.0.608 36 1/20/2025
3.0.607 32 1/20/2025
3.0.606 197 1/19/2025
3.0.605 44 1/19/2025
3.0.604 36 1/19/2025
3.0.603 34 1/19/2025
3.0.602 34 1/19/2025
3.0.601 35 1/19/2025
3.0.600 109 1/19/2025
3.0.599 75 1/19/2025
3.0.598 39 1/19/2025
3.0.597 34 1/18/2025
3.0.596 28 1/18/2025
3.0.595 70 1/18/2025
3.0.594 30 1/18/2025
3.0.593 42 1/18/2025
3.0.592 30 1/18/2025
3.0.591 28 1/18/2025
3.0.590 61 1/18/2025
3.0.589 28 1/18/2025
3.0.588 48 1/17/2025
3.0.587 34 1/17/2025
3.0.586 32 1/17/2025
3.0.585 35 1/17/2025
3.0.584 33 1/17/2025
3.0.583 47 1/17/2025
3.0.582 33 1/17/2025
3.0.581 36 1/17/2025
3.0.580 32 1/17/2025
3.0.579 42 1/17/2025
3.0.578 48 1/16/2025
3.0.577 36 1/16/2025
3.0.576 43 1/16/2025
3.0.575 143 1/16/2025
3.0.574 45 1/16/2025
3.0.573 37 1/16/2025
3.0.572 48 1/16/2025
3.0.571 31 1/16/2025
3.0.570 142 1/16/2025
3.0.569 87 1/15/2025
3.0.568 54 1/15/2025
3.0.567 33 1/15/2025
3.0.566 33 1/15/2025
3.0.565 46 1/15/2025
3.0.564 34 1/15/2025
3.0.563 138 1/15/2025
3.0.562 32 1/15/2025
3.0.561 33 1/15/2025
3.0.560 32 1/15/2025
3.0.559 70 1/15/2025
3.0.558 14 1/15/2025
3.0.557 126 1/15/2025
3.0.556 7 1/15/2025
3.0.555 28 1/14/2025
3.0.554 7 1/14/2025
3.0.553 7 1/14/2025
3.0.552 68 1/14/2025
3.0.551 5 1/14/2025
3.0.550 5 1/14/2025
3.0.549 15 1/14/2025
3.0.548 100 1/13/2025
3.0.547 91 1/13/2025
3.0.546 38 1/13/2025
3.0.545 63 1/13/2025
3.0.544 97 1/13/2025
3.0.543 39 1/13/2025
3.0.542 78 1/13/2025
3.0.541 105 1/13/2025
3.0.540 80 1/12/2025
3.0.539 139 1/11/2025
3.0.538 61 1/11/2025
3.0.537 39 1/11/2025
3.0.536 80 1/11/2025
3.0.535 77 1/11/2025
3.0.534 41 1/11/2025
3.0.533 158 1/11/2025
3.0.532 41 1/11/2025
3.0.531 41 1/10/2025
3.0.530 55 1/10/2025
3.0.529 31 1/10/2025
3.0.528 120 1/10/2025
3.0.527 40 1/10/2025
3.0.526 79 1/10/2025
3.0.525 391 1/3/2025
3.0.524 135 1/3/2025
3.0.523 181 1/3/2025
3.0.522 100 1/3/2025
3.0.521 114 1/3/2025
3.0.520 102 1/3/2025
3.0.519 82 1/3/2025
3.0.518 223 1/3/2025
3.0.517 87 1/3/2025
3.0.516 116 1/2/2025
3.0.515 93 1/2/2025
3.0.514 82 1/2/2025
3.0.513 216 1/2/2025
3.0.512 90 1/2/2025
3.0.511 90 1/2/2025
3.0.510 326 1/1/2025
3.0.509 102 1/1/2025
3.0.508 220 1/1/2025
3.0.507 82 1/1/2025
3.0.506 82 12/31/2024
3.0.505 122 12/31/2024
3.0.504 79 12/31/2024
3.0.503 122 12/31/2024
3.0.502 130 12/31/2024
3.0.501 133 12/31/2024
3.0.500 96 12/31/2024
3.0.499 603 12/31/2024
3.0.498 102 12/31/2024
3.0.497 106 12/31/2024
3.0.496 209 12/31/2024
3.0.495 71 12/31/2024
3.0.494 75 12/31/2024
3.0.493 187 12/31/2024
3.0.492 79 12/31/2024
3.0.491 74 12/31/2024
3.0.490 286 12/28/2024
3.0.489 193 12/28/2024
3.0.488 83 12/28/2024
3.0.487 146 12/28/2024
3.0.486 76 12/28/2024
3.0.485 79 12/28/2024
3.0.484 159 12/27/2024
3.0.483 80 12/27/2024
3.0.482 97 12/27/2024
3.0.481 349 12/24/2024
3.0.480 186 12/24/2024
3.0.479 93 12/24/2024
3.0.478 72 12/24/2024
3.0.477 160 12/24/2024
3.0.476 82 12/24/2024
3.0.475 108 12/24/2024
3.0.474 75 12/24/2024
3.0.473 72 12/24/2024
3.0.472 325 12/24/2024
3.0.471 74 12/24/2024
3.0.470 94 12/24/2024
3.0.469 101 12/24/2024
3.0.468 73 12/24/2024
3.0.467 79 12/24/2024
3.0.466 109 12/24/2024
3.0.465 80 12/24/2024
3.0.464 301 12/23/2024
3.0.463 69 12/23/2024
3.0.462 158 12/23/2024
3.0.461 74 12/23/2024
3.0.460 147 12/23/2024
3.0.459 79 12/23/2024
3.0.458 163 12/23/2024
3.0.457 78 12/23/2024
3.0.456 137 12/23/2024
3.0.455 76 12/23/2024
3.0.454 183 12/23/2024
3.0.453 77 12/23/2024
3.0.452 193 12/22/2024
3.0.451 73 12/22/2024
3.0.450 133 12/22/2024
3.0.449 78 12/22/2024
3.0.448 151 12/22/2024
3.0.447 75 12/22/2024
3.0.446 129 12/22/2024
3.0.445 72 12/22/2024
3.0.444 203 12/22/2024
3.0.443 197 12/22/2024
3.0.442 80 12/21/2024
3.0.441 182 12/21/2024
3.0.440 162 12/21/2024
3.0.439 156 12/21/2024
3.0.438 196 12/21/2024
3.0.437 82 12/21/2024
3.0.436 177 12/21/2024
3.0.435 138 12/20/2024
3.0.433 888 12/16/2024
3.0.432 371 12/9/2024
3.0.431 113 12/9/2024
3.0.430 291 12/9/2024
3.0.429 84 12/9/2024
3.0.428 438 12/6/2024
3.0.427 136 12/6/2024
3.0.426 224 12/6/2024
3.0.425 138 12/6/2024
3.0.424 177 12/6/2024
3.0.423 137 12/6/2024
3.0.422 123 12/6/2024
3.0.421 168 12/5/2024
3.0.420 549 12/5/2024
3.0.419 103 12/5/2024
3.0.418 110 12/5/2024
3.0.417 116 12/5/2024
3.0.416 319 12/4/2024
3.0.415 227 12/4/2024
3.0.414 206 12/4/2024
3.0.413 95 12/4/2024
3.0.412 100 12/4/2024
3.0.411 256 12/3/2024
3.0.410 151 12/3/2024
3.0.409 124 12/3/2024
3.0.408 101 12/3/2024
3.0.407 257 12/3/2024
3.0.406 76 12/3/2024
3.0.405 101 12/3/2024
3.0.404 370 12/2/2024
3.0.403 105 12/2/2024
3.0.402 188 12/2/2024
3.0.401 95 12/1/2024
3.0.400 82 12/1/2024
3.0.399 255 12/1/2024
3.0.398 478 11/29/2024
3.0.397 204 11/21/2024
3.0.396 493 11/20/2024
3.0.395 349 11/20/2024
3.0.394 162 11/19/2024
3.0.393 84 11/19/2024
3.0.392 185 11/19/2024
3.0.391 291 11/19/2024
3.0.390 109 11/19/2024
3.0.389 450 11/14/2024
3.0.388 267 11/14/2024
3.0.387 235 11/14/2024
3.0.386 122 11/14/2024
3.0.385 86 11/14/2024
3.0.384 302 11/14/2024
3.0.383 83 11/14/2024
3.0.382 93 11/14/2024
3.0.381 88 11/14/2024
2.1.380 176 11/13/2024
2.1.379 334 11/13/2024
2.1.378 118 11/13/2024
2.1.377 95 11/12/2024
2.1.376 87 11/12/2024
2.1.375 404 11/12/2024
2.1.374 530 11/9/2024
2.1.373 356 11/9/2024
2.1.372 85 11/8/2024
2.1.371 113 11/8/2024
2.1.370 109 11/8/2024
2.1.369 115 11/8/2024
2.1.368 360 11/8/2024
2.1.367 97 11/8/2024
2.1.366 874 10/31/2024
2.1.365 545 10/29/2024
2.1.364 256 10/29/2024
2.1.363 250 10/29/2024
2.1.362 501 10/26/2024
2.1.361 517 10/22/2024
2.1.360 229 10/22/2024
2.1.359 81 10/22/2024
2.1.358 576 10/17/2024
2.1.357 568 10/14/2024
2.1.356 522 10/11/2024
2.1.355 124 10/11/2024
2.1.354 297 10/11/2024
2.1.353 301 10/9/2024
2.1.352 187 10/8/2024
2.1.351 224 10/8/2024
2.1.350 86 10/8/2024
2.1.349 215 10/8/2024
2.1.348 331 10/3/2024
2.1.347 103 10/3/2024
2.1.346 145 10/3/2024
2.1.345 172 10/2/2024
2.1.344 144 10/2/2024
2.1.343 164 10/1/2024
2.1.342 140 10/1/2024
2.1.341 118 9/30/2024
2.1.340 145 9/29/2024
2.1.339 127 9/29/2024
2.1.338 154 9/27/2024
2.1.337 118 9/27/2024
2.1.336 107 9/27/2024
2.1.335 175 9/26/2024
2.1.334 157 9/26/2024
2.1.333 150 9/26/2024
2.1.332 144 9/23/2024
2.1.331 149 9/23/2024
2.1.330 148 9/23/2024
2.1.329 159 9/23/2024
2.1.328 163 9/23/2024
2.1.327 162 9/17/2024
2.1.326 126 9/17/2024
2.1.325 131 9/17/2024
2.1.324 145 9/17/2024
2.1.323 132 9/17/2024
2.1.322 166 9/17/2024
2.1.321 149 9/16/2024
2.1.320 194 9/12/2024
2.1.319 171 9/11/2024
2.1.318 190 9/11/2024
2.1.317 179 9/10/2024
2.1.316 98 9/10/2024
2.1.314 207 9/9/2024
2.1.313 162 9/9/2024
2.1.312 159 9/9/2024
2.1.311 169 9/9/2024
2.1.310 100 9/9/2024
2.1.309 165 9/9/2024
2.1.308 162 9/7/2024
2.1.307 156 9/6/2024
2.1.306 182 9/5/2024
2.1.305 151 9/5/2024
2.1.304 113 9/5/2024
2.1.303 171 9/5/2024
2.1.302 175 9/5/2024
2.1.301 135 9/4/2024
2.1.300 241 9/3/2024
2.1.299 149 9/3/2024
2.1.298 127 9/3/2024
2.1.297 96 9/3/2024
2.1.296 156 8/29/2024
2.1.295 188 8/26/2024
2.1.294 215 8/21/2024
2.1.293 160 8/21/2024
2.1.292 138 8/20/2024
2.1.291 169 8/20/2024
2.1.290 108 8/20/2024
2.1.289 198 8/20/2024
2.1.288 126 8/19/2024
2.1.287 214 8/15/2024
2.1.286 152 8/13/2024
2.1.285 156 8/13/2024
2.1.284 139 8/13/2024
2.1.283 125 8/6/2024
2.1.282 110 8/6/2024
2.1.281 179 8/1/2024
2.1.280 105 8/1/2024
2.1.279 110 8/1/2024
2.1.278 175 7/25/2024
2.1.277 119 7/25/2024
2.1.276 98 7/25/2024
2.1.275 87 7/24/2024
2.1.274 158 7/24/2024
2.1.273 175 7/20/2024
2.1.272 189 7/14/2024
2.1.271 97 7/14/2024
2.1.270 162 7/10/2024
2.1.269 163 7/10/2024
2.1.268 95 7/10/2024
2.1.267 125 7/10/2024
2.1.266 131 7/10/2024
2.1.265 85 7/10/2024
2.1.264 112 7/10/2024
2.1.263 114 7/9/2024
2.1.261 94 7/9/2024
2.1.260 79 7/9/2024
2.1.259 118 7/9/2024
2.1.258 110 7/9/2024
2.1.257 83 7/9/2024
2.1.256 111 7/9/2024
2.1.255 89 7/9/2024
2.1.254 115 7/9/2024
2.1.253 124 7/9/2024
2.1.252 136 7/9/2024
2.1.251 90 7/8/2024
2.1.250 127 7/8/2024
2.1.249 163 7/8/2024
2.1.248 97 7/7/2024
2.1.247 145 7/7/2024
2.1.246 110 7/7/2024
2.1.245 126 7/7/2024
2.1.244 190 7/3/2024
2.1.243 252 6/22/2024
2.1.242 213 6/15/2024
2.1.241 122 6/15/2024
2.1.240 183 6/14/2024
2.1.239 191 6/1/2024
2.1.238 139 6/1/2024
2.1.237 142 6/1/2024
2.1.236 105 6/1/2024
2.1.235 156 5/31/2024
2.1.234 200 5/29/2024
2.1.233 123 5/28/2024
2.1.232 96 5/28/2024
2.1.231 121 5/28/2024
2.1.230 172 5/27/2024
2.1.229 142 5/26/2024
2.1.228 143 5/26/2024
2.1.227 121 5/26/2024
2.1.226 193 5/25/2024
2.1.225 121 5/25/2024
2.1.224 100 5/25/2024
2.1.223 184 5/25/2024
2.1.222 114 5/25/2024
2.1.221 160 5/23/2024
2.1.220 153 5/23/2024
2.1.219 156 5/22/2024
2.1.218 106 5/22/2024
2.1.217 185 5/22/2024
2.1.216 98 5/22/2024
2.1.215 183 5/18/2024
2.1.214 142 5/17/2024
2.1.213 159 5/17/2024
2.1.212 142 5/16/2024
2.1.211 191 5/15/2024
2.1.210 120 5/15/2024
2.1.209 109 5/15/2024
2.1.208 148 5/14/2024
2.1.207 112 5/13/2024
2.1.206 191 4/30/2024
2.1.205 151 4/29/2024
2.1.204 188 4/28/2024
2.1.203 151 4/28/2024
2.1.202 173 4/28/2024
2.1.201 152 4/28/2024
2.1.200 116 4/28/2024
2.1.199 128 4/27/2024
2.1.198 160 4/27/2024
2.1.197 182 4/19/2024
2.1.196 163 4/18/2024
2.1.195 212 4/12/2024
2.1.194 137 4/12/2024
2.1.193 158 4/12/2024
2.1.192 192 4/12/2024
2.1.191 104 4/12/2024
2.1.190 167 4/12/2024
2.1.189 110 4/12/2024
2.1.188 162 4/10/2024
2.1.187 116 4/9/2024
2.1.186 109 4/9/2024
2.1.185 145 4/9/2024
2.1.184 195 4/2/2024
2.1.183 151 4/1/2024
2.1.182 152 4/1/2024
2.1.181 338 3/19/2024
2.1.180 132 3/19/2024
2.1.179 183 3/19/2024
2.1.178 208 3/15/2024
2.1.177 191 3/13/2024
2.1.176 172 3/13/2024
2.1.175 147 3/13/2024
2.1.174 188 3/13/2024
2.1.173 103 3/13/2024
2.1.172 176 3/12/2024
2.1.171 155 3/12/2024
2.1.170 172 3/12/2024
2.1.169 118 3/12/2024
2.1.168 192 3/11/2024
2.1.167 177 3/11/2024
2.1.166 177 3/10/2024
2.1.165 152 3/8/2024
2.1.164 114 3/8/2024
2.1.163 190 3/8/2024
2.1.162 206 3/6/2024
2.1.161 185 3/4/2024
2.1.160 173 3/4/2024
2.1.159 199 3/3/2024
2.1.158 173 3/2/2024
2.1.157 117 3/2/2024
2.1.156 186 3/2/2024
2.1.155 116 3/2/2024
2.1.154 188 2/29/2024
2.1.153 129 2/29/2024
2.1.152 122 2/29/2024
2.1.151 245 2/26/2024
2.1.150 153 2/25/2024
2.1.149 176 2/25/2024
2.1.148 174 2/23/2024
2.1.147 192 2/22/2024
2.1.146 174 2/22/2024
2.1.145 159 2/21/2024
2.1.144 195 2/21/2024
2.1.143 188 2/21/2024
2.1.142 117 2/21/2024
2.1.141 172 2/21/2024
2.1.140 172 2/20/2024
2.1.139 173 2/20/2024
2.1.138 141 2/20/2024
2.1.137 173 2/20/2024
2.1.136 156 2/19/2024
2.1.135 159 2/19/2024
2.1.134 196 2/17/2024
2.1.133 166 2/16/2024
2.1.132 167 2/16/2024
2.1.131 190 2/16/2024
2.1.130 169 2/16/2024
2.1.129 119 2/16/2024
2.1.128 121 2/16/2024
2.1.127 269 2/13/2024
2.1.126 165 2/13/2024
2.1.125 124 2/13/2024
2.1.124 147 2/13/2024
2.1.123 115 2/13/2024
2.1.122 171 2/13/2024
2.1.121 112 2/13/2024
2.1.120 242 2/12/2024
2.1.119 113 2/11/2024
2.1.118 149 2/11/2024
2.1.117 194 2/11/2024
2.1.116 164 2/10/2024
2.1.115 160 2/9/2024
2.1.114 204 2/9/2024
2.1.113 131 2/9/2024
2.1.112 204 2/8/2024
2.1.111 139 2/8/2024
2.1.110 182 2/8/2024
2.1.109 179 2/7/2024
2.1.108 145 2/7/2024
2.1.107 213 2/7/2024
2.1.106 111 2/7/2024
2.1.105 170 2/6/2024
2.1.104 169 2/6/2024
2.1.103 118 2/6/2024
2.1.102 147 2/5/2024
2.1.101 169 2/4/2024
2.1.100 157 2/2/2024
2.1.99 261 1/31/2024
2.1.98 159 1/29/2024
2.1.97 153 1/29/2024
2.1.96 116 1/29/2024
2.1.95 148 1/29/2024
2.1.94 137 1/28/2024
2.1.93 146 1/28/2024
2.1.92 110 1/28/2024
2.1.91 147 1/28/2024
2.1.90 145 1/28/2024
2.1.89 134 1/27/2024
2.1.88 136 1/27/2024
2.1.87 115 1/27/2024
2.1.86 157 1/27/2024
2.1.85 138 1/27/2024
2.1.84 111 1/27/2024
2.1.83 115 1/26/2024
2.1.82 104 1/26/2024
2.1.81 231 1/26/2024
2.1.80 147 1/26/2024
2.1.79 139 1/26/2024
2.1.78 117 1/26/2024
2.1.77 162 1/25/2024
2.1.76 147 1/25/2024
2.1.75 149 1/25/2024
2.1.74 111 1/25/2024
2.1.73 176 1/19/2024
2.1.72 170 1/15/2024
2.1.71 168 1/15/2024
2.1.70 150 1/15/2024
2.1.69 192 1/15/2024
2.1.68 141 1/15/2024
2.1.67 190 1/14/2024
2.1.66 147 1/13/2024
2.1.65 168 1/12/2024
2.1.64 224 1/11/2024
2.1.63 143 1/9/2024
2.1.62 140 1/9/2024
2.1.61 182 1/7/2024
2.1.60 172 1/5/2024
2.1.59 117 1/5/2024
2.1.58 181 1/5/2024
2.1.57 278 1/1/2024
2.1.56 240 12/28/2023
2.1.55 180 12/28/2023
2.1.54 132 12/28/2023
2.1.53 179 12/28/2023
2.1.52 138 12/27/2023
2.1.51 126 12/27/2023
2.1.50 125 12/27/2023
2.1.49 260 12/25/2023
2.1.48 144 12/25/2023
2.1.47 130 12/25/2023
2.1.46 215 12/25/2023
2.1.45 160 12/25/2023
2.1.44 129 12/25/2023
2.1.43 222 12/24/2023
2.1.42 208 12/23/2023
2.1.41 177 12/23/2023
2.1.40 163 12/23/2023
2.1.39 129 12/23/2023
2.1.38 206 12/19/2023
2.1.37 193 12/19/2023
2.1.36 256 12/10/2023
2.1.35 203 12/10/2023
2.1.34 211 12/9/2023
2.1.33 171 12/9/2023
2.1.32 203 12/9/2023
2.1.31 196 12/6/2023
2.1.30 206 12/5/2023
2.1.29 193 12/4/2023
2.1.28 147 12/4/2023
2.1.27 194 12/4/2023
2.1.26 263 11/23/2023
2.1.25 166 11/23/2023
2.1.24 157 11/23/2023
2.1.23 166 11/23/2023
2.1.22 127 11/23/2023
2.1.21 199 11/20/2023
2.1.20 175 11/20/2023
2.1.19 183 11/19/2023
2.1.18 186 11/19/2023
2.1.17 194 11/19/2023
2.1.16 134 11/19/2023
2.1.15 184 11/18/2023
2.1.14 156 11/18/2023
2.1.13 196 11/18/2023
2.1.12 187 11/17/2023
2.1.11 177 11/17/2023
2.1.10 152 11/17/2023
2.1.9 163 11/17/2023
2.1.8 203 11/17/2023
2.1.7 162 11/17/2023
2.1.6 176 11/17/2023
2.1.5 147 11/17/2023
2.1.4 176 11/16/2023
2.0.91 197 11/15/2023
2.0.90 137 11/15/2023
2.0.89 135 11/15/2023
2.0.88 156 11/15/2023
2.0.3 135 11/16/2023
2.0.2 142 11/16/2023
2.0.1 144 11/16/2023
1.0.87 142 11/14/2023
1.0.86 211 11/13/2023
1.0.85 169 11/10/2023
1.0.84 216 11/9/2023
1.0.83 132 11/9/2023
1.0.82 228 11/7/2023
1.0.81 190 11/6/2023
1.0.80 190 11/3/2023
1.0.79 176 11/2/2023
1.0.78 223 11/1/2023
1.0.77 248 10/26/2023
1.0.76 216 10/24/2023
1.0.75 181 10/19/2023
1.0.74 209 10/18/2023
1.0.73 233 10/17/2023
1.0.72 210 10/16/2023
1.0.71 234 10/13/2023
1.0.70 188 10/12/2023
1.0.69 224 10/10/2023
1.0.68 215 9/20/2023
1.0.67 169 9/19/2023
1.0.66 195 9/18/2023
1.0.65 144 9/18/2023
1.0.64 270 9/14/2023
1.0.63 200 9/12/2023
1.0.62 252 8/31/2023
1.0.61 202 8/30/2023
1.0.60 222 8/29/2023
1.0.59 227 8/28/2023
1.0.58 203 8/25/2023
1.0.57 213 8/24/2023
1.0.56 227 8/21/2023
1.0.55 183 8/18/2023
1.0.54 204 8/17/2023
1.0.53 203 8/16/2023
1.0.52 263 8/10/2023
1.0.51 242 8/9/2023
1.0.50 261 8/8/2023
1.0.49 153 8/8/2023
1.0.48 230 8/7/2023
1.0.47 169 8/7/2023
1.0.46 370 7/13/2023
1.0.45 264 7/11/2023
1.0.44 168 7/11/2023
1.0.43 261 7/10/2023
1.0.42 183 7/7/2023
1.0.41 171 7/7/2023
1.0.40 299 6/30/2023
1.0.39 178 6/29/2023
1.0.38 284 6/28/2023
1.0.37 221 6/27/2023
1.0.36 335 6/26/2023
1.0.35 189 6/23/2023
1.0.34 167 6/23/2023
1.0.33 342 6/21/2023
1.0.32 229 6/15/2023
1.0.31 204 6/14/2023
1.0.30 263 6/13/2023
1.0.29 212 6/9/2023
1.0.28 244 6/8/2023
1.0.27 237 6/7/2023
1.0.26 308 6/6/2023
1.0.25 153 6/6/2023
1.0.24 209 6/5/2023
1.0.23 266 6/2/2023
1.0.22 153 6/2/2023
1.0.21 251 6/1/2023
1.0.20 213 5/31/2023
1.0.19 130 5/31/2023
1.0.18 207 5/31/2023
1.0.17 244 5/30/2023
1.0.16 186 5/29/2023
1.0.15 257 5/26/2023
1.0.14 239 5/25/2023
1.0.13 200 5/24/2023
1.0.12 273 5/24/2023
1.0.11 146 5/23/2023
1.0.10 267 5/23/2023
1.0.9 156 5/23/2023
1.0.8 151 5/22/2023
1.0.7 246 5/19/2023
1.0.6 197 5/17/2023
1.0.5 259 5/16/2023
1.0.4 182 5/15/2023
1.0.3 177 5/12/2023
1.0.2 311 4/28/2023
1.0.1 184 4/28/2023