Soenneker.Utils.Cancellation 3.0.690

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.690
                    
NuGet\Install-Package Soenneker.Utils.Cancellation -Version 3.0.690
                    
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.690" />
                    
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.690" />
                    
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.690
                    
#r "nuget: Soenneker.Utils.Cancellation, 3.0.690"
                    
#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.690
                    
#: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.690
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.Cancellation&version=3.0.690
                    
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 141 9/9/2025
3.0.717 145 9/9/2025
3.0.716 154 9/3/2025
3.0.715 152 8/11/2025
3.0.714 210 8/5/2025
3.0.713 206 8/5/2025
3.0.712 152 7/8/2025
3.0.711 148 7/8/2025
3.0.709 310 6/11/2025
3.0.708 305 6/11/2025
3.0.707 168 5/27/2025
3.0.706 169 5/22/2025
3.0.705 236 5/13/2025
3.0.704 261 5/13/2025
3.0.703 179 5/7/2025
3.0.702 166 5/5/2025
3.0.701 165 5/5/2025
3.0.700 201 4/8/2025
3.0.699 181 4/8/2025
3.0.698 168 4/8/2025
3.0.697 183 4/8/2025
3.0.696 180 4/8/2025
3.0.695 182 4/8/2025
3.0.694 203 4/8/2025
3.0.693 201 4/8/2025
3.0.692 179 4/7/2025
3.0.691 182 4/7/2025
3.0.690 197 4/7/2025
3.0.689 187 4/7/2025
3.0.688 187 4/7/2025
3.0.687 198 4/6/2025
3.0.686 185 4/6/2025
3.0.685 208 4/6/2025
3.0.684 161 4/6/2025
3.0.683 183 4/6/2025
3.0.682 140 4/6/2025
3.0.681 137 4/6/2025
3.0.680 132 4/6/2025
3.0.679 127 4/5/2025
3.0.678 110 4/5/2025
3.0.677 108 4/5/2025
3.0.676 118 4/5/2025
3.0.675 115 4/5/2025
3.0.674 120 4/5/2025
3.0.673 117 4/4/2025
3.0.672 185 4/4/2025
3.0.671 187 4/1/2025
3.0.670 181 4/1/2025
3.0.669 189 3/31/2025
3.0.668 113 3/29/2025
3.0.667 489 3/25/2025
3.0.666 492 3/25/2025
3.0.665 140 3/21/2025
3.0.664 158 3/21/2025
3.0.663 167 3/18/2025
3.0.662 178 3/18/2025
3.0.661 92 3/15/2025
3.0.660 108 3/15/2025
3.0.659 174 3/12/2025
3.0.658 195 3/12/2025
3.0.657 203 3/12/2025
3.0.656 214 3/11/2025
3.0.655 198 3/11/2025
3.0.654 193 3/11/2025
3.0.653 200 3/11/2025
3.0.652 214 3/11/2025
3.0.651 194 3/11/2025
3.0.650 199 3/11/2025
3.0.649 236 3/7/2025
3.0.648 247 3/7/2025
3.0.647 136 3/2/2025
3.0.646 131 3/2/2025
3.0.645 147 3/2/2025
3.0.644 131 3/2/2025
3.0.643 150 3/1/2025
3.0.642 118 3/1/2025
3.0.641 134 3/1/2025
3.0.640 129 3/1/2025
3.0.639 141 3/1/2025
3.0.638 135 3/1/2025
3.0.637 123 3/1/2025
3.0.636 128 2/25/2025
3.0.635 119 2/25/2025
3.0.634 148 2/25/2025
3.0.633 137 2/25/2025
3.0.632 121 2/25/2025
3.0.631 115 2/24/2025
3.0.630 132 2/23/2025
3.0.629 121 2/23/2025
3.0.628 132 2/22/2025
3.0.627 140 2/22/2025
3.0.626 143 2/22/2025
3.0.625 121 2/22/2025
3.0.624 127 2/22/2025
3.0.623 114 2/22/2025
3.0.622 126 2/21/2025
3.0.621 137 2/21/2025
3.0.620 153 2/21/2025
3.0.619 125 2/19/2025
3.0.618 142 2/19/2025
3.0.617 121 2/19/2025
3.0.616 136 2/18/2025
3.0.615 124 2/18/2025
3.0.614 123 2/18/2025
3.0.613 127 2/14/2025
3.0.612 142 2/13/2025
3.0.611 146 2/12/2025
3.0.610 140 2/12/2025
3.0.609 138 2/12/2025
3.0.608 124 2/12/2025
3.0.607 130 2/12/2025
3.0.606 126 2/12/2025
3.0.605 123 2/11/2025
3.0.604 147 2/11/2025
3.0.603 115 2/11/2025
3.0.602 119 2/11/2025
3.0.601 118 2/11/2025
3.0.600 122 2/11/2025
3.0.599 141 2/11/2025
3.0.598 129 2/11/2025
3.0.597 132 2/10/2025
3.0.596 128 2/10/2025
3.0.595 125 2/10/2025
3.0.594 124 2/10/2025
3.0.593 144 2/10/2025
3.0.592 133 2/9/2025
3.0.591 138 2/9/2025
3.0.590 138 2/8/2025
3.0.589 126 2/8/2025
3.0.588 119 2/8/2025
3.0.587 116 2/8/2025
3.0.586 121 2/8/2025
3.0.585 123 2/7/2025
3.0.584 124 2/7/2025
3.0.583 134 2/7/2025
3.0.582 126 2/7/2025
3.0.581 119 2/7/2025
3.0.580 136 2/6/2025
3.0.579 131 2/5/2025
3.0.578 155 2/5/2025
3.0.577 134 2/5/2025
3.0.576 135 2/5/2025
3.0.575 124 2/5/2025
3.0.574 127 2/5/2025
3.0.573 124 2/5/2025
3.0.572 139 1/28/2025
3.0.571 133 1/28/2025
3.0.570 105 1/28/2025
3.0.569 128 1/28/2025
3.0.568 119 1/27/2025
3.0.567 117 1/27/2025
3.0.566 109 1/27/2025
3.0.565 113 1/27/2025
3.0.564 109 1/27/2025
3.0.563 117 1/26/2025
3.0.562 121 1/26/2025
3.0.561 116 1/26/2025
3.0.560 127 1/26/2025
3.0.559 132 1/26/2025
3.0.558 120 1/25/2025
3.0.557 117 1/25/2025
3.0.556 118 1/25/2025
3.0.555 115 1/25/2025
3.0.554 127 1/25/2025
3.0.553 116 1/25/2025
3.0.552 114 1/24/2025
3.0.551 114 1/24/2025
3.0.550 125 1/24/2025
3.0.549 113 1/24/2025
3.0.548 110 1/24/2025
3.0.547 120 1/23/2025
3.0.546 114 1/23/2025
3.0.545 118 1/22/2025
3.0.544 115 1/21/2025
3.0.543 126 1/21/2025
3.0.542 116 1/21/2025
3.0.541 118 1/21/2025
3.0.540 122 1/21/2025
3.0.539 135 1/21/2025
3.0.538 119 1/21/2025
3.0.537 122 1/21/2025
3.0.536 118 1/21/2025
3.0.535 123 1/20/2025
3.0.534 112 1/20/2025
3.0.533 124 1/20/2025
3.0.532 115 1/20/2025
3.0.531 133 1/20/2025
3.0.530 120 1/20/2025
3.0.529 116 1/20/2025
3.0.528 129 1/20/2025
3.0.527 112 1/19/2025
3.0.526 118 1/19/2025
3.0.525 114 1/19/2025
3.0.524 130 1/19/2025
3.0.523 129 1/19/2025
3.0.522 107 1/19/2025
3.0.521 102 1/19/2025
3.0.520 119 1/18/2025
3.0.519 110 1/18/2025
3.0.518 121 1/17/2025
3.0.517 113 1/17/2025
3.0.516 127 1/17/2025
3.0.515 108 1/17/2025
3.0.514 129 1/17/2025
3.0.513 110 1/16/2025
3.0.512 119 1/16/2025
3.0.511 128 1/16/2025
3.0.510 102 1/16/2025
3.0.509 108 1/16/2025
3.0.508 107 1/16/2025
3.0.507 115 1/16/2025
3.0.506 109 1/15/2025
3.0.505 130 1/15/2025
3.0.504 101 1/15/2025
3.0.503 110 1/15/2025
3.0.502 89 1/15/2025
3.0.501 81 1/15/2025
3.0.500 89 1/14/2025
3.0.499 88 1/14/2025
3.0.498 101 1/14/2025
3.0.497 105 1/14/2025
3.0.496 106 1/13/2025
3.0.495 103 1/13/2025
3.0.494 109 1/13/2025
3.0.493 105 1/13/2025
3.0.492 116 1/13/2025
3.0.491 116 1/11/2025
3.0.490 118 1/11/2025
3.0.489 134 1/11/2025
3.0.488 116 1/11/2025
3.0.487 135 1/10/2025
3.0.486 137 1/10/2025
3.0.485 117 1/10/2025
3.0.484 112 1/10/2025
3.0.483 120 1/10/2025
3.0.482 116 1/10/2025
3.0.481 149 1/3/2025
3.0.480 135 1/3/2025
3.0.479 129 1/3/2025
3.0.478 135 1/2/2025
3.0.477 129 1/2/2025
3.0.476 129 1/2/2025
3.0.475 134 1/2/2025
3.0.474 154 1/1/2025
3.0.473 141 1/1/2025
3.0.472 134 1/1/2025
3.0.471 129 1/1/2025
3.0.470 139 1/1/2025
3.0.469 136 12/31/2024
3.0.468 131 12/31/2024
3.0.467 140 12/31/2024
3.0.466 146 12/31/2024
3.0.465 146 12/31/2024
3.0.464 135 12/31/2024
3.0.463 129 12/31/2024
3.0.462 128 12/31/2024
3.0.461 157 12/31/2024
3.0.460 134 12/31/2024
3.0.459 134 12/28/2024
3.0.458 117 12/28/2024
3.0.457 118 12/27/2024
3.0.456 133 12/27/2024
3.0.455 119 12/27/2024
3.0.454 130 12/24/2024
3.0.453 122 12/24/2024
3.0.452 125 12/24/2024
3.0.451 144 12/24/2024
3.0.450 130 12/24/2024
3.0.449 145 12/24/2024
3.0.448 126 12/24/2024
3.0.447 131 12/24/2024
3.0.446 126 12/23/2024
3.0.445 115 12/23/2024
3.0.444 115 12/23/2024
3.0.443 143 12/23/2024
3.0.442 121 12/23/2024
3.0.441 121 12/23/2024
3.0.440 137 12/23/2024
3.0.439 128 12/22/2024
3.0.438 125 12/22/2024
3.0.437 132 12/22/2024
3.0.436 122 12/22/2024
3.0.435 134 12/22/2024
3.0.434 131 12/21/2024
3.0.433 126 12/21/2024
3.0.432 132 12/21/2024
3.0.431 121 12/21/2024
3.0.430 125 12/21/2024
3.0.429 139 12/21/2024
3.0.428 120 12/21/2024
3.0.427 128 12/20/2024
3.0.426 141 12/20/2024
3.0.425 119 12/20/2024
3.0.424 134 12/20/2024
3.0.423 133 12/20/2024
3.0.422 143 12/20/2024
3.0.421 129 12/19/2024
3.0.420 147 12/19/2024
3.0.418 140 12/16/2024
3.0.417 117 12/9/2024
3.0.416 119 12/9/2024
3.0.415 134 12/9/2024
3.0.414 122 12/9/2024
3.0.413 141 12/6/2024
3.0.412 142 12/6/2024
3.0.411 132 12/6/2024
3.0.410 128 12/6/2024
3.0.409 142 12/6/2024
3.0.408 126 12/6/2024
3.0.407 137 12/6/2024
3.0.406 130 12/6/2024
3.0.405 141 12/6/2024
3.0.404 126 12/5/2024
3.0.403 123 12/5/2024
3.0.402 132 12/5/2024
3.0.401 138 12/4/2024
3.0.400 129 12/4/2024
3.0.399 127 12/4/2024
3.0.398 145 12/3/2024
3.0.397 128 12/3/2024
3.0.396 143 12/3/2024
3.0.395 122 12/3/2024
3.0.394 138 12/3/2024
3.0.393 130 12/3/2024
3.0.392 124 12/3/2024
3.0.391 122 12/3/2024
3.0.390 135 12/2/2024
3.0.389 129 12/2/2024
3.0.388 130 12/2/2024
3.0.387 135 12/1/2024
3.0.386 132 11/29/2024
3.0.385 144 11/21/2024
3.0.384 132 11/20/2024
3.0.382 145 11/20/2024
3.0.381 133 11/20/2024
3.0.380 130 11/19/2024
3.0.379 125 11/19/2024
3.0.378 138 11/19/2024
3.0.377 134 11/19/2024
3.0.376 133 11/14/2024
3.0.375 124 11/14/2024
3.0.374 121 11/14/2024
3.0.373 125 11/14/2024
3.0.372 138 11/14/2024
3.0.371 146 11/14/2024
3.0.370 131 11/14/2024
2.1.369 127 11/14/2024
2.1.368 126 11/13/2024
2.1.367 128 11/13/2024
2.1.366 143 11/12/2024
2.1.365 152 11/12/2024
2.1.364 127 11/12/2024
2.1.363 130 11/9/2024
2.1.362 124 11/9/2024
2.1.361 133 11/8/2024
2.1.360 123 11/8/2024
2.1.359 128 11/8/2024
2.1.358 141 11/8/2024
2.1.357 139 11/8/2024
2.1.356 134 11/8/2024
2.1.355 121 10/31/2024
2.1.354 137 10/29/2024
2.1.353 125 10/29/2024
2.1.352 131 10/29/2024
2.1.351 133 10/26/2024
2.1.350 142 10/22/2024
2.1.349 144 10/22/2024
2.1.348 142 10/22/2024
2.1.347 130 10/17/2024
2.1.346 126 10/14/2024
2.1.345 129 10/11/2024
2.1.344 139 10/11/2024
2.1.343 152 10/11/2024
2.1.341 132 10/8/2024
2.1.340 133 10/8/2024
2.1.339 117 10/8/2024
2.1.338 119 10/8/2024
2.1.337 136 10/8/2024
2.1.336 124 10/8/2024
2.1.335 131 10/3/2024
2.1.334 128 10/3/2024
2.1.333 132 10/3/2024
2.1.332 134 10/2/2024
2.1.331 135 10/2/2024
2.1.330 132 10/1/2024
2.1.329 129 10/1/2024
2.1.328 149 10/1/2024
2.1.327 135 9/29/2024
2.1.326 168 9/29/2024
2.1.325 139 9/29/2024
2.1.324 138 9/27/2024
2.1.323 131 9/27/2024
2.1.322 135 9/27/2024
2.1.321 159 9/26/2024
2.1.320 138 9/26/2024
2.1.319 156 9/26/2024
2.1.318 135 9/23/2024
2.1.317 137 9/23/2024
2.1.316 131 9/23/2024
2.1.315 152 9/23/2024
2.1.314 142 9/23/2024
2.1.313 140 9/17/2024
2.1.312 152 9/17/2024
2.1.311 133 9/17/2024
2.1.310 132 9/17/2024
2.1.309 122 9/17/2024
2.1.308 133 9/17/2024
2.1.307 144 9/16/2024
2.1.306 149 9/12/2024
2.1.305 166 9/11/2024
2.1.303 148 9/11/2024
2.1.302 144 9/10/2024
2.1.301 144 9/10/2024
2.1.300 138 9/10/2024
2.1.299 150 9/10/2024
2.1.298 141 9/9/2024
2.1.297 138 9/9/2024
2.1.296 152 9/9/2024
2.1.295 160 9/9/2024
2.1.294 158 9/9/2024
2.1.293 150 9/6/2024
2.1.292 159 9/6/2024
2.1.291 154 9/5/2024
2.1.290 144 9/5/2024
2.1.289 147 9/5/2024
2.1.288 150 9/5/2024
2.1.287 143 9/5/2024
2.1.286 138 9/5/2024
2.1.285 169 9/4/2024
2.1.284 138 9/3/2024
2.1.283 165 9/3/2024
2.1.282 146 9/3/2024
2.1.281 144 9/3/2024
2.1.280 144 8/29/2024
2.1.279 164 8/26/2024
2.1.278 159 8/21/2024
2.1.277 153 8/21/2024
2.1.276 175 8/20/2024
2.1.275 168 8/20/2024
2.1.274 155 8/20/2024
2.1.273 161 8/19/2024
2.1.272 167 8/15/2024
2.1.271 161 8/13/2024
2.1.270 136 8/6/2024
2.1.269 108 8/6/2024
2.1.268 131 8/1/2024
2.1.267 133 8/1/2024
2.1.266 134 8/1/2024
2.1.265 110 7/25/2024
2.1.264 124 7/25/2024
2.1.263 115 7/25/2024
2.1.262 117 7/24/2024
2.1.261 114 7/24/2024
2.1.260 214 7/20/2024
2.1.259 160 7/14/2024
2.1.258 128 7/14/2024
2.1.256 175 7/10/2024
2.1.255 143 7/10/2024
2.1.254 123 7/10/2024
2.1.253 146 7/10/2024
2.1.252 127 7/10/2024
2.1.251 145 7/10/2024
2.1.250 117 7/9/2024
2.1.249 123 7/9/2024
2.1.248 110 7/9/2024
2.1.247 154 7/9/2024
2.1.246 147 7/9/2024
2.1.245 154 7/9/2024
2.1.244 112 7/9/2024
2.1.243 155 7/9/2024
2.1.242 160 7/8/2024
2.1.241 147 7/8/2024
2.1.240 145 7/8/2024
2.1.239 165 7/7/2024
2.1.238 186 7/7/2024
2.1.237 1,981 7/3/2024
2.1.236 146 7/3/2024
2.1.235 2,456 6/22/2024
2.1.234 1,215 6/15/2024
2.1.233 456 6/15/2024
2.1.232 1,277 6/14/2024
2.1.231 1,242 6/1/2024
2.1.230 220 6/1/2024
2.1.229 502 6/1/2024
2.1.228 1,583 5/31/2024
2.1.227 1,082 5/29/2024
2.1.226 990 5/28/2024
2.1.225 514 5/27/2024
2.1.224 1,138 5/26/2024
2.1.223 1,030 5/26/2024
2.1.222 592 5/26/2024
2.1.221 363 5/26/2024
2.1.220 407 5/25/2024
2.1.219 932 5/25/2024
2.1.218 221 5/25/2024
2.1.217 554 5/25/2024
2.1.216 572 5/25/2024
2.1.215 1,004 5/23/2024
2.1.214 676 5/23/2024
2.1.213 659 5/22/2024
2.1.212 382 5/22/2024
2.1.211 431 5/22/2024
2.1.210 1,804 5/18/2024
2.1.209 708 5/17/2024
2.1.208 382 5/17/2024
2.1.207 947 5/16/2024
2.1.206 267 5/15/2024
2.1.205 1,163 5/15/2024
2.1.204 1,352 5/13/2024
2.1.203 1,472 4/29/2024
2.1.202 353 4/29/2024
2.1.201 1,260 4/28/2024
2.1.200 406 4/28/2024
2.1.199 243 4/28/2024
2.1.198 860 4/28/2024
2.1.197 334 4/28/2024
2.1.196 545 4/28/2024
2.1.195 366 4/28/2024
2.1.194 760 4/27/2024
2.1.193 1,038 4/19/2024
2.1.192 1,436 4/18/2024
2.1.191 1,084 4/12/2024
2.1.190 768 4/12/2024
2.1.189 447 4/12/2024
2.1.188 419 4/12/2024
2.1.187 685 4/12/2024
2.1.186 511 4/12/2024
2.1.185 594 4/11/2024
2.1.184 694 4/10/2024
2.1.183 551 4/9/2024
2.1.182 1,196 4/2/2024
2.1.181 486 4/1/2024
2.1.180 941 3/29/2024
2.1.179 911 3/25/2024
2.1.178 402 3/25/2024
2.1.177 1,091 3/20/2024
2.1.176 1,035 3/19/2024
2.1.175 531 3/19/2024
2.1.174 788 3/18/2024
2.1.173 1,189 3/15/2024
2.1.172 836 3/13/2024
2.1.171 364 3/13/2024
2.1.170 895 3/13/2024
2.1.169 361 3/13/2024
2.1.168 183 3/13/2024
2.1.167 841 3/12/2024
2.1.166 618 3/12/2024
2.1.165 933 3/11/2024
2.1.164 895 3/11/2024
2.1.163 942 3/10/2024
2.1.162 898 3/8/2024
2.1.161 403 3/8/2024
2.1.160 713 3/8/2024
2.1.159 1,098 3/6/2024
2.1.158 880 3/4/2024
2.1.157 957 3/4/2024
2.1.156 823 3/3/2024
2.1.155 763 3/2/2024
2.1.154 285 3/2/2024
2.1.153 790 3/2/2024
2.1.152 259 3/2/2024
2.1.151 746 2/29/2024
2.1.150 267 2/29/2024
2.1.149 788 2/29/2024
2.1.148 964 2/26/2024
2.1.147 571 2/25/2024
2.1.146 612 2/25/2024
2.1.145 1,982 2/23/2024
2.1.144 752 2/22/2024
2.1.143 528 2/22/2024
2.1.142 777 2/21/2024
2.1.141 755 2/21/2024
2.1.140 651 2/21/2024
2.1.139 447 2/21/2024
2.1.138 359 2/21/2024
2.1.137 156 2/21/2024
2.1.136 1,749 2/20/2024
2.1.135 630 2/20/2024
2.1.134 521 2/20/2024
2.1.133 585 2/19/2024
2.1.132 764 2/19/2024
2.1.131 811 2/17/2024
2.1.130 539 2/17/2024
2.1.129 655 2/16/2024
2.1.128 356 2/16/2024
2.1.127 383 2/16/2024
2.1.126 442 2/16/2024
2.1.125 751 2/16/2024
2.1.124 261 2/16/2024
2.1.123 1,317 2/13/2024
2.1.122 1,123 2/13/2024
2.1.121 273 2/13/2024
2.1.120 578 2/13/2024
2.1.119 567 2/13/2024
2.1.118 731 2/12/2024
2.1.117 405 2/11/2024
2.1.116 1,140 2/11/2024
2.1.115 609 2/11/2024
2.1.114 779 2/10/2024
2.1.113 447 2/9/2024
2.1.112 942 2/9/2024
2.1.111 714 2/9/2024
2.1.110 393 2/8/2024
2.1.109 679 2/8/2024
2.1.108 571 2/8/2024
2.1.107 659 2/8/2024
2.1.106 882 2/7/2024
2.1.105 536 2/7/2024
2.1.104 337 2/7/2024
2.1.103 807 2/7/2024
2.1.102 148 2/6/2024
2.1.101 636 2/6/2024
2.1.100 930 2/5/2024
2.1.99 978 2/4/2024
2.1.98 733 2/2/2024
2.1.97 1,067 1/31/2024
2.1.96 857 1/29/2024
2.1.95 887 1/29/2024
2.1.94 332 1/29/2024
2.1.93 886 1/28/2024
2.1.92 368 1/28/2024
2.1.91 638 1/28/2024
2.1.90 353 1/28/2024
2.1.89 407 1/28/2024
2.1.88 974 1/27/2024
2.1.87 617 1/27/2024
2.1.86 223 1/27/2024
2.1.85 452 1/27/2024
2.1.84 572 1/27/2024
2.1.83 659 1/27/2024
2.1.82 308 1/26/2024
2.1.81 438 1/26/2024
2.1.80 642 1/26/2024
2.1.79 360 1/26/2024
2.1.78 945 1/26/2024
2.1.77 662 1/26/2024
2.1.76 446 1/25/2024
2.1.75 393 1/25/2024
2.1.74 421 1/25/2024
2.1.73 452 1/25/2024
2.1.72 1,263 1/19/2024
2.1.71 1,018 1/15/2024
2.1.70 514 1/15/2024
2.1.69 478 1/15/2024
2.1.68 611 1/15/2024
2.1.67 814 1/15/2024
2.1.66 838 1/14/2024
2.1.65 943 1/13/2024
2.1.64 836 1/12/2024
2.1.63 1,086 1/11/2024
2.1.62 1,094 1/7/2024
2.1.61 806 1/5/2024
2.1.60 528 1/5/2024
2.1.59 877 1/5/2024
2.1.58 958 1/1/2024
2.1.57 1,128 12/28/2023
2.1.56 717 12/28/2023
2.1.55 680 12/28/2023
2.1.54 491 12/27/2023
2.1.53 373 12/27/2023
2.1.52 170 12/27/2023
2.1.51 1,618 12/25/2023
2.1.50 304 12/25/2023
2.1.49 689 12/25/2023
2.1.48 490 12/25/2023
2.1.47 590 12/25/2023
2.1.46 305 12/25/2023
2.1.45 875 12/24/2023
2.1.44 1,052 12/23/2023
2.1.43 599 12/23/2023
2.1.42 851 12/23/2023
2.1.41 394 12/23/2023
2.1.40 626 12/23/2023
2.1.39 1,308 12/19/2023
2.1.38 370 12/19/2023
2.1.37 2,108 12/10/2023
2.1.36 821 12/10/2023
2.1.35 1,434 12/9/2023
2.1.34 661 12/9/2023
2.1.33 796 12/9/2023
2.1.32 1,330 12/6/2023
2.1.31 1,141 12/5/2023
2.1.30 769 12/4/2023
2.1.29 268 12/4/2023
2.1.28 614 12/4/2023
2.1.27 1,469 11/23/2023
2.1.26 580 11/23/2023
2.1.25 766 11/23/2023
2.1.24 342 11/23/2023
2.1.23 895 11/20/2023
2.1.22 811 11/20/2023
2.1.21 782 11/19/2023
2.1.20 366 11/19/2023
2.1.19 682 11/19/2023
2.1.18 460 11/19/2023
2.1.17 806 11/18/2023
2.1.16 653 11/18/2023
2.1.15 431 11/18/2023
2.1.14 573 11/18/2023
2.1.13 781 11/17/2023
2.1.12 159 11/17/2023
2.1.11 752 11/17/2023
2.1.10 494 11/17/2023
2.1.9 476 11/17/2023
2.1.8 310 11/17/2023
2.1.7 795 11/17/2023
2.1.6 418 11/17/2023
2.1.5 245 11/17/2023
2.1.4 876 11/16/2023
2.0.82 1,208 11/15/2023
2.0.81 139 11/15/2023
2.0.80 144 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 530 11/14/2023
1.0.77 1,016 11/13/2023
1.0.76 744 11/10/2023
1.0.75 779 11/9/2023
1.0.74 159 11/9/2023
1.0.73 1,153 11/7/2023
1.0.72 589 11/6/2023
1.0.71 528 11/3/2023
1.0.70 567 11/2/2023
1.0.69 1,140 11/1/2023
1.0.68 1,399 10/26/2023
1.0.67 1,006 10/19/2023
1.0.66 351 10/18/2023
1.0.65 799 10/17/2023
1.0.64 1,290 10/16/2023
1.0.63 752 10/13/2023
1.0.62 906 10/12/2023
1.0.61 1,571 9/20/2023
1.0.60 620 9/19/2023
1.0.59 734 9/18/2023
1.0.58 178 9/18/2023
1.0.57 1,161 9/14/2023
1.0.56 1,503 8/31/2023
1.0.55 635 8/30/2023
1.0.54 219 8/30/2023
1.0.53 1,190 8/28/2023
1.0.52 458 8/25/2023
1.0.51 1,135 8/24/2023
1.0.50 1,500 8/21/2023
1.0.49 502 8/18/2023
1.0.48 956 8/17/2023
1.0.47 195 8/17/2023
1.0.46 1,719 8/10/2023
1.0.45 693 8/9/2023
1.0.44 1,334 8/8/2023
1.0.43 696 8/7/2023
1.0.42 200 8/7/2023
1.0.41 1,742 7/13/2023
1.0.40 1,311 7/11/2023
1.0.39 827 7/10/2023
1.0.38 1,135 7/7/2023
1.0.37 243 7/7/2023
1.0.36 1,846 6/30/2023
1.0.35 930 6/29/2023
1.0.34 1,084 6/28/2023
1.0.33 239 6/28/2023
1.0.32 1,628 6/26/2023
1.0.31 603 6/23/2023
1.0.30 1,548 6/21/2023
1.0.29 1,687 6/15/2023
1.0.28 918 6/14/2023
1.0.27 245 6/14/2023
1.0.26 1,965 6/9/2023
1.0.25 988 6/8/2023
1.0.24 548 6/7/2023
1.0.23 278 6/7/2023
1.0.22 931 6/6/2023
1.0.21 1,996 6/5/2023
1.0.20 623 6/2/2023
1.0.19 248 6/2/2023
1.0.18 1,173 6/1/2023
1.0.17 411 5/31/2023
1.0.16 1,296 5/31/2023
1.0.15 425 5/31/2023
1.0.14 1,076 5/30/2023
1.0.13 1,566 5/26/2023
1.0.12 1,012 5/25/2023
1.0.11 948 5/24/2023
1.0.10 347 5/24/2023
1.0.8 1,312 5/23/2023
1.0.7 490 5/22/2023
1.0.6 1,516 5/17/2023
1.0.5 2,899 4/11/2023
1.0.4 621 4/3/2023
1.0.3 682 3/31/2023
1.0.2 476 3/31/2023
1.0.1 460 2/27/2023