Soenneker.Utils.Cancellation 3.0.670

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.670
                    
NuGet\Install-Package Soenneker.Utils.Cancellation -Version 3.0.670
                    
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.670" />
                    
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.670" />
                    
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.670
                    
#r "nuget: Soenneker.Utils.Cancellation, 3.0.670"
                    
#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.670
                    
Install Soenneker.Utils.Cancellation as a Cake Addin
#tool nuget:?package=Soenneker.Utils.Cancellation&version=3.0.670
                    
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.671 53 4/1/2025
3.0.670 52 4/1/2025
3.0.669 53 3/31/2025
3.0.668 65 3/29/2025
3.0.667 438 3/25/2025
3.0.666 446 3/25/2025
3.0.665 95 3/21/2025
3.0.664 111 3/21/2025
3.0.663 126 3/18/2025
3.0.662 129 3/18/2025
3.0.661 52 3/15/2025
3.0.660 62 3/15/2025
3.0.659 135 3/12/2025
3.0.658 155 3/12/2025
3.0.657 149 3/12/2025
3.0.656 161 3/11/2025
3.0.655 147 3/11/2025
3.0.654 151 3/11/2025
3.0.653 157 3/11/2025
3.0.652 154 3/11/2025
3.0.651 153 3/11/2025
3.0.650 161 3/11/2025
3.0.649 199 3/7/2025
3.0.648 191 3/7/2025
3.0.647 90 3/2/2025
3.0.646 92 3/2/2025
3.0.645 91 3/2/2025
3.0.644 91 3/2/2025
3.0.643 91 3/1/2025
3.0.642 79 3/1/2025
3.0.641 95 3/1/2025
3.0.640 85 3/1/2025
3.0.639 88 3/1/2025
3.0.638 79 3/1/2025
3.0.637 84 3/1/2025
3.0.636 90 2/25/2025
3.0.635 76 2/25/2025
3.0.634 95 2/25/2025
3.0.633 84 2/25/2025
3.0.632 81 2/25/2025
3.0.631 76 2/24/2025
3.0.630 94 2/23/2025
3.0.629 80 2/23/2025
3.0.628 91 2/22/2025
3.0.627 100 2/22/2025
3.0.626 87 2/22/2025
3.0.625 81 2/22/2025
3.0.624 85 2/22/2025
3.0.623 76 2/22/2025
3.0.622 87 2/21/2025
3.0.621 100 2/21/2025
3.0.620 101 2/21/2025
3.0.619 87 2/19/2025
3.0.618 86 2/19/2025
3.0.617 82 2/19/2025
3.0.616 90 2/18/2025
3.0.615 87 2/18/2025
3.0.614 84 2/18/2025
3.0.613 91 2/14/2025
3.0.612 95 2/13/2025
3.0.611 92 2/12/2025
3.0.610 89 2/12/2025
3.0.609 89 2/12/2025
3.0.608 88 2/12/2025
3.0.607 93 2/12/2025
3.0.606 88 2/12/2025
3.0.605 88 2/11/2025
3.0.604 99 2/11/2025
3.0.603 80 2/11/2025
3.0.602 85 2/11/2025
3.0.601 80 2/11/2025
3.0.600 86 2/11/2025
3.0.599 89 2/11/2025
3.0.598 94 2/11/2025
3.0.597 93 2/10/2025
3.0.596 86 2/10/2025
3.0.595 87 2/10/2025
3.0.594 87 2/10/2025
3.0.593 103 2/10/2025
3.0.592 90 2/9/2025
3.0.591 89 2/9/2025
3.0.590 89 2/8/2025
3.0.589 90 2/8/2025
3.0.588 81 2/8/2025
3.0.587 79 2/8/2025
3.0.586 86 2/8/2025
3.0.585 85 2/7/2025
3.0.584 78 2/7/2025
3.0.583 95 2/7/2025
3.0.582 86 2/7/2025
3.0.581 79 2/7/2025
3.0.580 82 2/6/2025
3.0.579 96 2/5/2025
3.0.578 102 2/5/2025
3.0.577 83 2/5/2025
3.0.576 94 2/5/2025
3.0.575 89 2/5/2025
3.0.574 90 2/5/2025
3.0.573 86 2/5/2025
3.0.572 94 1/28/2025
3.0.571 77 1/28/2025
3.0.570 70 1/28/2025
3.0.569 80 1/28/2025
3.0.568 77 1/27/2025
3.0.567 77 1/27/2025
3.0.566 70 1/27/2025
3.0.565 75 1/27/2025
3.0.564 74 1/27/2025
3.0.563 84 1/26/2025
3.0.562 83 1/26/2025
3.0.561 79 1/26/2025
3.0.560 79 1/26/2025
3.0.559 80 1/26/2025
3.0.558 83 1/25/2025
3.0.557 81 1/25/2025
3.0.556 79 1/25/2025
3.0.555 79 1/25/2025
3.0.554 79 1/25/2025
3.0.553 79 1/25/2025
3.0.552 77 1/24/2025
3.0.551 77 1/24/2025
3.0.550 87 1/24/2025
3.0.549 81 1/24/2025
3.0.548 77 1/24/2025
3.0.547 77 1/23/2025
3.0.546 79 1/23/2025
3.0.545 82 1/22/2025
3.0.544 78 1/21/2025
3.0.543 80 1/21/2025
3.0.542 81 1/21/2025
3.0.541 79 1/21/2025
3.0.540 87 1/21/2025
3.0.539 86 1/21/2025
3.0.538 86 1/21/2025
3.0.537 75 1/21/2025
3.0.536 80 1/21/2025
3.0.535 80 1/20/2025
3.0.534 78 1/20/2025
3.0.533 87 1/20/2025
3.0.532 81 1/20/2025
3.0.531 79 1/20/2025
3.0.530 80 1/20/2025
3.0.529 84 1/20/2025
3.0.528 82 1/20/2025
3.0.527 77 1/19/2025
3.0.526 82 1/19/2025
3.0.525 82 1/19/2025
3.0.524 76 1/19/2025
3.0.523 81 1/19/2025
3.0.522 73 1/19/2025
3.0.521 72 1/19/2025
3.0.520 84 1/18/2025
3.0.519 77 1/18/2025
3.0.518 77 1/17/2025
3.0.517 77 1/17/2025
3.0.516 86 1/17/2025
3.0.515 75 1/17/2025
3.0.514 76 1/17/2025
3.0.513 74 1/16/2025
3.0.512 73 1/16/2025
3.0.511 80 1/16/2025
3.0.510 70 1/16/2025
3.0.509 74 1/16/2025
3.0.508 71 1/16/2025
3.0.507 80 1/16/2025
3.0.506 73 1/15/2025
3.0.505 76 1/15/2025
3.0.504 69 1/15/2025
3.0.503 59 1/15/2025
3.0.502 57 1/15/2025
3.0.501 46 1/15/2025
3.0.500 54 1/14/2025
3.0.499 55 1/14/2025
3.0.498 64 1/14/2025
3.0.497 63 1/14/2025
3.0.496 73 1/13/2025
3.0.495 66 1/13/2025
3.0.494 71 1/13/2025
3.0.493 69 1/13/2025
3.0.492 66 1/13/2025
3.0.491 77 1/11/2025
3.0.490 82 1/11/2025
3.0.489 83 1/11/2025
3.0.488 77 1/11/2025
3.0.487 82 1/10/2025
3.0.486 84 1/10/2025
3.0.485 78 1/10/2025
3.0.484 75 1/10/2025
3.0.483 86 1/10/2025
3.0.482 80 1/10/2025
3.0.481 115 1/3/2025
3.0.480 98 1/3/2025
3.0.479 93 1/3/2025
3.0.478 92 1/2/2025
3.0.477 93 1/2/2025
3.0.476 95 1/2/2025
3.0.475 93 1/2/2025
3.0.474 99 1/1/2025
3.0.473 102 1/1/2025
3.0.472 100 1/1/2025
3.0.471 93 1/1/2025
3.0.470 105 1/1/2025
3.0.469 101 12/31/2024
3.0.468 95 12/31/2024
3.0.467 93 12/31/2024
3.0.466 110 12/31/2024
3.0.465 111 12/31/2024
3.0.464 104 12/31/2024
3.0.463 83 12/31/2024
3.0.462 85 12/31/2024
3.0.461 97 12/31/2024
3.0.460 97 12/31/2024
3.0.459 97 12/28/2024
3.0.458 81 12/28/2024
3.0.457 83 12/27/2024
3.0.456 97 12/27/2024
3.0.455 85 12/27/2024
3.0.454 93 12/24/2024
3.0.453 90 12/24/2024
3.0.452 82 12/24/2024
3.0.451 92 12/24/2024
3.0.450 91 12/24/2024
3.0.449 92 12/24/2024
3.0.448 92 12/24/2024
3.0.447 83 12/24/2024
3.0.446 94 12/23/2024
3.0.445 84 12/23/2024
3.0.444 82 12/23/2024
3.0.443 94 12/23/2024
3.0.442 87 12/23/2024
3.0.441 88 12/23/2024
3.0.440 93 12/23/2024
3.0.439 92 12/22/2024
3.0.438 90 12/22/2024
3.0.437 99 12/22/2024
3.0.436 90 12/22/2024
3.0.435 98 12/22/2024
3.0.434 98 12/21/2024
3.0.433 94 12/21/2024
3.0.432 95 12/21/2024
3.0.431 88 12/21/2024
3.0.430 87 12/21/2024
3.0.429 93 12/21/2024
3.0.428 87 12/21/2024
3.0.427 92 12/20/2024
3.0.426 93 12/20/2024
3.0.425 85 12/20/2024
3.0.424 97 12/20/2024
3.0.423 96 12/20/2024
3.0.422 91 12/20/2024
3.0.421 97 12/19/2024
3.0.420 92 12/19/2024
3.0.418 107 12/16/2024
3.0.417 86 12/9/2024
3.0.416 84 12/9/2024
3.0.415 90 12/9/2024
3.0.414 90 12/9/2024
3.0.413 96 12/6/2024
3.0.412 95 12/6/2024
3.0.411 87 12/6/2024
3.0.410 94 12/6/2024
3.0.409 95 12/6/2024
3.0.408 94 12/6/2024
3.0.407 89 12/6/2024
3.0.406 93 12/6/2024
3.0.405 95 12/6/2024
3.0.404 90 12/5/2024
3.0.403 87 12/5/2024
3.0.402 97 12/5/2024
3.0.401 94 12/4/2024
3.0.400 95 12/4/2024
3.0.399 93 12/4/2024
3.0.398 96 12/3/2024
3.0.397 95 12/3/2024
3.0.396 95 12/3/2024
3.0.395 90 12/3/2024
3.0.394 89 12/3/2024
3.0.393 92 12/3/2024
3.0.392 88 12/3/2024
3.0.391 86 12/3/2024
3.0.390 102 12/2/2024
3.0.389 94 12/2/2024
3.0.388 90 12/2/2024
3.0.387 97 12/1/2024
3.0.386 98 11/29/2024
3.0.385 94 11/21/2024
3.0.384 98 11/20/2024
3.0.382 96 11/20/2024
3.0.381 84 11/20/2024
3.0.380 97 11/19/2024
3.0.379 90 11/19/2024
3.0.378 85 11/19/2024
3.0.377 94 11/19/2024
3.0.376 94 11/14/2024
3.0.375 88 11/14/2024
3.0.374 88 11/14/2024
3.0.373 93 11/14/2024
3.0.372 99 11/14/2024
3.0.371 93 11/14/2024
3.0.370 98 11/14/2024
2.1.369 93 11/14/2024
2.1.368 93 11/13/2024
2.1.367 91 11/13/2024
2.1.366 93 11/12/2024
2.1.365 98 11/12/2024
2.1.364 95 11/12/2024
2.1.363 98 11/9/2024
2.1.362 92 11/9/2024
2.1.361 97 11/8/2024
2.1.360 92 11/8/2024
2.1.359 93 11/8/2024
2.1.358 98 11/8/2024
2.1.357 94 11/8/2024
2.1.356 94 11/8/2024
2.1.355 89 10/31/2024
2.1.354 103 10/29/2024
2.1.353 93 10/29/2024
2.1.352 92 10/29/2024
2.1.351 100 10/26/2024
2.1.350 95 10/22/2024
2.1.349 92 10/22/2024
2.1.348 96 10/22/2024
2.1.347 97 10/17/2024
2.1.346 90 10/14/2024
2.1.345 98 10/11/2024
2.1.344 109 10/11/2024
2.1.343 101 10/11/2024
2.1.341 96 10/8/2024
2.1.340 96 10/8/2024
2.1.339 84 10/8/2024
2.1.338 87 10/8/2024
2.1.337 91 10/8/2024
2.1.336 90 10/8/2024
2.1.335 94 10/3/2024
2.1.334 94 10/3/2024
2.1.333 99 10/3/2024
2.1.332 96 10/2/2024
2.1.331 101 10/2/2024
2.1.330 96 10/1/2024
2.1.329 91 10/1/2024
2.1.328 102 10/1/2024
2.1.327 99 9/29/2024
2.1.326 113 9/29/2024
2.1.325 103 9/29/2024
2.1.324 105 9/27/2024
2.1.323 97 9/27/2024
2.1.322 100 9/27/2024
2.1.321 103 9/26/2024
2.1.320 103 9/26/2024
2.1.319 109 9/26/2024
2.1.318 99 9/23/2024
2.1.317 104 9/23/2024
2.1.316 97 9/23/2024
2.1.315 102 9/23/2024
2.1.314 97 9/23/2024
2.1.313 104 9/17/2024
2.1.312 103 9/17/2024
2.1.311 89 9/17/2024
2.1.310 98 9/17/2024
2.1.309 91 9/17/2024
2.1.308 99 9/17/2024
2.1.307 99 9/16/2024
2.1.306 115 9/12/2024
2.1.305 118 9/11/2024
2.1.303 102 9/11/2024
2.1.302 114 9/10/2024
2.1.301 106 9/10/2024
2.1.300 106 9/10/2024
2.1.299 112 9/10/2024
2.1.298 106 9/9/2024
2.1.297 106 9/9/2024
2.1.296 106 9/9/2024
2.1.295 110 9/9/2024
2.1.294 112 9/9/2024
2.1.293 109 9/6/2024
2.1.292 125 9/6/2024
2.1.291 107 9/5/2024
2.1.290 106 9/5/2024
2.1.289 115 9/5/2024
2.1.288 115 9/5/2024
2.1.287 110 9/5/2024
2.1.286 108 9/5/2024
2.1.285 120 9/4/2024
2.1.284 105 9/3/2024
2.1.283 110 9/3/2024
2.1.282 113 9/3/2024
2.1.281 108 9/3/2024
2.1.280 110 8/29/2024
2.1.279 116 8/26/2024
2.1.278 124 8/21/2024
2.1.277 120 8/21/2024
2.1.276 122 8/20/2024
2.1.275 127 8/20/2024
2.1.274 120 8/20/2024
2.1.273 130 8/19/2024
2.1.272 134 8/15/2024
2.1.271 111 8/13/2024
2.1.270 100 8/6/2024
2.1.269 76 8/6/2024
2.1.268 99 8/1/2024
2.1.267 99 8/1/2024
2.1.266 102 8/1/2024
2.1.265 73 7/25/2024
2.1.264 85 7/25/2024
2.1.263 83 7/25/2024
2.1.262 82 7/24/2024
2.1.261 69 7/24/2024
2.1.260 182 7/20/2024
2.1.259 124 7/14/2024
2.1.258 95 7/14/2024
2.1.256 121 7/10/2024
2.1.255 100 7/10/2024
2.1.254 76 7/10/2024
2.1.253 112 7/10/2024
2.1.252 92 7/10/2024
2.1.251 113 7/10/2024
2.1.250 73 7/9/2024
2.1.249 89 7/9/2024
2.1.248 78 7/9/2024
2.1.247 103 7/9/2024
2.1.246 98 7/9/2024
2.1.245 115 7/9/2024
2.1.244 75 7/9/2024
2.1.243 122 7/9/2024
2.1.242 106 7/8/2024
2.1.241 105 7/8/2024
2.1.240 110 7/8/2024
2.1.239 120 7/7/2024
2.1.238 149 7/7/2024
2.1.237 1,624 7/3/2024
2.1.236 94 7/3/2024
2.1.235 2,042 6/22/2024
2.1.234 999 6/15/2024
2.1.233 362 6/15/2024
2.1.232 1,048 6/14/2024
2.1.231 1,080 6/1/2024
2.1.230 188 6/1/2024
2.1.229 451 6/1/2024
2.1.228 1,341 5/31/2024
2.1.227 935 5/29/2024
2.1.226 829 5/28/2024
2.1.225 431 5/27/2024
2.1.224 915 5/26/2024
2.1.223 835 5/26/2024
2.1.222 493 5/26/2024
2.1.221 308 5/26/2024
2.1.220 336 5/25/2024
2.1.219 771 5/25/2024
2.1.218 188 5/25/2024
2.1.217 439 5/25/2024
2.1.216 461 5/25/2024
2.1.215 837 5/23/2024
2.1.214 573 5/23/2024
2.1.213 538 5/22/2024
2.1.212 334 5/22/2024
2.1.211 363 5/22/2024
2.1.210 1,492 5/18/2024
2.1.209 629 5/17/2024
2.1.208 323 5/17/2024
2.1.207 792 5/16/2024
2.1.206 222 5/15/2024
2.1.205 972 5/15/2024
2.1.204 1,103 5/13/2024
2.1.203 1,232 4/29/2024
2.1.202 295 4/29/2024
2.1.201 1,024 4/28/2024
2.1.200 334 4/28/2024
2.1.199 194 4/28/2024
2.1.198 728 4/28/2024
2.1.197 272 4/28/2024
2.1.196 458 4/28/2024
2.1.195 298 4/28/2024
2.1.194 606 4/27/2024
2.1.193 884 4/19/2024
2.1.192 1,162 4/18/2024
2.1.191 917 4/12/2024
2.1.190 623 4/12/2024
2.1.189 351 4/12/2024
2.1.188 364 4/12/2024
2.1.187 562 4/12/2024
2.1.186 411 4/12/2024
2.1.185 497 4/11/2024
2.1.184 592 4/10/2024
2.1.183 439 4/9/2024
2.1.182 1,015 4/2/2024
2.1.181 400 4/1/2024
2.1.180 759 3/29/2024
2.1.179 733 3/25/2024
2.1.178 312 3/25/2024
2.1.177 927 3/20/2024
2.1.176 856 3/19/2024
2.1.175 439 3/19/2024
2.1.174 656 3/18/2024
2.1.173 980 3/15/2024
2.1.172 675 3/13/2024
2.1.171 295 3/13/2024
2.1.170 729 3/13/2024
2.1.169 295 3/13/2024
2.1.168 140 3/13/2024
2.1.167 708 3/12/2024
2.1.166 517 3/12/2024
2.1.165 779 3/11/2024
2.1.164 748 3/11/2024
2.1.163 770 3/10/2024
2.1.162 736 3/8/2024
2.1.161 318 3/8/2024
2.1.160 610 3/8/2024
2.1.159 921 3/6/2024
2.1.158 725 3/4/2024
2.1.157 810 3/4/2024
2.1.156 682 3/3/2024
2.1.155 614 3/2/2024
2.1.154 233 3/2/2024
2.1.153 636 3/2/2024
2.1.152 186 3/2/2024
2.1.151 619 2/29/2024
2.1.150 216 2/29/2024
2.1.149 629 2/29/2024
2.1.148 827 2/26/2024
2.1.147 475 2/25/2024
2.1.146 485 2/25/2024
2.1.145 1,754 2/23/2024
2.1.144 628 2/22/2024
2.1.143 432 2/22/2024
2.1.142 661 2/21/2024
2.1.141 646 2/21/2024
2.1.140 551 2/21/2024
2.1.139 359 2/21/2024
2.1.138 299 2/21/2024
2.1.137 122 2/21/2024
2.1.136 1,475 2/20/2024
2.1.135 509 2/20/2024
2.1.134 418 2/20/2024
2.1.133 474 2/19/2024
2.1.132 632 2/19/2024
2.1.131 680 2/17/2024
2.1.130 457 2/17/2024
2.1.129 533 2/16/2024
2.1.128 273 2/16/2024
2.1.127 312 2/16/2024
2.1.126 368 2/16/2024
2.1.125 620 2/16/2024
2.1.124 206 2/16/2024
2.1.123 1,097 2/13/2024
2.1.122 915 2/13/2024
2.1.121 218 2/13/2024
2.1.120 461 2/13/2024
2.1.119 476 2/13/2024
2.1.118 616 2/12/2024
2.1.117 323 2/11/2024
2.1.116 930 2/11/2024
2.1.115 511 2/11/2024
2.1.114 607 2/10/2024
2.1.113 356 2/9/2024
2.1.112 781 2/9/2024
2.1.111 583 2/9/2024
2.1.110 324 2/8/2024
2.1.109 575 2/8/2024
2.1.108 471 2/8/2024
2.1.107 549 2/8/2024
2.1.106 721 2/7/2024
2.1.105 453 2/7/2024
2.1.104 275 2/7/2024
2.1.103 662 2/7/2024
2.1.102 107 2/6/2024
2.1.101 517 2/6/2024
2.1.100 779 2/5/2024
2.1.99 791 2/4/2024
2.1.98 605 2/2/2024
2.1.97 876 1/31/2024
2.1.96 712 1/29/2024
2.1.95 708 1/29/2024
2.1.94 271 1/29/2024
2.1.93 738 1/28/2024
2.1.92 279 1/28/2024
2.1.91 538 1/28/2024
2.1.90 282 1/28/2024
2.1.89 340 1/28/2024
2.1.88 814 1/27/2024
2.1.87 506 1/27/2024
2.1.86 182 1/27/2024
2.1.85 366 1/27/2024
2.1.84 476 1/27/2024
2.1.83 532 1/27/2024
2.1.82 219 1/26/2024
2.1.81 370 1/26/2024
2.1.80 513 1/26/2024
2.1.79 276 1/26/2024
2.1.78 821 1/26/2024
2.1.77 523 1/26/2024
2.1.76 365 1/25/2024
2.1.75 322 1/25/2024
2.1.74 322 1/25/2024
2.1.73 358 1/25/2024
2.1.72 1,046 1/19/2024
2.1.71 841 1/15/2024
2.1.70 421 1/15/2024
2.1.69 402 1/15/2024
2.1.68 505 1/15/2024
2.1.67 652 1/15/2024
2.1.66 695 1/14/2024
2.1.65 759 1/13/2024
2.1.64 668 1/12/2024
2.1.63 883 1/11/2024
2.1.62 905 1/7/2024
2.1.61 681 1/5/2024
2.1.60 440 1/5/2024
2.1.59 737 1/5/2024
2.1.58 793 1/1/2024
2.1.57 941 12/28/2023
2.1.56 601 12/28/2023
2.1.55 575 12/28/2023
2.1.54 411 12/27/2023
2.1.53 299 12/27/2023
2.1.52 124 12/27/2023
2.1.51 1,362 12/25/2023
2.1.50 247 12/25/2023
2.1.49 581 12/25/2023
2.1.48 404 12/25/2023
2.1.47 501 12/25/2023
2.1.46 247 12/25/2023
2.1.45 710 12/24/2023
2.1.44 889 12/23/2023
2.1.43 485 12/23/2023
2.1.42 716 12/23/2023
2.1.41 311 12/23/2023
2.1.40 527 12/23/2023
2.1.39 1,106 12/19/2023
2.1.38 308 12/19/2023
2.1.37 1,794 12/10/2023
2.1.36 703 12/10/2023
2.1.35 1,200 12/9/2023
2.1.34 544 12/9/2023
2.1.33 683 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 538 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 621 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 653 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 181 7/7/2023
1.0.36 1,612 6/30/2023
1.0.35 802 6/29/2023
1.0.34 948 6/28/2023
1.0.33 173 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,457 6/15/2023
1.0.28 775 6/14/2023
1.0.27 197 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