Soenneker.Utils.Cancellation 3.0.691

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.691
                    
NuGet\Install-Package Soenneker.Utils.Cancellation -Version 3.0.691
                    
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.691" />
                    
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.691" />
                    
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.691
                    
#r "nuget: Soenneker.Utils.Cancellation, 3.0.691"
                    
#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.691
                    
#: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.691
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.Cancellation&version=3.0.691
                    
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 206 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 245 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 133 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 143 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 139 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 122 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 133 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 137 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 117 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 131 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 116 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 127 1/17/2025
3.0.513 108 1/16/2025
3.0.512 117 1/16/2025
3.0.511 126 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 108 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 103 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 133 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 127 12/31/2024
3.0.462 126 12/31/2024
3.0.461 153 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 131 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 139 12/20/2024
3.0.425 117 12/20/2024
3.0.424 132 12/20/2024
3.0.423 131 12/20/2024
3.0.422 140 12/20/2024
3.0.421 127 12/19/2024
3.0.420 143 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 130 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 138 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 135 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 140 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 156 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 140 9/23/2024
2.1.313 138 9/17/2024
2.1.312 149 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 166 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 159 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 145 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 157 7/8/2024
2.1.241 144 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,764 7/3/2024
2.1.236 143 7/3/2024
2.1.235 2,206 6/22/2024
2.1.234 1,105 6/15/2024
2.1.233 423 6/15/2024
2.1.232 1,132 6/14/2024
2.1.231 1,181 6/1/2024
2.1.230 218 6/1/2024
2.1.229 500 6/1/2024
2.1.228 1,420 5/31/2024
2.1.227 998 5/29/2024
2.1.226 900 5/28/2024
2.1.225 492 5/27/2024
2.1.224 1,012 5/26/2024
2.1.223 920 5/26/2024
2.1.222 554 5/26/2024
2.1.221 361 5/26/2024
2.1.220 402 5/25/2024
2.1.219 827 5/25/2024
2.1.218 219 5/25/2024
2.1.217 503 5/25/2024
2.1.216 534 5/25/2024
2.1.215 922 5/23/2024
2.1.214 639 5/23/2024
2.1.213 611 5/22/2024
2.1.212 376 5/22/2024
2.1.211 422 5/22/2024
2.1.210 1,612 5/18/2024
2.1.209 686 5/17/2024
2.1.208 372 5/17/2024
2.1.207 873 5/16/2024
2.1.206 265 5/15/2024
2.1.205 1,041 5/15/2024
2.1.204 1,214 5/13/2024
2.1.203 1,350 4/29/2024
2.1.202 344 4/29/2024
2.1.201 1,123 4/28/2024
2.1.200 404 4/28/2024
2.1.199 241 4/28/2024
2.1.198 784 4/28/2024
2.1.197 304 4/28/2024
2.1.196 515 4/28/2024
2.1.195 349 4/28/2024
2.1.194 676 4/27/2024
2.1.193 966 4/19/2024
2.1.192 1,270 4/18/2024
2.1.191 991 4/12/2024
2.1.190 686 4/12/2024
2.1.189 413 4/12/2024
2.1.188 401 4/12/2024
2.1.187 622 4/12/2024
2.1.186 477 4/12/2024
2.1.185 548 4/11/2024
2.1.184 639 4/10/2024
2.1.183 476 4/9/2024
2.1.182 1,103 4/2/2024
2.1.181 450 4/1/2024
2.1.180 852 3/29/2024
2.1.179 811 3/25/2024
2.1.178 365 3/25/2024
2.1.177 1,020 3/20/2024
2.1.176 931 3/19/2024
2.1.175 498 3/19/2024
2.1.174 726 3/18/2024
2.1.173 1,066 3/15/2024
2.1.172 751 3/13/2024
2.1.171 337 3/13/2024
2.1.170 811 3/13/2024
2.1.169 348 3/13/2024
2.1.168 181 3/13/2024
2.1.167 787 3/12/2024
2.1.166 570 3/12/2024
2.1.165 855 3/11/2024
2.1.164 831 3/11/2024
2.1.163 857 3/10/2024
2.1.162 807 3/8/2024
2.1.161 369 3/8/2024
2.1.160 671 3/8/2024
2.1.159 984 3/6/2024
2.1.158 825 3/4/2024
2.1.157 893 3/4/2024
2.1.156 761 3/3/2024
2.1.155 673 3/2/2024
2.1.154 281 3/2/2024
2.1.153 722 3/2/2024
2.1.152 237 3/2/2024
2.1.151 677 2/29/2024
2.1.150 249 2/29/2024
2.1.149 712 2/29/2024
2.1.148 884 2/26/2024
2.1.147 533 2/25/2024
2.1.146 559 2/25/2024
2.1.145 1,812 2/23/2024
2.1.144 691 2/22/2024
2.1.143 489 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,639 2/20/2024
2.1.135 570 2/20/2024
2.1.134 491 2/20/2024
2.1.133 518 2/19/2024
2.1.132 694 2/19/2024
2.1.131 751 2/17/2024
2.1.130 509 2/17/2024
2.1.129 610 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 703 2/16/2024
2.1.124 240 2/16/2024
2.1.123 1,203 2/13/2024
2.1.122 1,004 2/13/2024
2.1.121 251 2/13/2024
2.1.120 539 2/13/2024
2.1.119 521 2/13/2024
2.1.118 675 2/12/2024
2.1.117 371 2/11/2024
2.1.116 1,022 2/11/2024
2.1.115 569 2/11/2024
2.1.114 703 2/10/2024
2.1.113 387 2/9/2024
2.1.112 862 2/9/2024
2.1.111 667 2/9/2024
2.1.110 355 2/8/2024
2.1.109 642 2/8/2024
2.1.108 518 2/8/2024
2.1.107 617 2/8/2024
2.1.106 799 2/7/2024
2.1.105 485 2/7/2024
2.1.104 322 2/7/2024
2.1.103 755 2/7/2024
2.1.102 146 2/6/2024
2.1.101 573 2/6/2024
2.1.100 850 2/5/2024
2.1.99 856 2/4/2024
2.1.98 650 2/2/2024
2.1.97 974 1/31/2024
2.1.96 776 1/29/2024
2.1.95 787 1/29/2024
2.1.94 314 1/29/2024
2.1.93 827 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 916 1/27/2024
2.1.87 562 1/27/2024
2.1.86 221 1/27/2024
2.1.85 421 1/27/2024
2.1.84 550 1/27/2024
2.1.83 580 1/27/2024
2.1.82 273 1/26/2024
2.1.81 421 1/26/2024
2.1.80 566 1/26/2024
2.1.79 322 1/26/2024
2.1.78 921 1/26/2024
2.1.77 587 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,155 1/19/2024
2.1.71 919 1/15/2024
2.1.70 461 1/15/2024
2.1.69 452 1/15/2024
2.1.68 551 1/15/2024
2.1.67 742 1/15/2024
2.1.66 749 1/14/2024
2.1.65 859 1/13/2024
2.1.64 750 1/12/2024
2.1.63 968 1/11/2024
2.1.62 993 1/7/2024
2.1.61 737 1/5/2024
2.1.60 482 1/5/2024
2.1.59 831 1/5/2024
2.1.58 857 1/1/2024
2.1.57 1,017 12/28/2023
2.1.56 652 12/28/2023
2.1.55 644 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,484 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 585 12/25/2023
2.1.46 275 12/25/2023
2.1.45 780 12/24/2023
2.1.44 973 12/23/2023
2.1.43 533 12/23/2023
2.1.42 773 12/23/2023
2.1.41 353 12/23/2023
2.1.40 580 12/23/2023
2.1.39 1,202 12/19/2023
2.1.38 348 12/19/2023
2.1.37 1,903 12/10/2023
2.1.36 776 12/10/2023
2.1.35 1,283 12/9/2023
2.1.34 608 12/9/2023
2.1.33 749 12/9/2023
2.1.32 1,223 12/6/2023
2.1.31 1,040 12/5/2023
2.1.30 699 12/4/2023
2.1.29 253 12/4/2023
2.1.28 561 12/4/2023
2.1.27 1,325 11/23/2023
2.1.26 528 11/23/2023
2.1.25 674 11/23/2023
2.1.24 330 11/23/2023
2.1.23 796 11/20/2023
2.1.22 727 11/20/2023
2.1.21 688 11/19/2023
2.1.20 355 11/19/2023
2.1.19 629 11/19/2023
2.1.18 422 11/19/2023
2.1.17 752 11/18/2023
2.1.16 593 11/18/2023
2.1.15 385 11/18/2023
2.1.14 531 11/18/2023
2.1.13 717 11/17/2023
2.1.12 159 11/17/2023
2.1.11 655 11/17/2023
2.1.10 475 11/17/2023
2.1.9 439 11/17/2023
2.1.8 310 11/17/2023
2.1.7 693 11/17/2023
2.1.6 405 11/17/2023
2.1.5 243 11/17/2023
2.1.4 796 11/16/2023
2.0.82 1,069 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 517 11/14/2023
1.0.77 952 11/13/2023
1.0.76 715 11/10/2023
1.0.75 724 11/9/2023
1.0.74 158 11/9/2023
1.0.73 1,057 11/7/2023
1.0.72 559 11/6/2023
1.0.71 518 11/3/2023
1.0.70 548 11/2/2023
1.0.69 1,024 11/1/2023
1.0.68 1,279 10/26/2023
1.0.67 962 10/19/2023
1.0.66 351 10/18/2023
1.0.65 765 10/17/2023
1.0.64 1,120 10/16/2023
1.0.63 733 10/13/2023
1.0.62 857 10/12/2023
1.0.61 1,457 9/20/2023
1.0.60 596 9/19/2023
1.0.59 709 9/18/2023
1.0.58 177 9/18/2023
1.0.57 1,045 9/14/2023
1.0.56 1,376 8/31/2023
1.0.55 602 8/30/2023
1.0.54 218 8/30/2023
1.0.53 1,156 8/28/2023
1.0.52 458 8/25/2023
1.0.51 1,025 8/24/2023
1.0.50 1,387 8/21/2023
1.0.49 502 8/18/2023
1.0.48 910 8/17/2023
1.0.47 194 8/17/2023
1.0.46 1,594 8/10/2023
1.0.45 668 8/9/2023
1.0.44 1,201 8/8/2023
1.0.43 674 8/7/2023
1.0.42 200 8/7/2023
1.0.41 1,616 7/13/2023
1.0.40 1,219 7/11/2023
1.0.39 799 7/10/2023
1.0.38 1,051 7/7/2023
1.0.37 242 7/7/2023
1.0.36 1,716 6/30/2023
1.0.35 885 6/29/2023
1.0.34 1,049 6/28/2023
1.0.33 237 6/28/2023
1.0.32 1,525 6/26/2023
1.0.31 598 6/23/2023
1.0.30 1,469 6/21/2023
1.0.29 1,585 6/15/2023
1.0.28 869 6/14/2023
1.0.27 245 6/14/2023
1.0.26 1,870 6/9/2023
1.0.25 978 6/8/2023
1.0.24 548 6/7/2023
1.0.23 277 6/7/2023
1.0.22 911 6/6/2023
1.0.21 1,856 6/5/2023
1.0.20 598 6/2/2023
1.0.19 248 6/2/2023
1.0.18 1,130 6/1/2023
1.0.17 411 5/31/2023
1.0.16 1,266 5/31/2023
1.0.15 425 5/31/2023
1.0.14 1,051 5/30/2023
1.0.13 1,528 5/26/2023
1.0.12 996 5/25/2023
1.0.11 933 5/24/2023
1.0.10 346 5/24/2023
1.0.8 1,273 5/23/2023
1.0.7 480 5/22/2023
1.0.6 1,477 5/17/2023
1.0.5 2,839 4/11/2023
1.0.4 611 4/3/2023
1.0.3 681 3/31/2023
1.0.2 476 3/31/2023
1.0.1 460 2/27/2023