Soenneker.Utils.Cancellation 3.0.686

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Utils.Cancellation --version 3.0.686
                    
NuGet\Install-Package Soenneker.Utils.Cancellation -Version 3.0.686
                    
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.Utils.Cancellation" Version="3.0.686" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Utils.Cancellation" Version="3.0.686" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Utils.Cancellation" />
                    
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.Utils.Cancellation --version 3.0.686
                    
#r "nuget: Soenneker.Utils.Cancellation, 3.0.686"
                    
#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.
#addin nuget:?package=Soenneker.Utils.Cancellation&version=3.0.686
                    
Install Soenneker.Utils.Cancellation as a Cake Addin
#tool nuget:?package=Soenneker.Utils.Cancellation&version=3.0.686
                    
Install Soenneker.Utils.Cancellation 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.Utils.Cancellation

A utility library allowing for easy CancellationToken usage

Installation

dotnet add package Soenneker.Utils.Cancellation

Usage

  1. Register the interop within DI (Program.cs).
public static async Task Main(string[] args)
{
    ...
    builder.Services.AddCancellationUtil();
}
  1. Inject ICancellationUtil where you wish to set the CancellationToken (typically from an API Controller)
_cancellationUtil.Set(cancellationToken);
  1. Inject ICancellationUtil where you wish to retrieve the CancellationToken (typically when accessing another API, or database etc):
