Soenneker.Utils.Cancellation 3.0.683

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.683
                    
NuGet\Install-Package Soenneker.Utils.Cancellation -Version 3.0.683
                    
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.683" />
                    
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.683" />
                    
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.683
                    
#r "nuget: Soenneker.Utils.Cancellation, 3.0.683"
                    
#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.Utils.Cancellation@3.0.683
                    
#: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.Utils.Cancellation&version=3.0.683
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.Cancellation&version=3.0.683
                    
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.718 129 9/9/2025
3.0.717 133 9/9/2025
3.0.716 142 9/3/2025
3.0.715 140 8/11/2025
3.0.714 208 8/5/2025
3.0.713 204 8/5/2025
3.0.712 150 7/8/2025
3.0.711 146 7/8/2025
3.0.709 308 6/11/2025
3.0.708 303 6/11/2025
3.0.707 165 5/27/2025
3.0.706 166 5/22/2025
3.0.705 234 5/13/2025
3.0.704 259 5/13/2025
3.0.703 177 5/7/2025
3.0.702 164 5/5/2025
3.0.701 163 5/5/2025
3.0.700 199 4/8/2025
3.0.699 179 4/8/2025
3.0.698 166 4/8/2025
3.0.697 181 4/8/2025
3.0.696 178 4/8/2025
3.0.695 180 4/8/2025
3.0.694 200 4/8/2025
3.0.693 199 4/8/2025
3.0.692 177 4/7/2025
3.0.691 180 4/7/2025
3.0.690 195 4/7/2025
3.0.689 185 4/7/2025
3.0.688 185 4/7/2025
3.0.687 196 4/6/2025
3.0.686 183 4/6/2025
3.0.685 205 4/6/2025
3.0.684 159 4/6/2025
3.0.683 181 4/6/2025
3.0.682 138 4/6/2025
3.0.681 135 4/6/2025
3.0.680 130 4/6/2025
3.0.679 125 4/5/2025
3.0.678 108 4/5/2025
3.0.677 106 4/5/2025
3.0.676 116 4/5/2025
3.0.675 113 4/5/2025
3.0.674 118 4/5/2025
3.0.673 115 4/4/2025
3.0.672 183 4/4/2025
3.0.671 185 4/1/2025
3.0.670 179 4/1/2025
3.0.669 187 3/31/2025
3.0.668 111 3/29/2025
3.0.667 487 3/25/2025
3.0.666 490 3/25/2025
3.0.665 138 3/21/2025
3.0.664 156 3/21/2025
3.0.663 165 3/18/2025
3.0.662 175 3/18/2025
3.0.661 90 3/15/2025
3.0.660 106 3/15/2025
3.0.659 172 3/12/2025
3.0.658 193 3/12/2025
3.0.657 201 3/12/2025
3.0.656 212 3/11/2025
3.0.655 196 3/11/2025
3.0.654 191 3/11/2025
3.0.653 198 3/11/2025
3.0.652 212 3/11/2025
3.0.651 192 3/11/2025
3.0.650 197 3/11/2025
3.0.649 234 3/7/2025
3.0.648 244 3/7/2025
3.0.647 134 3/2/2025
3.0.646 129 3/2/2025
3.0.645 144 3/2/2025
3.0.644 129 3/2/2025
3.0.643 147 3/1/2025
3.0.642 116 3/1/2025
3.0.641 132 3/1/2025
3.0.640 127 3/1/2025
3.0.639 138 3/1/2025
3.0.638 132 3/1/2025
3.0.637 121 3/1/2025
3.0.636 126 2/25/2025
3.0.635 117 2/25/2025
3.0.634 146 2/25/2025
3.0.633 134 2/25/2025
3.0.632 119 2/25/2025
3.0.631 113 2/24/2025
3.0.630 130 2/23/2025
3.0.629 119 2/23/2025
3.0.628 130 2/22/2025
3.0.627 138 2/22/2025
3.0.626 141 2/22/2025
3.0.625 119 2/22/2025
3.0.624 125 2/22/2025
3.0.623 112 2/22/2025
3.0.622 124 2/21/2025
3.0.621 135 2/21/2025
3.0.620 150 2/21/2025
3.0.619 123 2/19/2025
3.0.618 140 2/19/2025
3.0.617 119 2/19/2025
3.0.616 133 2/18/2025
3.0.615 122 2/18/2025
3.0.614 121 2/18/2025
3.0.613 125 2/14/2025
3.0.612 140 2/13/2025
3.0.611 142 2/12/2025
3.0.610 138 2/12/2025
3.0.609 135 2/12/2025
3.0.608 122 2/12/2025
3.0.607 128 2/12/2025
3.0.606 124 2/12/2025
3.0.605 121 2/11/2025
3.0.604 144 2/11/2025
3.0.603 113 2/11/2025
3.0.602 117 2/11/2025
3.0.601 116 2/11/2025
3.0.600 120 2/11/2025
3.0.599 138 2/11/2025
3.0.598 127 2/11/2025
3.0.597 130 2/10/2025
3.0.596 126 2/10/2025
3.0.595 123 2/10/2025
3.0.594 122 2/10/2025
3.0.593 142 2/10/2025
3.0.592 131 2/9/2025
3.0.591 134 2/9/2025
3.0.590 136 2/8/2025
3.0.589 124 2/8/2025
3.0.588 117 2/8/2025
3.0.587 114 2/8/2025
3.0.586 119 2/8/2025
3.0.585 121 2/7/2025
3.0.584 121 2/7/2025
3.0.583 132 2/7/2025
3.0.582 124 2/7/2025
3.0.581 117 2/7/2025
3.0.580 132 2/6/2025
3.0.579 129 2/5/2025
3.0.578 152 2/5/2025
3.0.577 132 2/5/2025
3.0.576 133 2/5/2025
3.0.575 122 2/5/2025
3.0.574 125 2/5/2025
3.0.573 122 2/5/2025
3.0.572 136 1/28/2025
3.0.571 130 1/28/2025
3.0.570 103 1/28/2025
3.0.569 126 1/28/2025
3.0.568 116 1/27/2025
3.0.567 115 1/27/2025
3.0.566 107 1/27/2025
3.0.565 111 1/27/2025
3.0.564 107 1/27/2025
3.0.563 115 1/26/2025
3.0.562 119 1/26/2025
3.0.561 113 1/26/2025
3.0.560 125 1/26/2025
3.0.559 129 1/26/2025
3.0.558 118 1/25/2025
3.0.557 115 1/25/2025
3.0.556 116 1/25/2025
3.0.555 113 1/25/2025
3.0.554 124 1/25/2025
3.0.553 114 1/25/2025
3.0.552 112 1/24/2025
3.0.551 112 1/24/2025
3.0.550 123 1/24/2025
3.0.549 111 1/24/2025
3.0.548 108 1/24/2025
3.0.547 118 1/23/2025
3.0.546 112 1/23/2025
3.0.545 116 1/22/2025
3.0.544 113 1/21/2025
3.0.543 123 1/21/2025
3.0.542 114 1/21/2025
3.0.541 116 1/21/2025
3.0.540 120 1/21/2025
3.0.539 133 1/21/2025
3.0.538 117 1/21/2025
3.0.537 120 1/21/2025
3.0.536 116 1/21/2025
3.0.535 121 1/20/2025
3.0.534 110 1/20/2025
3.0.533 122 1/20/2025
3.0.532 113 1/20/2025
3.0.531 129 1/20/2025
3.0.530 118 1/20/2025
3.0.529 114 1/20/2025
3.0.528 126 1/20/2025
3.0.527 110 1/19/2025
3.0.526 115 1/19/2025
3.0.525 112 1/19/2025
3.0.524 128 1/19/2025
3.0.523 127 1/19/2025
3.0.522 105 1/19/2025
3.0.521 100 1/19/2025
3.0.520 117 1/18/2025
3.0.519 108 1/18/2025
3.0.518 118 1/17/2025
3.0.517 111 1/17/2025
3.0.516 125 1/17/2025
3.0.515 106 1/17/2025
3.0.514 126 1/17/2025
3.0.513 108 1/16/2025
3.0.512 116 1/16/2025
3.0.511 125 1/16/2025
3.0.510 100 1/16/2025
3.0.509 106 1/16/2025
3.0.508 105 1/16/2025
3.0.507 113 1/16/2025
3.0.506 107 1/15/2025
3.0.505 127 1/15/2025
3.0.504 99 1/15/2025
3.0.503 107 1/15/2025
3.0.502 87 1/15/2025
3.0.501 79 1/15/2025
3.0.500 87 1/14/2025
3.0.499 86 1/14/2025
3.0.498 99 1/14/2025
3.0.497 103 1/14/2025
3.0.496 104 1/13/2025
3.0.495 101 1/13/2025
3.0.494 107 1/13/2025
3.0.493 102 1/13/2025
3.0.492 113 1/13/2025
3.0.491 114 1/11/2025
3.0.490 116 1/11/2025
3.0.489 131 1/11/2025
3.0.488 114 1/11/2025
3.0.487 132 1/10/2025
3.0.486 135 1/10/2025
3.0.485 115 1/10/2025
3.0.484 110 1/10/2025
3.0.483 118 1/10/2025
3.0.482 114 1/10/2025
3.0.481 147 1/3/2025
3.0.480 133 1/3/2025
3.0.479 127 1/3/2025
3.0.478 133 1/2/2025
3.0.477 127 1/2/2025
3.0.476 127 1/2/2025
3.0.475 132 1/2/2025
3.0.474 152 1/1/2025
3.0.473 139 1/1/2025
3.0.472 132 1/1/2025
3.0.471 127 1/1/2025
3.0.470 137 1/1/2025
3.0.469 134 12/31/2024
3.0.468 129 12/31/2024
3.0.467 137 12/31/2024
3.0.466 144 12/31/2024
3.0.465 144 12/31/2024
3.0.464 133 12/31/2024
3.0.463 126 12/31/2024
3.0.462 126 12/31/2024
3.0.461 152 12/31/2024
3.0.460 132 12/31/2024
3.0.459 132 12/28/2024
3.0.458 115 12/28/2024
3.0.457 116 12/27/2024
3.0.456 130 12/27/2024
3.0.455 117 12/27/2024
3.0.454 127 12/24/2024
3.0.453 120 12/24/2024
3.0.452 123 12/24/2024
3.0.451 141 12/24/2024
3.0.450 128 12/24/2024
3.0.449 142 12/24/2024
3.0.448 124 12/24/2024
3.0.447 127 12/24/2024
3.0.446 124 12/23/2024
3.0.445 113 12/23/2024
3.0.444 113 12/23/2024
3.0.443 141 12/23/2024
3.0.442 119 12/23/2024
3.0.441 119 12/23/2024
3.0.440 135 12/23/2024
3.0.439 126 12/22/2024
3.0.438 123 12/22/2024
3.0.437 130 12/22/2024
3.0.436 120 12/22/2024
3.0.435 132 12/22/2024
3.0.434 129 12/21/2024
3.0.433 124 12/21/2024
3.0.432 130 12/21/2024
3.0.431 119 12/21/2024
3.0.430 123 12/21/2024
3.0.429 137 12/21/2024
3.0.428 118 12/21/2024
3.0.427 126 12/20/2024
3.0.426 138 12/20/2024
3.0.425 117 12/20/2024
3.0.424 132 12/20/2024
3.0.423 130 12/20/2024
3.0.422 140 12/20/2024
3.0.421 127 12/19/2024
3.0.420 142 12/19/2024
3.0.418 137 12/16/2024
3.0.417 115 12/9/2024
3.0.416 117 12/9/2024
3.0.415 129 12/9/2024
3.0.414 120 12/9/2024
3.0.413 139 12/6/2024
3.0.412 139 12/6/2024
3.0.411 130 12/6/2024
3.0.410 126 12/6/2024
3.0.409 139 12/6/2024
3.0.408 124 12/6/2024
3.0.407 134 12/6/2024
3.0.406 128 12/6/2024
3.0.405 137 12/6/2024
3.0.404 124 12/5/2024
3.0.403 121 12/5/2024
3.0.402 130 12/5/2024
3.0.401 136 12/4/2024
3.0.400 127 12/4/2024
3.0.399 125 12/4/2024
3.0.398 143 12/3/2024
3.0.397 126 12/3/2024
3.0.396 139 12/3/2024
3.0.395 120 12/3/2024
3.0.394 136 12/3/2024
3.0.393 128 12/3/2024
3.0.392 122 12/3/2024
3.0.391 120 12/3/2024
3.0.390 133 12/2/2024
3.0.389 127 12/2/2024
3.0.388 128 12/2/2024
3.0.387 133 12/1/2024
3.0.386 130 11/29/2024
3.0.385 141 11/21/2024
3.0.384 130 11/20/2024
3.0.382 143 11/20/2024
3.0.381 131 11/20/2024
3.0.380 128 11/19/2024
3.0.379 123 11/19/2024
3.0.378 134 11/19/2024
3.0.377 132 11/19/2024
3.0.376 131 11/14/2024
3.0.375 122 11/14/2024
3.0.374 119 11/14/2024
3.0.373 123 11/14/2024
3.0.372 136 11/14/2024
3.0.371 144 11/14/2024
3.0.370 129 11/14/2024
2.1.369 125 11/14/2024
2.1.368 124 11/13/2024
2.1.367 126 11/13/2024
2.1.366 141 11/12/2024
2.1.365 150 11/12/2024
2.1.364 125 11/12/2024
2.1.363 128 11/9/2024
2.1.362 122 11/9/2024
2.1.361 131 11/8/2024
2.1.360 121 11/8/2024
2.1.359 126 11/8/2024
2.1.358 139 11/8/2024
2.1.357 137 11/8/2024
2.1.356 132 11/8/2024
2.1.355 119 10/31/2024
2.1.354 135 10/29/2024
2.1.353 123 10/29/2024
2.1.352 129 10/29/2024
2.1.351 131 10/26/2024
2.1.350 139 10/22/2024
2.1.349 142 10/22/2024
2.1.348 138 10/22/2024
2.1.347 128 10/17/2024
2.1.346 124 10/14/2024
2.1.345 127 10/11/2024
2.1.344 137 10/11/2024
2.1.343 150 10/11/2024
2.1.341 130 10/8/2024
2.1.340 131 10/8/2024
2.1.339 115 10/8/2024
2.1.338 117 10/8/2024
2.1.337 133 10/8/2024
2.1.336 122 10/8/2024
2.1.335 129 10/3/2024
2.1.334 126 10/3/2024
2.1.333 130 10/3/2024
2.1.332 132 10/2/2024
2.1.331 133 10/2/2024
2.1.330 130 10/1/2024
2.1.329 127 10/1/2024
2.1.328 146 10/1/2024
2.1.327 133 9/29/2024
2.1.326 166 9/29/2024
2.1.325 137 9/29/2024
2.1.324 136 9/27/2024
2.1.323 129 9/27/2024
2.1.322 133 9/27/2024
2.1.321 154 9/26/2024
2.1.320 136 9/26/2024
2.1.319 154 9/26/2024
2.1.318 133 9/23/2024
2.1.317 135 9/23/2024
2.1.316 129 9/23/2024
2.1.315 150 9/23/2024
2.1.314 139 9/23/2024
2.1.313 138 9/17/2024
2.1.312 148 9/17/2024
2.1.311 131 9/17/2024
2.1.310 130 9/17/2024
2.1.309 120 9/17/2024
2.1.308 131 9/17/2024
2.1.307 141 9/16/2024
2.1.306 147 9/12/2024
2.1.305 163 9/11/2024
2.1.303 145 9/11/2024
2.1.302 142 9/10/2024
2.1.301 142 9/10/2024
2.1.300 136 9/10/2024
2.1.299 148 9/10/2024
2.1.298 139 9/9/2024
2.1.297 136 9/9/2024
2.1.296 150 9/9/2024
2.1.295 157 9/9/2024
2.1.294 156 9/9/2024
2.1.293 147 9/6/2024
2.1.292 157 9/6/2024
2.1.291 151 9/5/2024
2.1.290 142 9/5/2024
2.1.289 145 9/5/2024
2.1.288 148 9/5/2024
2.1.287 141 9/5/2024
2.1.286 136 9/5/2024
2.1.285 165 9/4/2024
2.1.284 136 9/3/2024
2.1.283 163 9/3/2024
2.1.282 144 9/3/2024
2.1.281 141 9/3/2024
2.1.280 142 8/29/2024
2.1.279 162 8/26/2024
2.1.278 157 8/21/2024
2.1.277 151 8/21/2024
2.1.276 172 8/20/2024
2.1.275 166 8/20/2024
2.1.274 153 8/20/2024
2.1.273 159 8/19/2024
2.1.272 165 8/15/2024
2.1.271 158 8/13/2024
2.1.270 134 8/6/2024
2.1.269 106 8/6/2024
2.1.268 129 8/1/2024
2.1.267 131 8/1/2024
2.1.266 132 8/1/2024
2.1.265 108 7/25/2024
2.1.264 122 7/25/2024
2.1.263 113 7/25/2024
2.1.262 115 7/24/2024
2.1.261 112 7/24/2024
2.1.260 212 7/20/2024
2.1.259 158 7/14/2024
2.1.258 126 7/14/2024
2.1.256 173 7/10/2024
2.1.255 141 7/10/2024
2.1.254 121 7/10/2024
2.1.253 144 7/10/2024
2.1.252 125 7/10/2024
2.1.251 143 7/10/2024
2.1.250 115 7/9/2024
2.1.249 121 7/9/2024
2.1.248 108 7/9/2024
2.1.247 152 7/9/2024
2.1.246 144 7/9/2024
2.1.245 152 7/9/2024
2.1.244 110 7/9/2024
2.1.243 153 7/9/2024
2.1.242 156 7/8/2024
2.1.241 143 7/8/2024
2.1.240 143 7/8/2024
2.1.239 162 7/7/2024
2.1.238 183 7/7/2024
2.1.237 1,699 7/3/2024
2.1.236 141 7/3/2024
2.1.235 2,138 6/22/2024
2.1.234 1,067 6/15/2024
2.1.233 411 6/15/2024
2.1.232 1,098 6/14/2024
2.1.231 1,137 6/1/2024
2.1.230 218 6/1/2024
2.1.229 480 6/1/2024
2.1.228 1,398 5/31/2024
2.1.227 986 5/29/2024
2.1.226 880 5/28/2024
2.1.225 484 5/27/2024
2.1.224 990 5/26/2024
2.1.223 896 5/26/2024
2.1.222 543 5/26/2024
2.1.221 342 5/26/2024
2.1.220 395 5/25/2024
2.1.219 803 5/25/2024
2.1.218 219 5/25/2024
2.1.217 503 5/25/2024
2.1.216 492 5/25/2024
2.1.215 900 5/23/2024
2.1.214 619 5/23/2024
2.1.213 592 5/22/2024
2.1.212 368 5/22/2024
2.1.211 422 5/22/2024
2.1.210 1,566 5/18/2024
2.1.209 671 5/17/2024
2.1.208 372 5/17/2024
2.1.207 831 5/16/2024
2.1.206 261 5/15/2024
2.1.205 1,021 5/15/2024
2.1.204 1,175 5/13/2024
2.1.203 1,306 4/29/2024
2.1.202 344 4/29/2024
2.1.201 1,076 4/28/2024
2.1.200 386 4/28/2024
2.1.199 241 4/28/2024
2.1.198 769 4/28/2024
2.1.197 304 4/28/2024
2.1.196 495 4/28/2024
2.1.195 348 4/28/2024
2.1.194 656 4/27/2024
2.1.193 948 4/19/2024
2.1.192 1,231 4/18/2024
2.1.191 960 4/12/2024
2.1.190 674 4/12/2024
2.1.189 405 4/12/2024
2.1.188 401 4/12/2024
2.1.187 596 4/12/2024
2.1.186 469 4/12/2024
2.1.185 528 4/11/2024
2.1.184 632 4/10/2024
2.1.183 476 4/9/2024
2.1.182 1,062 4/2/2024
2.1.181 446 4/1/2024
2.1.180 825 3/29/2024
2.1.179 785 3/25/2024
2.1.178 365 3/25/2024
2.1.177 985 3/20/2024
2.1.176 899 3/19/2024
2.1.175 479 3/19/2024
2.1.174 711 3/18/2024
2.1.173 1,039 3/15/2024
2.1.172 731 3/13/2024
2.1.171 337 3/13/2024
2.1.170 780 3/13/2024
2.1.169 348 3/13/2024
2.1.168 180 3/13/2024
2.1.167 755 3/12/2024
2.1.166 570 3/12/2024
2.1.165 831 3/11/2024
2.1.164 803 3/11/2024
2.1.163 822 3/10/2024
2.1.162 795 3/8/2024
2.1.161 369 3/8/2024
2.1.160 652 3/8/2024
2.1.159 968 3/6/2024
2.1.158 800 3/4/2024
2.1.157 858 3/4/2024
2.1.156 737 3/3/2024
2.1.155 659 3/2/2024
2.1.154 281 3/2/2024
2.1.153 682 3/2/2024
2.1.152 236 3/2/2024
2.1.151 657 2/29/2024
2.1.150 249 2/29/2024
2.1.149 683 2/29/2024
2.1.148 868 2/26/2024
2.1.147 509 2/25/2024
2.1.146 531 2/25/2024
2.1.145 1,800 2/23/2024
2.1.144 679 2/22/2024
2.1.143 477 2/22/2024
2.1.142 708 2/21/2024
2.1.141 691 2/21/2024
2.1.140 597 2/21/2024
2.1.139 421 2/21/2024
2.1.138 330 2/21/2024
2.1.137 154 2/21/2024
2.1.136 1,554 2/20/2024
2.1.135 560 2/20/2024
2.1.134 471 2/20/2024
2.1.133 518 2/19/2024
2.1.132 673 2/19/2024
2.1.131 724 2/17/2024
2.1.130 508 2/17/2024
2.1.129 581 2/16/2024
2.1.128 320 2/16/2024
2.1.127 360 2/16/2024
2.1.126 409 2/16/2024
2.1.125 654 2/16/2024
2.1.124 240 2/16/2024
2.1.123 1,171 2/13/2024
2.1.122 973 2/13/2024
2.1.121 251 2/13/2024
2.1.120 511 2/13/2024
2.1.119 521 2/13/2024
2.1.118 657 2/12/2024
2.1.117 359 2/11/2024
2.1.116 995 2/11/2024
2.1.115 561 2/11/2024
2.1.114 674 2/10/2024
2.1.113 387 2/9/2024
2.1.112 826 2/9/2024
2.1.111 643 2/9/2024
2.1.110 355 2/8/2024
2.1.109 622 2/8/2024
2.1.108 518 2/8/2024
2.1.107 598 2/8/2024
2.1.106 762 2/7/2024
2.1.105 485 2/7/2024
2.1.104 322 2/7/2024
2.1.103 719 2/7/2024
2.1.102 146 2/6/2024
2.1.101 561 2/6/2024
2.1.100 829 2/5/2024
2.1.99 828 2/4/2024
2.1.98 640 2/2/2024
2.1.97 939 1/31/2024
2.1.96 759 1/29/2024
2.1.95 769 1/29/2024
2.1.94 314 1/29/2024
2.1.93 790 1/28/2024
2.1.92 318 1/28/2024
2.1.91 586 1/28/2024
2.1.90 320 1/28/2024
2.1.89 381 1/28/2024
2.1.88 854 1/27/2024
2.1.87 538 1/27/2024
2.1.86 221 1/27/2024
2.1.85 421 1/27/2024
2.1.84 504 1/27/2024
2.1.83 580 1/27/2024
2.1.82 272 1/26/2024
2.1.81 421 1/26/2024
2.1.80 565 1/26/2024
2.1.79 322 1/26/2024
2.1.78 869 1/26/2024
2.1.77 571 1/26/2024
2.1.76 409 1/25/2024
2.1.75 359 1/25/2024
2.1.74 383 1/25/2024
2.1.73 400 1/25/2024
2.1.72 1,094 1/19/2024
2.1.71 896 1/15/2024
2.1.70 461 1/15/2024
2.1.69 440 1/15/2024
2.1.68 551 1/15/2024
2.1.67 700 1/15/2024
2.1.66 739 1/14/2024
2.1.65 825 1/13/2024
2.1.64 729 1/12/2024
2.1.63 940 1/11/2024
2.1.62 967 1/7/2024
2.1.61 725 1/5/2024
2.1.60 482 1/5/2024
2.1.59 796 1/5/2024
2.1.58 845 1/1/2024
2.1.57 984 12/28/2023
2.1.56 652 12/28/2023
2.1.55 606 12/28/2023
2.1.54 456 12/27/2023
2.1.53 335 12/27/2023
2.1.52 166 12/27/2023
2.1.51 1,422 12/25/2023
2.1.50 283 12/25/2023
2.1.49 636 12/25/2023
2.1.48 440 12/25/2023
2.1.47 561 12/25/2023
2.1.46 275 12/25/2023
2.1.45 768 12/24/2023
2.1.44 934 12/23/2023
2.1.43 519 12/23/2023
2.1.42 773 12/23/2023
2.1.41 352 12/23/2023
2.1.40 580 12/23/2023
2.1.39 1,154 12/19/2023
2.1.38 348 12/19/2023
2.1.37 1,845 12/10/2023
2.1.36 750 12/10/2023
2.1.35 1,265 12/9/2023
2.1.34 597 12/9/2023
2.1.33 734 12/9/2023
2.1.32 1,195 12/6/2023
2.1.31 983 12/5/2023
2.1.30 673 12/4/2023
2.1.29 253 12/4/2023
2.1.28 550 12/4/2023
2.1.27 1,280 11/23/2023
2.1.26 517 11/23/2023
2.1.25 654 11/23/2023
2.1.24 315 11/23/2023
2.1.23 769 11/20/2023
2.1.22 712 11/20/2023
2.1.21 680 11/19/2023
2.1.20 327 11/19/2023
2.1.19 622 11/19/2023
2.1.18 406 11/19/2023
2.1.17 732 11/18/2023
2.1.16 576 11/18/2023
2.1.15 381 11/18/2023
2.1.14 516 11/18/2023
2.1.13 685 11/17/2023
2.1.12 159 11/17/2023
2.1.11 643 11/17/2023
2.1.10 463 11/17/2023
2.1.9 427 11/17/2023
2.1.8 302 11/17/2023
2.1.7 693 11/17/2023
2.1.6 386 11/17/2023
2.1.5 243 11/17/2023
2.1.4 780 11/16/2023
2.0.82 1,027 11/15/2023
2.0.81 139 11/15/2023
2.0.80 143 11/15/2023
2.0.79 269 11/15/2023
2.0.3 143 11/16/2023
2.0.2 148 11/16/2023
2.0.1 138 11/16/2023
1.0.78 507 11/14/2023
1.0.77 952 11/13/2023
1.0.76 684 11/10/2023
1.0.75 709 11/9/2023
1.0.74 158 11/9/2023
1.0.73 1,031 11/7/2023
1.0.72 540 11/6/2023
1.0.71 500 11/3/2023
1.0.70 538 11/2/2023
1.0.69 1,014 11/1/2023
1.0.68 1,244 10/26/2023
1.0.67 927 10/19/2023
1.0.66 331 10/18/2023
1.0.65 750 10/17/2023
1.0.64 1,106 10/16/2023
1.0.63 708 10/13/2023
1.0.62 840 10/12/2023
1.0.61 1,428 9/20/2023
1.0.60 591 9/19/2023
1.0.59 690 9/18/2023
1.0.58 177 9/18/2023
1.0.57 1,007 9/14/2023
1.0.56 1,339 8/31/2023
1.0.55 597 8/30/2023
1.0.54 218 8/30/2023
1.0.53 1,123 8/28/2023
1.0.52 434 8/25/2023
1.0.51 1,011 8/24/2023
1.0.50 1,347 8/21/2023
1.0.49 487 8/18/2023
1.0.48 885 8/17/2023
1.0.47 194 8/17/2023
1.0.46 1,567 8/10/2023
1.0.45 648 8/9/2023
1.0.44 1,180 8/8/2023
1.0.43 659 8/7/2023
1.0.42 200 8/7/2023
1.0.41 1,571 7/13/2023
1.0.40 1,195 7/11/2023
1.0.39 775 7/10/2023
1.0.38 1,031 7/7/2023
1.0.37 242 7/7/2023
1.0.36 1,688 6/30/2023
1.0.35 875 6/29/2023
1.0.34 1,017 6/28/2023
1.0.33 237 6/28/2023
1.0.32 1,507 6/26/2023
1.0.31 578 6/23/2023
1.0.30 1,435 6/21/2023
1.0.29 1,573 6/15/2023
1.0.28 849 6/14/2023
1.0.27 245 6/14/2023
1.0.26 1,845 6/9/2023
1.0.25 954 6/8/2023
1.0.24 538 6/7/2023
1.0.23 277 6/7/2023
1.0.22 893 6/6/2023
1.0.21 1,841 6/5/2023
1.0.20 589 6/2/2023
1.0.19 248 6/2/2023
1.0.18 1,110 6/1/2023
1.0.17 411 5/31/2023
1.0.16 1,247 5/31/2023
1.0.15 425 5/31/2023
1.0.14 1,041 5/30/2023
1.0.13 1,474 5/26/2023
1.0.12 984 5/25/2023
1.0.11 888 5/24/2023
1.0.10 345 5/24/2023
1.0.8 1,253 5/23/2023
1.0.7 480 5/22/2023
1.0.6 1,428 5/17/2023
1.0.5 2,732 4/11/2023
1.0.4 583 4/3/2023
1.0.3 680 3/31/2023
1.0.2 476 3/31/2023
1.0.1 459 2/27/2023