Soenneker.Utils.Cancellation 3.0.689

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.689
                    
NuGet\Install-Package Soenneker.Utils.Cancellation -Version 3.0.689
                    
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.689" />
                    
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.689" />
                    
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.689
                    
#r "nuget: Soenneker.Utils.Cancellation, 3.0.689"
                    
#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.689
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.Cancellation&version=3.0.689
                    
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.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.  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

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.709 278 6/11/2025
3.0.708 283 6/11/2025
3.0.707 142 5/27/2025
3.0.706 140 5/22/2025
3.0.705 214 5/13/2025
3.0.704 241 5/13/2025
3.0.703 148 5/7/2025
3.0.702 146 5/5/2025
3.0.701 143 5/5/2025
3.0.700 174 4/8/2025
3.0.699 164 4/8/2025
3.0.698 150 4/8/2025
3.0.697 162 4/8/2025
3.0.696 160 4/8/2025
3.0.695 163 4/8/2025
3.0.694 174 4/8/2025
3.0.693 168 4/8/2025
3.0.692 159 4/7/2025
3.0.691 162 4/7/2025
3.0.690 167 4/7/2025
3.0.689 169 4/7/2025
3.0.688 167 4/7/2025
3.0.687 168 4/6/2025
3.0.686 167 4/6/2025
3.0.685 173 4/6/2025
3.0.684 141 4/6/2025
3.0.683 152 4/6/2025
3.0.682 120 4/6/2025
3.0.681 115 4/6/2025
3.0.680 111 4/6/2025
3.0.679 97 4/5/2025
3.0.678 90 4/5/2025
3.0.677 88 4/5/2025
3.0.676 99 4/5/2025
3.0.675 94 4/5/2025
3.0.674 99 4/5/2025
3.0.673 96 4/4/2025
3.0.672 165 4/4/2025
3.0.671 160 4/1/2025
3.0.670 159 4/1/2025
3.0.669 157 3/31/2025
3.0.668 94 3/29/2025
3.0.667 469 3/25/2025
3.0.666 473 3/25/2025
3.0.665 121 3/21/2025
3.0.664 137 3/21/2025
3.0.663 150 3/18/2025
3.0.662 148 3/18/2025
3.0.661 71 3/15/2025
3.0.660 89 3/15/2025
3.0.659 153 3/12/2025
3.0.658 175 3/12/2025
3.0.657 173 3/12/2025
3.0.656 184 3/11/2025
3.0.655 167 3/11/2025
3.0.654 172 3/11/2025
3.0.653 177 3/11/2025
3.0.652 180 3/11/2025
3.0.651 172 3/11/2025
3.0.650 181 3/11/2025
3.0.649 218 3/7/2025
3.0.648 213 3/7/2025
3.0.647 111 3/2/2025
3.0.646 110 3/2/2025
3.0.645 114 3/2/2025
3.0.644 113 3/2/2025
3.0.643 119 3/1/2025
3.0.642 99 3/1/2025
3.0.641 115 3/1/2025
3.0.640 109 3/1/2025
3.0.639 111 3/1/2025
3.0.638 101 3/1/2025
3.0.637 103 3/1/2025
3.0.636 109 2/25/2025
3.0.635 98 2/25/2025
3.0.634 118 2/25/2025
3.0.633 107 2/25/2025
3.0.632 102 2/25/2025
3.0.631 96 2/24/2025
3.0.630 114 2/23/2025
3.0.629 101 2/23/2025
3.0.628 115 2/22/2025
3.0.627 121 2/22/2025
3.0.626 111 2/22/2025
3.0.625 102 2/22/2025
3.0.624 108 2/22/2025
3.0.623 95 2/22/2025
3.0.622 107 2/21/2025
3.0.621 119 2/21/2025
3.0.620 123 2/21/2025
3.0.619 108 2/19/2025
3.0.618 108 2/19/2025
3.0.617 104 2/19/2025
3.0.616 115 2/18/2025
3.0.615 106 2/18/2025
3.0.614 104 2/18/2025
3.0.613 109 2/14/2025
3.0.612 121 2/13/2025
3.0.611 112 2/12/2025
3.0.610 111 2/12/2025
3.0.609 116 2/12/2025
3.0.608 107 2/12/2025
3.0.607 110 2/12/2025
3.0.606 108 2/12/2025
3.0.605 107 2/11/2025
3.0.604 121 2/11/2025
3.0.603 97 2/11/2025
3.0.602 102 2/11/2025
3.0.601 100 2/11/2025
3.0.600 106 2/11/2025
3.0.599 108 2/11/2025
3.0.598 111 2/11/2025
3.0.597 111 2/10/2025
3.0.596 109 2/10/2025
3.0.595 105 2/10/2025
3.0.594 106 2/10/2025
3.0.593 127 2/10/2025
3.0.592 114 2/9/2025
3.0.591 109 2/9/2025
3.0.590 108 2/8/2025
3.0.589 108 2/8/2025
3.0.588 100 2/8/2025
3.0.587 98 2/8/2025
3.0.586 104 2/8/2025
3.0.585 103 2/7/2025
3.0.584 99 2/7/2025
3.0.583 116 2/7/2025
3.0.582 108 2/7/2025
3.0.581 102 2/7/2025
3.0.580 106 2/6/2025
3.0.579 114 2/5/2025
3.0.578 125 2/5/2025
3.0.577 104 2/5/2025
3.0.576 114 2/5/2025
3.0.575 107 2/5/2025
3.0.574 110 2/5/2025
3.0.573 107 2/5/2025
3.0.572 114 1/28/2025
3.0.571 101 1/28/2025
3.0.570 87 1/28/2025
3.0.569 100 1/28/2025
3.0.568 97 1/27/2025
3.0.567 98 1/27/2025
3.0.566 91 1/27/2025
3.0.565 94 1/27/2025
3.0.564 90 1/27/2025
3.0.563 101 1/26/2025
3.0.562 103 1/26/2025
3.0.561 95 1/26/2025
3.0.560 99 1/26/2025
3.0.559 99 1/26/2025
3.0.558 101 1/25/2025
3.0.557 99 1/25/2025
3.0.556 99 1/25/2025
3.0.555 95 1/25/2025
3.0.554 96 1/25/2025
3.0.553 97 1/25/2025
3.0.552 95 1/24/2025
3.0.551 96 1/24/2025
3.0.550 107 1/24/2025
3.0.549 96 1/24/2025
3.0.548 92 1/24/2025
3.0.547 96 1/23/2025
3.0.546 94 1/23/2025
3.0.545 97 1/22/2025
3.0.544 96 1/21/2025
3.0.543 97 1/21/2025
3.0.542 98 1/21/2025
3.0.541 99 1/21/2025
3.0.540 104 1/21/2025
3.0.539 106 1/21/2025
3.0.538 101 1/21/2025
3.0.537 96 1/21/2025
3.0.536 100 1/21/2025
3.0.535 99 1/20/2025
3.0.534 95 1/20/2025
3.0.533 105 1/20/2025
3.0.532 96 1/20/2025
3.0.531 100 1/20/2025
3.0.530 102 1/20/2025
3.0.529 99 1/20/2025
3.0.528 99 1/20/2025
3.0.527 92 1/19/2025
3.0.526 98 1/19/2025
3.0.525 97 1/19/2025
3.0.524 96 1/19/2025
3.0.523 100 1/19/2025
3.0.522 88 1/19/2025
3.0.521 86 1/19/2025
3.0.520 100 1/18/2025
3.0.519 95 1/18/2025
3.0.518 94 1/17/2025
3.0.517 93 1/17/2025
3.0.516 110 1/17/2025
3.0.515 89 1/17/2025
3.0.514 98 1/17/2025
3.0.513 91 1/16/2025
3.0.512 90 1/16/2025
3.0.511 99 1/16/2025
3.0.510 85 1/16/2025
3.0.509 90 1/16/2025
3.0.508 88 1/16/2025
3.0.507 98 1/16/2025
3.0.506 90 1/15/2025
3.0.505 96 1/15/2025
3.0.504 83 1/15/2025
3.0.503 75 1/15/2025
3.0.502 71 1/15/2025
3.0.501 62 1/15/2025
3.0.500 72 1/14/2025
3.0.499 69 1/14/2025
3.0.498 83 1/14/2025
3.0.497 85 1/14/2025
3.0.496 88 1/13/2025
3.0.495 84 1/13/2025
3.0.494 88 1/13/2025
3.0.493 86 1/13/2025
3.0.492 85 1/13/2025
3.0.491 98 1/11/2025
3.0.490 97 1/11/2025
3.0.489 101 1/11/2025
3.0.488 97 1/11/2025
3.0.487 103 1/10/2025
3.0.486 108 1/10/2025
3.0.485 98 1/10/2025
3.0.484 92 1/10/2025
3.0.483 100 1/10/2025
3.0.482 97 1/10/2025
3.0.481 129 1/3/2025
3.0.480 114 1/3/2025
3.0.479 108 1/3/2025
3.0.478 109 1/2/2025
3.0.477 109 1/2/2025
3.0.476 110 1/2/2025
3.0.475 108 1/2/2025
3.0.474 120 1/1/2025
3.0.473 121 1/1/2025
3.0.472 114 1/1/2025
3.0.471 108 1/1/2025
3.0.470 119 1/1/2025
3.0.469 115 12/31/2024
3.0.468 111 12/31/2024
3.0.467 112 12/31/2024
3.0.466 126 12/31/2024
3.0.465 127 12/31/2024
3.0.464 118 12/31/2024
3.0.463 101 12/31/2024
3.0.462 102 12/31/2024
3.0.461 125 12/31/2024
3.0.460 114 12/31/2024
3.0.459 114 12/28/2024
3.0.458 98 12/28/2024
3.0.457 97 12/27/2024
3.0.456 113 12/27/2024
3.0.455 99 12/27/2024
3.0.454 110 12/24/2024
3.0.453 104 12/24/2024
3.0.452 98 12/24/2024
3.0.451 116 12/24/2024
3.0.450 109 12/24/2024
3.0.449 107 12/24/2024
3.0.448 106 12/24/2024
3.0.447 103 12/24/2024
3.0.446 108 12/23/2024
3.0.445 98 12/23/2024
3.0.444 98 12/23/2024
3.0.443 111 12/23/2024
3.0.442 104 12/23/2024
3.0.441 101 12/23/2024
3.0.440 114 12/23/2024
3.0.439 105 12/22/2024
3.0.438 103 12/22/2024
3.0.437 112 12/22/2024
3.0.436 104 12/22/2024
3.0.435 114 12/22/2024
3.0.434 112 12/21/2024
3.0.433 108 12/21/2024
3.0.432 111 12/21/2024
3.0.431 101 12/21/2024
3.0.430 103 12/21/2024
3.0.429 112 12/21/2024
3.0.428 100 12/21/2024
3.0.427 108 12/20/2024
3.0.426 113 12/20/2024
3.0.425 102 12/20/2024
3.0.424 114 12/20/2024
3.0.423 113 12/20/2024
3.0.422 114 12/20/2024
3.0.421 110 12/19/2024
3.0.420 110 12/19/2024
3.0.418 121 12/16/2024
3.0.417 99 12/9/2024
3.0.416 100 12/9/2024
3.0.415 105 12/9/2024
3.0.414 104 12/9/2024
3.0.413 113 12/6/2024
3.0.412 112 12/6/2024
3.0.411 103 12/6/2024
3.0.410 110 12/6/2024
3.0.409 112 12/6/2024
3.0.408 108 12/6/2024
3.0.407 106 12/6/2024
3.0.406 110 12/6/2024
3.0.405 114 12/6/2024
3.0.404 107 12/5/2024
3.0.403 103 12/5/2024
3.0.402 110 12/5/2024
3.0.401 112 12/4/2024
3.0.400 108 12/4/2024
3.0.399 107 12/4/2024
3.0.398 115 12/3/2024
3.0.397 108 12/3/2024
3.0.396 116 12/3/2024
3.0.395 104 12/3/2024
3.0.394 107 12/3/2024
3.0.393 110 12/3/2024
3.0.392 105 12/3/2024
3.0.391 102 12/3/2024
3.0.390 117 12/2/2024
3.0.389 108 12/2/2024
3.0.388 107 12/2/2024
3.0.387 115 12/1/2024
3.0.386 112 11/29/2024
3.0.385 113 11/21/2024
3.0.384 112 11/20/2024
3.0.382 116 11/20/2024
3.0.381 103 11/20/2024
3.0.380 111 11/19/2024
3.0.379 105 11/19/2024
3.0.378 104 11/19/2024
3.0.377 114 11/19/2024
3.0.376 112 11/14/2024
3.0.375 105 11/14/2024
3.0.374 103 11/14/2024
3.0.373 107 11/14/2024
3.0.372 117 11/14/2024
3.0.371 115 11/14/2024
3.0.370 111 11/14/2024
2.1.369 107 11/14/2024
2.1.368 106 11/13/2024
2.1.367 110 11/13/2024
2.1.366 111 11/12/2024
2.1.365 117 11/12/2024
2.1.364 109 11/12/2024
2.1.363 112 11/9/2024
2.1.362 105 11/9/2024
2.1.361 113 11/8/2024
2.1.360 105 11/8/2024
2.1.359 109 11/8/2024
2.1.358 116 11/8/2024
2.1.357 110 11/8/2024
2.1.356 109 11/8/2024
2.1.355 102 10/31/2024
2.1.354 117 10/29/2024
2.1.353 106 10/29/2024
2.1.352 107 10/29/2024
2.1.351 114 10/26/2024
2.1.350 113 10/22/2024
2.1.349 111 10/22/2024
2.1.348 113 10/22/2024
2.1.347 112 10/17/2024
2.1.346 108 10/14/2024
2.1.345 111 10/11/2024
2.1.344 122 10/11/2024
2.1.343 117 10/11/2024
2.1.341 111 10/8/2024
2.1.340 113 10/8/2024
2.1.339 98 10/8/2024
2.1.338 100 10/8/2024
2.1.337 109 10/8/2024
2.1.336 105 10/8/2024
2.1.335 111 10/3/2024
2.1.334 110 10/3/2024
2.1.333 113 10/3/2024
2.1.332 115 10/2/2024
2.1.331 115 10/2/2024
2.1.330 114 10/1/2024
2.1.329 106 10/1/2024
2.1.328 120 10/1/2024
2.1.327 117 9/29/2024
2.1.326 133 9/29/2024
2.1.325 119 9/29/2024
2.1.324 119 9/27/2024
2.1.323 112 9/27/2024
2.1.322 114 9/27/2024
2.1.321 126 9/26/2024
2.1.320 117 9/26/2024
2.1.319 126 9/26/2024
2.1.318 116 9/23/2024
2.1.317 117 9/23/2024
2.1.316 113 9/23/2024
2.1.315 125 9/23/2024
2.1.314 113 9/23/2024
2.1.313 122 9/17/2024
2.1.312 123 9/17/2024
2.1.311 106 9/17/2024
2.1.310 112 9/17/2024
2.1.309 104 9/17/2024
2.1.308 116 9/17/2024
2.1.307 115 9/16/2024
2.1.306 132 9/12/2024
2.1.305 137 9/11/2024
2.1.303 118 9/11/2024
2.1.302 127 9/10/2024
2.1.301 126 9/10/2024
2.1.300 120 9/10/2024
2.1.299 131 9/10/2024
2.1.298 122 9/9/2024
2.1.297 120 9/9/2024
2.1.296 122 9/9/2024
2.1.295 129 9/9/2024
2.1.294 127 9/9/2024
2.1.293 124 9/6/2024
2.1.292 141 9/6/2024
2.1.291 121 9/5/2024
2.1.290 125 9/5/2024
2.1.289 130 9/5/2024
2.1.288 132 9/5/2024
2.1.287 126 9/5/2024
2.1.286 122 9/5/2024
2.1.285 141 9/4/2024
2.1.284 119 9/3/2024
2.1.283 126 9/3/2024
2.1.282 129 9/3/2024
2.1.281 123 9/3/2024
2.1.280 124 8/29/2024
2.1.279 131 8/26/2024
2.1.278 141 8/21/2024
2.1.277 133 8/21/2024
2.1.276 144 8/20/2024
2.1.275 141 8/20/2024
2.1.274 137 8/20/2024
2.1.273 143 8/19/2024
2.1.272 148 8/15/2024
2.1.271 133 8/13/2024
2.1.270 117 8/6/2024
2.1.269 90 8/6/2024
2.1.268 114 8/1/2024
2.1.267 115 8/1/2024
2.1.266 117 8/1/2024
2.1.265 90 7/25/2024
2.1.264 103 7/25/2024
2.1.263 96 7/25/2024
2.1.262 98 7/24/2024
2.1.261 87 7/24/2024
2.1.260 198 7/20/2024
2.1.259 140 7/14/2024
2.1.258 111 7/14/2024
2.1.256 138 7/10/2024
2.1.255 121 7/10/2024
2.1.254 91 7/10/2024
2.1.253 128 7/10/2024
2.1.252 108 7/10/2024
2.1.251 127 7/10/2024
2.1.250 91 7/9/2024
2.1.249 105 7/9/2024
2.1.248 91 7/9/2024
2.1.247 121 7/9/2024
2.1.246 117 7/9/2024
2.1.245 135 7/9/2024
2.1.244 91 7/9/2024
2.1.243 135 7/9/2024
2.1.242 122 7/8/2024
2.1.241 120 7/8/2024
2.1.240 123 7/8/2024
2.1.239 136 7/7/2024
2.1.238 164 7/7/2024
2.1.237 1,640 7/3/2024
2.1.236 112 7/3/2024
2.1.235 2,071 6/22/2024
2.1.234 1,019 6/15/2024
2.1.233 380 6/15/2024
2.1.232 1,067 6/14/2024
2.1.231 1,097 6/1/2024
2.1.230 204 6/1/2024
2.1.229 465 6/1/2024
2.1.228 1,357 5/31/2024
2.1.227 950 5/29/2024
2.1.226 846 5/28/2024
2.1.225 445 5/27/2024
2.1.224 940 5/26/2024
2.1.223 850 5/26/2024
2.1.222 515 5/26/2024
2.1.221 324 5/26/2024
2.1.220 356 5/25/2024
2.1.219 786 5/25/2024
2.1.218 203 5/25/2024
2.1.217 456 5/25/2024
2.1.216 475 5/25/2024
2.1.215 858 5/23/2024
2.1.214 590 5/23/2024
2.1.213 556 5/22/2024
2.1.212 348 5/22/2024
2.1.211 386 5/22/2024
2.1.210 1,514 5/18/2024
2.1.209 643 5/17/2024
2.1.208 341 5/17/2024
2.1.207 805 5/16/2024
2.1.206 238 5/15/2024
2.1.205 995 5/15/2024
2.1.204 1,122 5/13/2024
2.1.203 1,245 4/29/2024
2.1.202 317 4/29/2024
2.1.201 1,039 4/28/2024
2.1.200 358 4/28/2024
2.1.199 210 4/28/2024
2.1.198 743 4/28/2024
2.1.197 287 4/28/2024
2.1.196 472 4/28/2024
2.1.195 315 4/28/2024
2.1.194 621 4/27/2024
2.1.193 899 4/19/2024
2.1.192 1,178 4/18/2024
2.1.191 931 4/12/2024
2.1.190 646 4/12/2024
2.1.189 367 4/12/2024
2.1.188 378 4/12/2024
2.1.187 576 4/12/2024
2.1.186 425 4/12/2024
2.1.185 511 4/11/2024
2.1.184 610 4/10/2024
2.1.183 453 4/9/2024
2.1.182 1,031 4/2/2024
2.1.181 417 4/1/2024
2.1.180 779 3/29/2024
2.1.179 748 3/25/2024
2.1.178 331 3/25/2024
2.1.177 945 3/20/2024
2.1.176 871 3/19/2024
2.1.175 453 3/19/2024
2.1.174 674 3/18/2024
2.1.173 1,006 3/15/2024
2.1.172 691 3/13/2024
2.1.171 309 3/13/2024
2.1.170 747 3/13/2024
2.1.169 317 3/13/2024
2.1.168 155 3/13/2024
2.1.167 723 3/12/2024
2.1.166 536 3/12/2024
2.1.165 799 3/11/2024
2.1.164 767 3/11/2024
2.1.163 790 3/10/2024
2.1.162 762 3/8/2024
2.1.161 341 3/8/2024
2.1.160 628 3/8/2024
2.1.159 940 3/6/2024
2.1.158 747 3/4/2024
2.1.157 828 3/4/2024
2.1.156 700 3/3/2024
2.1.155 632 3/2/2024
2.1.154 253 3/2/2024
2.1.153 653 3/2/2024
2.1.152 210 3/2/2024
2.1.151 639 2/29/2024
2.1.150 231 2/29/2024
2.1.149 652 2/29/2024
2.1.148 846 2/26/2024
2.1.147 494 2/25/2024
2.1.146 501 2/25/2024
2.1.145 1,772 2/23/2024
2.1.144 644 2/22/2024
2.1.143 448 2/22/2024
2.1.142 677 2/21/2024
2.1.141 661 2/21/2024
2.1.140 565 2/21/2024
2.1.139 374 2/21/2024
2.1.138 312 2/21/2024
2.1.137 137 2/21/2024
2.1.136 1,495 2/20/2024
2.1.135 525 2/20/2024
2.1.134 434 2/20/2024
2.1.133 488 2/19/2024
2.1.132 649 2/19/2024
2.1.131 693 2/17/2024
2.1.130 470 2/17/2024
2.1.129 553 2/16/2024
2.1.128 295 2/16/2024
2.1.127 326 2/16/2024
2.1.126 384 2/16/2024
2.1.125 635 2/16/2024
2.1.124 219 2/16/2024
2.1.123 1,112 2/13/2024
2.1.122 936 2/13/2024
2.1.121 236 2/13/2024
2.1.120 479 2/13/2024
2.1.119 492 2/13/2024
2.1.118 633 2/12/2024
2.1.117 338 2/11/2024
2.1.116 944 2/11/2024
2.1.115 526 2/11/2024
2.1.114 629 2/10/2024
2.1.113 372 2/9/2024
2.1.112 795 2/9/2024
2.1.111 598 2/9/2024
2.1.110 340 2/8/2024
2.1.109 594 2/8/2024
2.1.108 495 2/8/2024
2.1.107 563 2/8/2024
2.1.106 735 2/7/2024
2.1.105 471 2/7/2024
2.1.104 293 2/7/2024
2.1.103 684 2/7/2024
2.1.102 125 2/6/2024
2.1.101 535 2/6/2024
2.1.100 793 2/5/2024
2.1.99 808 2/4/2024
2.1.98 619 2/2/2024
2.1.97 896 1/31/2024
2.1.96 728 1/29/2024
2.1.95 728 1/29/2024
2.1.94 289 1/29/2024
2.1.93 758 1/28/2024
2.1.92 295 1/28/2024
2.1.91 558 1/28/2024
2.1.90 299 1/28/2024
2.1.89 358 1/28/2024
2.1.88 829 1/27/2024
2.1.87 521 1/27/2024
2.1.86 196 1/27/2024
2.1.85 383 1/27/2024
2.1.84 490 1/27/2024
2.1.83 554 1/27/2024
2.1.82 238 1/26/2024
2.1.81 391 1/26/2024
2.1.80 533 1/26/2024
2.1.79 294 1/26/2024
2.1.78 837 1/26/2024
2.1.77 548 1/26/2024
2.1.76 379 1/25/2024
2.1.75 337 1/25/2024
2.1.74 344 1/25/2024
2.1.73 375 1/25/2024
2.1.72 1,063 1/19/2024
2.1.71 865 1/15/2024
2.1.70 437 1/15/2024
2.1.69 416 1/15/2024
2.1.68 519 1/15/2024
2.1.67 670 1/15/2024
2.1.66 709 1/14/2024
2.1.65 778 1/13/2024
2.1.64 685 1/12/2024
2.1.63 899 1/11/2024
2.1.62 924 1/7/2024
2.1.61 698 1/5/2024
2.1.60 456 1/5/2024
2.1.59 753 1/5/2024
2.1.58 808 1/1/2024
2.1.57 956 12/28/2023
2.1.56 622 12/28/2023
2.1.55 590 12/28/2023
2.1.54 426 12/27/2023
2.1.53 312 12/27/2023
2.1.52 146 12/27/2023
2.1.51 1,385 12/25/2023
2.1.50 268 12/25/2023
2.1.49 594 12/25/2023
2.1.48 422 12/25/2023
2.1.47 521 12/25/2023
2.1.46 261 12/25/2023
2.1.45 734 12/24/2023
2.1.44 906 12/23/2023
2.1.43 498 12/23/2023
2.1.42 734 12/23/2023
2.1.41 330 12/23/2023
2.1.40 540 12/23/2023
2.1.39 1,122 12/19/2023
2.1.38 321 12/19/2023
2.1.37 1,810 12/10/2023
2.1.36 718 12/10/2023
2.1.35 1,216 12/9/2023
2.1.34 558 12/9/2023
2.1.33 699 12/9/2023
2.1.32 1,144 12/6/2023
2.1.31 950 12/5/2023
2.1.30 644 12/4/2023
2.1.29 240 12/4/2023
2.1.28 512 12/4/2023
2.1.27 1,240 11/23/2023
2.1.26 500 11/23/2023
2.1.25 618 11/23/2023
2.1.24 301 11/23/2023
2.1.23 738 11/20/2023
2.1.22 675 11/20/2023
2.1.21 661 11/19/2023
2.1.20 309 11/19/2023
2.1.19 594 11/19/2023
2.1.18 388 11/19/2023
2.1.17 695 11/18/2023
2.1.16 546 11/18/2023
2.1.15 362 11/18/2023
2.1.14 491 11/18/2023
2.1.13 643 11/17/2023
2.1.12 135 11/17/2023
2.1.11 626 11/17/2023
2.1.10 431 11/17/2023
2.1.9 402 11/17/2023
2.1.8 285 11/17/2023
2.1.7 667 11/17/2023
2.1.6 357 11/17/2023
2.1.5 224 11/17/2023
2.1.4 730 11/16/2023
2.0.82 990 11/15/2023
2.0.81 129 11/15/2023
2.0.80 125 11/15/2023
2.0.79 259 11/15/2023
2.0.3 131 11/16/2023
2.0.2 134 11/16/2023
2.0.1 126 11/16/2023
1.0.78 488 11/14/2023
1.0.77 922 11/13/2023
1.0.76 661 11/10/2023
1.0.75 669 11/9/2023
1.0.74 142 11/9/2023
1.0.73 992 11/7/2023
1.0.72 520 11/6/2023
1.0.71 465 11/3/2023
1.0.70 521 11/2/2023
1.0.69 985 11/1/2023
1.0.68 1,189 10/26/2023
1.0.67 891 10/19/2023
1.0.66 298 10/18/2023
1.0.65 706 10/17/2023
1.0.64 1,064 10/16/2023
1.0.63 676 10/13/2023
1.0.62 813 10/12/2023
1.0.61 1,380 9/20/2023
1.0.60 563 9/19/2023
1.0.59 637 9/18/2023
1.0.58 152 9/18/2023
1.0.57 971 9/14/2023
1.0.56 1,285 8/31/2023
1.0.55 547 8/30/2023
1.0.54 180 8/30/2023
1.0.53 1,065 8/28/2023
1.0.52 394 8/25/2023
1.0.51 958 8/24/2023
1.0.50 1,291 8/21/2023
1.0.49 441 8/18/2023
1.0.48 819 8/17/2023
1.0.47 155 8/17/2023
1.0.46 1,506 8/10/2023
1.0.45 595 8/9/2023
1.0.44 1,110 8/8/2023
1.0.43 614 8/7/2023
1.0.42 168 8/7/2023
1.0.41 1,513 7/13/2023
1.0.40 1,141 7/11/2023
1.0.39 719 7/10/2023
1.0.38 982 7/7/2023
1.0.37 193 7/7/2023
1.0.36 1,626 6/30/2023
1.0.35 824 6/29/2023
1.0.34 967 6/28/2023
1.0.33 189 6/28/2023
1.0.32 1,457 6/26/2023
1.0.31 543 6/23/2023
1.0.30 1,386 6/21/2023
1.0.29 1,496 6/15/2023
1.0.28 801 6/14/2023
1.0.27 210 6/14/2023
1.0.26 1,778 6/9/2023
1.0.25 900 6/8/2023
1.0.24 503 6/7/2023
1.0.23 232 6/7/2023
1.0.22 851 6/6/2023
1.0.21 1,773 6/5/2023
1.0.20 547 6/2/2023
1.0.19 202 6/2/2023
1.0.18 1,054 6/1/2023
1.0.17 374 5/31/2023
1.0.16 1,186 5/31/2023
1.0.15 389 5/31/2023
1.0.14 985 5/30/2023
1.0.13 1,401 5/26/2023
1.0.12 923 5/25/2023
1.0.11 851 5/24/2023
1.0.10 299 5/24/2023
1.0.8 1,201 5/23/2023
1.0.7 419 5/22/2023
1.0.6 1,378 5/17/2023
1.0.5 2,662 4/11/2023
1.0.4 542 4/3/2023
1.0.3 632 3/31/2023
1.0.2 231 3/31/2023
1.0.1 412 2/27/2023