// is not guaranteed to be non-null (if it never was set within scope), but is specified thus for ease of use
var cancellationUtil = _cancellationUtil.Get(); 
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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.700 68 4/8/2025
3.0.699 69 4/8/2025
3.0.698 55 4/8/2025
3.0.697 65 4/8/2025
3.0.696 67 4/8/2025
3.0.695 66 4/8/2025
3.0.694 72 4/8/2025
3.0.693 76 4/8/2025
3.0.692 64 4/7/2025
3.0.691 67 4/7/2025
3.0.690 67 4/7/2025
3.0.689 73 4/7/2025
3.0.688 74 4/7/2025
3.0.687 73 4/6/2025
3.0.686 74 4/6/2025
3.0.685 78 4/6/2025
3.0.684 72 4/6/2025
3.0.683 79 4/6/2025
3.0.682 77 4/6/2025
3.0.681 75 4/6/2025
3.0.680 74 4/6/2025
3.0.679 77 4/5/2025
3.0.678 74 4/5/2025
3.0.677 74 4/5/2025
3.0.676 79 4/5/2025
3.0.675 76 4/5/2025
3.0.674 84 4/5/2025
3.0.673 79 4/4/2025
3.0.672 143 4/4/2025
3.0.671 140 4/1/2025
3.0.670 142 4/1/2025
3.0.669 141 3/31/2025
3.0.668 74 3/29/2025
3.0.667 448 3/25/2025
3.0.666 456 3/25/2025
3.0.665 103 3/21/2025
3.0.664 119 3/21/2025
3.0.663 134 3/18/2025
3.0.662 136 3/18/2025
3.0.661 59 3/15/2025
3.0.660 69 3/15/2025
3.0.659 142 3/12/2025
3.0.658 162 3/12/2025
3.0.657 156 3/12/2025
3.0.656 168 3/11/2025
3.0.655 154 3/11/2025
3.0.654 158 3/11/2025
3.0.653 164 3/11/2025
3.0.652 161 3/11/2025
3.0.651 160 3/11/2025
3.0.650 168 3/11/2025
3.0.649 206 3/7/2025
3.0.648 198 3/7/2025
3.0.647 97 3/2/2025
3.0.646 99 3/2/2025
3.0.645 99 3/2/2025
3.0.644 99 3/2/2025
3.0.643 99 3/1/2025
3.0.642 86 3/1/2025
3.0.641 102 3/1/2025
3.0.640 92 3/1/2025
3.0.639 95 3/1/2025
3.0.638 86 3/1/2025
3.0.637 91 3/1/2025
3.0.636 97 2/25/2025
3.0.635 83 2/25/2025
3.0.634 102 2/25/2025
3.0.633 91 2/25/2025
3.0.632 88 2/25/2025
3.0.631 82 2/24/2025
3.0.630 101 2/23/2025
3.0.629 87 2/23/2025
3.0.628 98 2/22/2025
3.0.627 107 2/22/2025
3.0.626 94 2/22/2025
3.0.625 88 2/22/2025
3.0.624 92 2/22/2025
3.0.623 83 2/22/2025
3.0.622 94 2/21/2025
3.0.621 107 2/21/2025
3.0.620 108 2/21/2025
3.0.619 94 2/19/2025
3.0.618 93 2/19/2025
3.0.617 89 2/19/2025
3.0.616 97 2/18/2025
3.0.615 94 2/18/2025
3.0.614 91 2/18/2025
3.0.613 98 2/14/2025
3.0.612 102 2/13/2025
3.0.611 99 2/12/2025
3.0.610 96 2/12/2025
3.0.609 96 2/12/2025
3.0.608 95 2/12/2025
3.0.607 100 2/12/2025
3.0.606 95 2/12/2025
3.0.605 95 2/11/2025
3.0.604 106 2/11/2025
3.0.603 87 2/11/2025
3.0.602 92 2/11/2025
3.0.601 87 2/11/2025
3.0.600 93 2/11/2025
3.0.599 96 2/11/2025
3.0.598 101 2/11/2025
3.0.597 100 2/10/2025
3.0.596 93 2/10/2025
3.0.595 94 2/10/2025
3.0.594 94 2/10/2025
3.0.593 110 2/10/2025
3.0.592 97 2/9/2025
3.0.591 96 2/9/2025
3.0.590 96 2/8/2025
3.0.589 97 2/8/2025
3.0.588 88 2/8/2025
3.0.587 86 2/8/2025
3.0.586 93 2/8/2025
3.0.585 92 2/7/2025
3.0.584 85 2/7/2025
3.0.583 101 2/7/2025
3.0.582 93 2/7/2025
3.0.581 86 2/7/2025
3.0.580 89 2/6/2025
3.0.579 103 2/5/2025
3.0.578 109 2/5/2025
3.0.577 90 2/5/2025
3.0.576 101 2/5/2025
3.0.575 96 2/5/2025
3.0.574 97 2/5/2025
3.0.573 93 2/5/2025
3.0.572 101 1/28/2025
3.0.571 84 1/28/2025
3.0.570 77 1/28/2025
3.0.569 88 1/28/2025
3.0.568 84 1/27/2025
3.0.567 84 1/27/2025
3.0.566 77 1/27/2025
3.0.565 82 1/27/2025
3.0.564 81 1/27/2025
3.0.563 91 1/26/2025
3.0.562 90 1/26/2025
3.0.561 86 1/26/2025
3.0.560 86 1/26/2025
3.0.559 87 1/26/2025
3.0.558 90 1/25/2025
3.0.557 88 1/25/2025
3.0.556 86 1/25/2025
3.0.555 86 1/25/2025
3.0.554 86 1/25/2025
3.0.553 86 1/25/2025
3.0.552 84 1/24/2025
3.0.551 82 1/24/2025
3.0.550 92 1/24/2025
3.0.549 86 1/24/2025
3.0.548 82 1/24/2025
3.0.547 83 1/23/2025
3.0.546 84 1/23/2025
3.0.545 87 1/22/2025
3.0.544 84 1/21/2025
3.0.543 85 1/21/2025
3.0.542 86 1/21/2025
3.0.541 86 1/21/2025
3.0.540 94 1/21/2025
3.0.539 91 1/21/2025
3.0.538 91 1/21/2025
3.0.537 82 1/21/2025
3.0.536 87 1/21/2025
3.0.535 85 1/20/2025
3.0.534 83 1/20/2025
3.0.533 92 1/20/2025
3.0.532 86 1/20/2025
3.0.531 86 1/20/2025
3.0.530 87 1/20/2025
3.0.529 89 1/20/2025
3.0.528 87 1/20/2025
3.0.527 83 1/19/2025
3.0.526 87 1/19/2025
3.0.525 87 1/19/2025
3.0.524 81 1/19/2025
3.0.523 86 1/19/2025
3.0.522 79 1/19/2025
3.0.521 77 1/19/2025
3.0.520 89 1/18/2025
3.0.519 82 1/18/2025
3.0.518 82 1/17/2025
3.0.517 83 1/17/2025
3.0.516 91 1/17/2025
3.0.515 80 1/17/2025
3.0.514 81 1/17/2025
3.0.513 79 1/16/2025
3.0.512 80 1/16/2025
3.0.511 85 1/16/2025
3.0.510 75 1/16/2025
3.0.509 79 1/16/2025
3.0.508 76 1/16/2025
3.0.507 85 1/16/2025
3.0.506 78 1/15/2025
3.0.505 81 1/15/2025
3.0.504 74 1/15/2025
3.0.503 64 1/15/2025
3.0.502 62 1/15/2025
3.0.501 51 1/15/2025
3.0.500 59 1/14/2025
3.0.499 60 1/14/2025
3.0.498 69 1/14/2025
3.0.497 68 1/14/2025
3.0.496 78 1/13/2025
3.0.495 71 1/13/2025
3.0.494 76 1/13/2025
3.0.493 75 1/13/2025
3.0.492 71 1/13/2025
3.0.491 82 1/11/2025
3.0.490 87 1/11/2025
3.0.489 88 1/11/2025
3.0.488 82 1/11/2025
3.0.487 87 1/10/2025
3.0.486 89 1/10/2025
3.0.485 83 1/10/2025
3.0.484 80 1/10/2025
3.0.483 91 1/10/2025
3.0.482 85 1/10/2025
3.0.481 120 1/3/2025
3.0.480 103 1/3/2025
3.0.479 98 1/3/2025
3.0.478 97 1/2/2025
3.0.477 98 1/2/2025
3.0.476 100 1/2/2025
3.0.475 98 1/2/2025
3.0.474 104 1/1/2025
3.0.473 107 1/1/2025
3.0.472 105 1/1/2025
3.0.471 98 1/1/2025
3.0.470 110 1/1/2025
3.0.469 106 12/31/2024
3.0.468 100 12/31/2024
3.0.467 98 12/31/2024
3.0.466 115 12/31/2024
3.0.465 116 12/31/2024
3.0.464 109 12/31/2024
3.0.463 88 12/31/2024
3.0.462 90 12/31/2024
3.0.461 102 12/31/2024
3.0.460 102 12/31/2024
3.0.459 101 12/28/2024
3.0.458 85 12/28/2024
3.0.457 87 12/27/2024
3.0.456 101 12/27/2024
3.0.455 89 12/27/2024
3.0.454 97 12/24/2024
3.0.453 94 12/24/2024
3.0.452 86 12/24/2024
3.0.451 96 12/24/2024
3.0.450 95 12/24/2024
3.0.449 96 12/24/2024
3.0.448 96 12/24/2024
3.0.447 87 12/24/2024
3.0.446 98 12/23/2024
3.0.445 88 12/23/2024
3.0.444 86 12/23/2024
3.0.443 98 12/23/2024
3.0.442 91 12/23/2024
3.0.441 92 12/23/2024
3.0.440 97 12/23/2024
3.0.439 96 12/22/2024
3.0.438 94 12/22/2024
3.0.437 103 12/22/2024
3.0.436 94 12/22/2024
3.0.435 102 12/22/2024
3.0.434 102 12/21/2024
3.0.433 98 12/21/2024
3.0.432 99 12/21/2024
3.0.431 92 12/21/2024
3.0.430 91 12/21/2024
3.0.429 97 12/21/2024
3.0.428 91 12/21/2024
3.0.427 96 12/20/2024
3.0.426 97 12/20/2024
3.0.425 89 12/20/2024
3.0.424 101 12/20/2024
3.0.423 100 12/20/2024
3.0.422 95 12/20/2024
3.0.421 101 12/19/2024
3.0.420 96 12/19/2024
3.0.418 111 12/16/2024
3.0.417 90 12/9/2024
3.0.416 88 12/9/2024
3.0.415 94 12/9/2024
3.0.414 94 12/9/2024
3.0.413 100 12/6/2024
3.0.412 99 12/6/2024
3.0.411 91 12/6/2024
3.0.410 98 12/6/2024
3.0.409 99 12/6/2024
3.0.408 98 12/6/2024
3.0.407 93 12/6/2024
3.0.406 97 12/6/2024
3.0.405 99 12/6/2024
3.0.404 95 12/5/2024
3.0.403 91 12/5/2024
3.0.402 101 12/5/2024
3.0.401 98 12/4/2024
3.0.400 99 12/4/2024
3.0.399 97 12/4/2024
3.0.398 100 12/3/2024
3.0.397 99 12/3/2024
3.0.396 99 12/3/2024
3.0.395 94 12/3/2024
3.0.394 93 12/3/2024
3.0.393 96 12/3/2024
3.0.392 92 12/3/2024
3.0.391 90 12/3/2024
3.0.390 106 12/2/2024
3.0.389 98 12/2/2024
3.0.388 94 12/2/2024
3.0.387 101 12/1/2024
3.0.386 102 11/29/2024
3.0.385 98 11/21/2024
3.0.384 102 11/20/2024
3.0.382 100 11/20/2024
3.0.381 88 11/20/2024
3.0.380 101 11/19/2024
3.0.379 94 11/19/2024
3.0.378 90 11/19/2024
3.0.377 99 11/19/2024
3.0.376 98 11/14/2024
3.0.375 92 11/14/2024
3.0.374 92 11/14/2024
3.0.373 97 11/14/2024
3.0.372 103 11/14/2024
3.0.371 97 11/14/2024
3.0.370 102 11/14/2024
2.1.369 98 11/14/2024
2.1.368 97 11/13/2024
2.1.367 95 11/13/2024
2.1.366 97 11/12/2024
2.1.365 102 11/12/2024
2.1.364 99 11/12/2024
2.1.363 102 11/9/2024
2.1.362 96 11/9/2024
2.1.361 101 11/8/2024
2.1.360 96 11/8/2024
2.1.359 97 11/8/2024
2.1.358 102 11/8/2024
2.1.357 98 11/8/2024
2.1.356 98 11/8/2024
2.1.355 93 10/31/2024
2.1.354 107 10/29/2024
2.1.353 97 10/29/2024
2.1.352 96 10/29/2024
2.1.351 105 10/26/2024
2.1.350 100 10/22/2024
2.1.349 96 10/22/2024
2.1.348 101 10/22/2024
2.1.347 102 10/17/2024
2.1.346 94 10/14/2024
2.1.345 102 10/11/2024
2.1.344 113 10/11/2024
2.1.343 105 10/11/2024
2.1.341 100 10/8/2024
2.1.340 101 10/8/2024
2.1.339 89 10/8/2024
2.1.338 91 10/8/2024
2.1.337 95 10/8/2024
2.1.336 94 10/8/2024
2.1.335 98 10/3/2024
2.1.334 98 10/3/2024
2.1.333 103 10/3/2024
2.1.332 100 10/2/2024
2.1.331 105 10/2/2024
2.1.330 100 10/1/2024
2.1.329 95 10/1/2024
2.1.328 106 10/1/2024
2.1.327 103 9/29/2024
2.1.326 117 9/29/2024
2.1.325 108 9/29/2024
2.1.324 109 9/27/2024
2.1.323 102 9/27/2024
2.1.322 104 9/27/2024
2.1.321 108 9/26/2024
2.1.320 108 9/26/2024
2.1.319 113 9/26/2024
2.1.318 103 9/23/2024
2.1.317 108 9/23/2024
2.1.316 102 9/23/2024
2.1.315 106 9/23/2024
2.1.314 102 9/23/2024
2.1.313 108 9/17/2024
2.1.312 109 9/17/2024
2.1.311 93 9/17/2024
2.1.310 102 9/17/2024
2.1.309 95 9/17/2024
2.1.308 103 9/17/2024
2.1.307 103 9/16/2024
2.1.306 119 9/12/2024
2.1.305 122 9/11/2024
2.1.303 106 9/11/2024
2.1.302 118 9/10/2024
2.1.301 110 9/10/2024
2.1.300 110 9/10/2024
2.1.299 117 9/10/2024
2.1.298 110 9/9/2024
2.1.297 110 9/9/2024
2.1.296 110 9/9/2024
2.1.295 114 9/9/2024
2.1.294 116 9/9/2024
2.1.293 113 9/6/2024
2.1.292 129 9/6/2024
2.1.291 111 9/5/2024
2.1.290 111 9/5/2024
2.1.289 119 9/5/2024
2.1.288 119 9/5/2024
2.1.287 114 9/5/2024
2.1.286 112 9/5/2024
2.1.285 124 9/4/2024
2.1.284 110 9/3/2024
2.1.283 114 9/3/2024
2.1.282 119 9/3/2024
2.1.281 112 9/3/2024
2.1.280 115 8/29/2024
2.1.279 120 8/26/2024
2.1.278 128 8/21/2024
2.1.277 124 8/21/2024
2.1.276 126 8/20/2024
2.1.275 131 8/20/2024
2.1.274 124 8/20/2024
2.1.273 134 8/19/2024
2.1.272 138 8/15/2024
2.1.271 115 8/13/2024
2.1.270 104 8/6/2024
2.1.269 80 8/6/2024
2.1.268 103 8/1/2024
2.1.267 104 8/1/2024
2.1.266 106 8/1/2024
2.1.265 77 7/25/2024
2.1.264 89 7/25/2024
2.1.263 87 7/25/2024
2.1.262 86 7/24/2024
2.1.261 73 7/24/2024
2.1.260 186 7/20/2024
2.1.259 129 7/14/2024
2.1.258 99 7/14/2024
2.1.256 125 7/10/2024
2.1.255 104 7/10/2024
2.1.254 80 7/10/2024
2.1.253 116 7/10/2024
2.1.252 96 7/10/2024
2.1.251 117 7/10/2024
2.1.250 77 7/9/2024
2.1.249 93 7/9/2024
2.1.248 82 7/9/2024
2.1.247 107 7/9/2024
2.1.246 102 7/9/2024
2.1.245 119 7/9/2024
2.1.244 79 7/9/2024
2.1.243 126 7/9/2024
2.1.242 110 7/8/2024
2.1.241 109 7/8/2024
2.1.240 114 7/8/2024
2.1.239 124 7/7/2024
2.1.238 153 7/7/2024
2.1.237 1,628 7/3/2024
2.1.236 98 7/3/2024
2.1.235 2,046 6/22/2024
2.1.234 1,003 6/15/2024
2.1.233 367 6/15/2024
2.1.232 1,052 6/14/2024
2.1.231 1,085 6/1/2024
2.1.230 192 6/1/2024
2.1.229 455 6/1/2024
2.1.228 1,345 5/31/2024
2.1.227 939 5/29/2024
2.1.226 833 5/28/2024
2.1.225 435 5/27/2024
2.1.224 919 5/26/2024
2.1.223 839 5/26/2024
2.1.222 497 5/26/2024
2.1.221 312 5/26/2024
2.1.220 340 5/25/2024
2.1.219 775 5/25/2024
2.1.218 192 5/25/2024
2.1.217 443 5/25/2024
2.1.216 465 5/25/2024
2.1.215 842 5/23/2024
2.1.214 578 5/23/2024
2.1.213 543 5/22/2024
2.1.212 339 5/22/2024
2.1.211 368 5/22/2024
2.1.210 1,496 5/18/2024
2.1.209 633 5/17/2024
2.1.208 327 5/17/2024
2.1.207 796 5/16/2024
2.1.206 226 5/15/2024
2.1.205 976 5/15/2024
2.1.204 1,107 5/13/2024
2.1.203 1,236 4/29/2024
2.1.202 299 4/29/2024
2.1.201 1,028 4/28/2024
2.1.200 338 4/28/2024
2.1.199 198 4/28/2024
2.1.198 732 4/28/2024
2.1.197 276 4/28/2024
2.1.196 462 4/28/2024
2.1.195 303 4/28/2024
2.1.194 610 4/27/2024
2.1.193 888 4/19/2024
2.1.192 1,166 4/18/2024
2.1.191 921 4/12/2024
2.1.190 627 4/12/2024
2.1.189 355 4/12/2024
2.1.188 368 4/12/2024
2.1.187 566 4/12/2024
2.1.186 415 4/12/2024
2.1.185 501 4/11/2024
2.1.184 596 4/10/2024
2.1.183 443 4/9/2024
2.1.182 1,019 4/2/2024
2.1.181 404 4/1/2024
2.1.180 763 3/29/2024
2.1.179 737 3/25/2024
2.1.178 316 3/25/2024
2.1.177 931 3/20/2024
2.1.176 860 3/19/2024
2.1.175 443 3/19/2024
2.1.174 660 3/18/2024
2.1.173 984 3/15/2024
2.1.172 679 3/13/2024
2.1.171 299 3/13/2024
2.1.170 733 3/13/2024
2.1.169 299 3/13/2024
2.1.168 144 3/13/2024
2.1.167 712 3/12/2024
2.1.166 521 3/12/2024
2.1.165 783 3/11/2024
2.1.164 752 3/11/2024
2.1.163 774 3/10/2024
2.1.162 740 3/8/2024
2.1.161 323 3/8/2024
2.1.160 614 3/8/2024
2.1.159 925 3/6/2024
2.1.158 729 3/4/2024
2.1.157 814 3/4/2024
2.1.156 686 3/3/2024
2.1.155 618 3/2/2024
2.1.154 238 3/2/2024
2.1.153 640 3/2/2024
2.1.152 190 3/2/2024
2.1.151 623 2/29/2024
2.1.150 220 2/29/2024
2.1.149 633 2/29/2024
2.1.148 831 2/26/2024
2.1.147 479 2/25/2024
2.1.146 489 2/25/2024
2.1.145 1,758 2/23/2024
2.1.144 632 2/22/2024
2.1.143 436 2/22/2024
2.1.142 665 2/21/2024
2.1.141 650 2/21/2024
2.1.140 555 2/21/2024
2.1.139 363 2/21/2024
2.1.138 303 2/21/2024
2.1.137 126 2/21/2024
2.1.136 1,479 2/20/2024
2.1.135 513 2/20/2024
2.1.134 422 2/20/2024
2.1.133 478 2/19/2024
2.1.132 636 2/19/2024
2.1.131 684 2/17/2024
2.1.130 461 2/17/2024
2.1.129 537 2/16/2024
2.1.128 277 2/16/2024
2.1.127 316 2/16/2024
2.1.126 372 2/16/2024
2.1.125 624 2/16/2024
2.1.124 210 2/16/2024
2.1.123 1,101 2/13/2024
2.1.122 919 2/13/2024
2.1.121 222 2/13/2024
2.1.120 465 2/13/2024
2.1.119 480 2/13/2024
2.1.118 620 2/12/2024
2.1.117 327 2/11/2024
2.1.116 935 2/11/2024
2.1.115 515 2/11/2024
2.1.114 611 2/10/2024
2.1.113 360 2/9/2024
2.1.112 785 2/9/2024
2.1.111 587 2/9/2024
2.1.110 328 2/8/2024
2.1.109 579 2/8/2024
2.1.108 475 2/8/2024
2.1.107 553 2/8/2024
2.1.106 725 2/7/2024
2.1.105 457 2/7/2024
2.1.104 279 2/7/2024
2.1.103 667 2/7/2024
2.1.102 112 2/6/2024
2.1.101 526 2/6/2024
2.1.100 783 2/5/2024
2.1.99 795 2/4/2024
2.1.98 609 2/2/2024
2.1.97 880 1/31/2024
2.1.96 716 1/29/2024
2.1.95 712 1/29/2024
2.1.94 275 1/29/2024
2.1.93 743 1/28/2024
2.1.92 283 1/28/2024
2.1.91 542 1/28/2024
2.1.90 286 1/28/2024
2.1.89 344 1/28/2024
2.1.88 818 1/27/2024
2.1.87 510 1/27/2024
2.1.86 186 1/27/2024
2.1.85 370 1/27/2024
2.1.84 480 1/27/2024
2.1.83 536 1/27/2024
2.1.82 223 1/26/2024
2.1.81 374 1/26/2024
2.1.80 517 1/26/2024
2.1.79 280 1/26/2024
2.1.78 825 1/26/2024
2.1.77 527 1/26/2024
2.1.76 369 1/25/2024
2.1.75 326 1/25/2024
2.1.74 332 1/25/2024
2.1.73 363 1/25/2024
2.1.72 1,050 1/19/2024
2.1.71 850 1/15/2024
2.1.70 425 1/15/2024
2.1.69 406 1/15/2024
2.1.68 509 1/15/2024
2.1.67 657 1/15/2024
2.1.66 699 1/14/2024
2.1.65 763 1/13/2024
2.1.64 672 1/12/2024
2.1.63 887 1/11/2024
2.1.62 909 1/7/2024
2.1.61 685 1/5/2024
2.1.60 444 1/5/2024
2.1.59 742 1/5/2024
2.1.58 797 1/1/2024
2.1.57 945 12/28/2023
2.1.56 605 12/28/2023
2.1.55 579 12/28/2023
2.1.54 415 12/27/2023
2.1.53 303 12/27/2023
2.1.52 128 12/27/2023
2.1.51 1,366 12/25/2023
2.1.50 256 12/25/2023
2.1.49 585 12/25/2023
2.1.48 408 12/25/2023
2.1.47 506 12/25/2023
2.1.46 251 12/25/2023
2.1.45 714 12/24/2023
2.1.44 893 12/23/2023
2.1.43 489 12/23/2023
2.1.42 720 12/23/2023
2.1.41 315 12/23/2023
2.1.40 531 12/23/2023
2.1.39 1,110 12/19/2023
2.1.38 312 12/19/2023
2.1.37 1,798 12/10/2023
2.1.36 707 12/10/2023
2.1.35 1,204 12/9/2023
2.1.34 548 12/9/2023
2.1.33 687 12/9/2023
2.1.32 1,135 12/6/2023
2.1.31 941 12/5/2023
2.1.30 640 12/4/2023
2.1.29 235 12/4/2023
2.1.28 509 12/4/2023
2.1.27 1,234 11/23/2023
2.1.26 496 11/23/2023
2.1.25 610 11/23/2023
2.1.24 298 11/23/2023
2.1.23 731 11/20/2023
2.1.22 667 11/20/2023
2.1.21 651 11/19/2023
2.1.20 306 11/19/2023
2.1.19 591 11/19/2023
2.1.18 385 11/19/2023
2.1.17 691 11/18/2023
2.1.16 539 11/18/2023
2.1.15 359 11/18/2023
2.1.14 488 11/18/2023
2.1.13 634 11/17/2023
2.1.12 128 11/17/2023
2.1.11 622 11/17/2023
2.1.10 428 11/17/2023
2.1.9 392 11/17/2023
2.1.8 282 11/17/2023
2.1.7 664 11/17/2023
2.1.6 354 11/17/2023
2.1.5 207 11/17/2023
2.1.4 726 11/16/2023
2.0.82 979 11/15/2023
2.0.81 122 11/15/2023
2.0.80 117 11/15/2023
2.0.79 255 11/15/2023
2.0.3 127 11/16/2023
2.0.2 126 11/16/2023
2.0.1 122 11/16/2023
1.0.78 483 11/14/2023
1.0.77 911 11/13/2023
1.0.76 658 11/10/2023
1.0.75 660 11/9/2023
1.0.74 135 11/9/2023
1.0.73 983 11/7/2023
1.0.72 517 11/6/2023
1.0.71 459 11/3/2023
1.0.70 517 11/2/2023
1.0.69 978 11/1/2023
1.0.68 1,182 10/26/2023
1.0.67 886 10/19/2023
1.0.66 294 10/18/2023
1.0.65 701 10/17/2023
1.0.64 1,056 10/16/2023
1.0.63 672 10/13/2023
1.0.62 807 10/12/2023
1.0.61 1,370 9/20/2023
1.0.60 556 9/19/2023
1.0.59 631 9/18/2023
1.0.58 143 9/18/2023
1.0.57 950 9/14/2023
1.0.56 1,277 8/31/2023
1.0.55 540 8/30/2023
1.0.54 166 8/30/2023
1.0.53 1,054 8/28/2023
1.0.52 384 8/25/2023
1.0.51 947 8/24/2023
1.0.50 1,283 8/21/2023
1.0.49 433 8/18/2023
1.0.48 808 8/17/2023
1.0.47 141 8/17/2023
1.0.46 1,493 8/10/2023
1.0.45 585 8/9/2023
1.0.44 1,099 8/8/2023
1.0.43 605 8/7/2023
1.0.42 158 8/7/2023
1.0.41 1,500 7/13/2023
1.0.40 1,132 7/11/2023
1.0.39 709 7/10/2023
1.0.38 963 7/7/2023
1.0.37 182 7/7/2023
1.0.36 1,612 6/30/2023
1.0.35 803 6/29/2023
1.0.34 948 6/28/2023
1.0.33 174 6/28/2023
1.0.32 1,428 6/26/2023
1.0.31 534 6/23/2023
1.0.30 1,366 6/21/2023
1.0.29 1,458 6/15/2023
1.0.28 775 6/14/2023
1.0.27 198 6/14/2023
1.0.26 1,736 6/9/2023
1.0.25 888 6/8/2023
1.0.24 492 6/7/2023
1.0.23 219 6/7/2023
1.0.22 839 6/6/2023
1.0.21 1,684 6/5/2023
1.0.20 521 6/2/2023
1.0.19 188 6/2/2023
1.0.18 1,032 6/1/2023
1.0.17 363 5/31/2023
1.0.16 1,175 5/31/2023
1.0.15 378 5/31/2023
1.0.14 974 5/30/2023
1.0.13 1,392 5/26/2023
1.0.12 908 5/25/2023
1.0.11 840 5/24/2023
1.0.10 283 5/24/2023
1.0.8 1,190 5/23/2023
1.0.7 406 5/22/2023
1.0.6 1,361 5/17/2023
1.0.5 2,648 4/11/2023
1.0.4 529 4/3/2023
1.0.3 618 3/31/2023
1.0.2 218 3/31/2023
1.0.1 390 2/27/2023