Soenneker.Utils.Cancellation 3.0.667

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.667
                    
NuGet\Install-Package Soenneker.Utils.Cancellation -Version 3.0.667
                    
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.667" />
                    
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.667" />
                    
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.667
                    
#r "nuget: Soenneker.Utils.Cancellation, 3.0.667"
                    
#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.667
                    
#: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.667
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.Cancellation&version=3.0.667
                    
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 143 9/9/2025
3.0.717 157 9/9/2025
3.0.716 166 9/3/2025
3.0.715 153 8/11/2025
3.0.714 221 8/5/2025
3.0.713 217 8/5/2025
3.0.712 162 7/8/2025
3.0.711 158 7/8/2025
3.0.709 320 6/11/2025
3.0.708 315 6/11/2025
3.0.707 180 5/27/2025
3.0.706 179 5/22/2025
3.0.705 246 5/13/2025
3.0.704 271 5/13/2025
3.0.703 182 5/7/2025
3.0.702 176 5/5/2025
3.0.701 176 5/5/2025
3.0.700 214 4/8/2025
3.0.699 191 4/8/2025
3.0.698 178 4/8/2025
3.0.697 193 4/8/2025
3.0.696 192 4/8/2025
3.0.695 192 4/8/2025
3.0.694 205 4/8/2025
3.0.693 212 4/8/2025
3.0.692 189 4/7/2025
3.0.691 193 4/7/2025
3.0.690 208 4/7/2025
3.0.689 197 4/7/2025
3.0.688 198 4/7/2025
3.0.687 201 4/6/2025
3.0.686 195 4/6/2025
3.0.685 222 4/6/2025
3.0.684 171 4/6/2025
3.0.683 196 4/6/2025
3.0.682 140 4/6/2025
3.0.681 148 4/6/2025
3.0.680 142 4/6/2025
3.0.679 132 4/5/2025
3.0.678 120 4/5/2025
3.0.677 108 4/5/2025
3.0.676 128 4/5/2025
3.0.675 126 4/5/2025
3.0.674 130 4/5/2025
3.0.673 127 4/4/2025
3.0.672 195 4/4/2025
3.0.671 200 4/1/2025
3.0.670 191 4/1/2025
3.0.669 200 3/31/2025
3.0.668 123 3/29/2025
3.0.667 499 3/25/2025
3.0.666 502 3/25/2025
3.0.665 140 3/21/2025
3.0.664 168 3/21/2025
3.0.663 178 3/18/2025
3.0.662 188 3/18/2025
3.0.661 102 3/15/2025
3.0.660 118 3/15/2025
3.0.659 174 3/12/2025
3.0.658 195 3/12/2025
3.0.657 214 3/12/2025
3.0.656 225 3/11/2025
3.0.655 210 3/11/2025
3.0.654 203 3/11/2025
3.0.653 210 3/11/2025
3.0.652 227 3/11/2025
3.0.651 206 3/11/2025
3.0.650 209 3/11/2025
3.0.649 246 3/7/2025
3.0.648 259 3/7/2025
3.0.647 146 3/2/2025
3.0.646 131 3/2/2025
3.0.645 158 3/2/2025
3.0.644 141 3/2/2025
3.0.643 162 3/1/2025
3.0.642 128 3/1/2025
3.0.641 134 3/1/2025
3.0.640 139 3/1/2025
3.0.639 152 3/1/2025
3.0.638 148 3/1/2025
3.0.637 133 3/1/2025
3.0.636 138 2/25/2025
3.0.635 129 2/25/2025
3.0.634 161 2/25/2025
3.0.633 148 2/25/2025
3.0.632 131 2/25/2025
3.0.631 125 2/24/2025
3.0.630 142 2/23/2025
3.0.629 131 2/23/2025
3.0.628 142 2/22/2025
3.0.627 150 2/22/2025
3.0.626 154 2/22/2025
3.0.625 131 2/22/2025
3.0.624 137 2/22/2025
3.0.623 114 2/22/2025
3.0.622 136 2/21/2025
3.0.621 147 2/21/2025
3.0.620 166 2/21/2025
3.0.619 125 2/19/2025
3.0.618 153 2/19/2025
3.0.617 131 2/19/2025
3.0.616 146 2/18/2025
3.0.615 134 2/18/2025
3.0.614 133 2/18/2025
3.0.613 137 2/14/2025
3.0.612 153 2/13/2025
3.0.611 157 2/12/2025
3.0.610 152 2/12/2025
3.0.609 149 2/12/2025
3.0.608 137 2/12/2025
3.0.607 140 2/12/2025
3.0.606 136 2/12/2025
3.0.605 133 2/11/2025
3.0.604 158 2/11/2025
3.0.603 125 2/11/2025
3.0.602 129 2/11/2025
3.0.601 128 2/11/2025
3.0.600 134 2/11/2025
3.0.599 152 2/11/2025
3.0.598 139 2/11/2025
3.0.597 142 2/10/2025
3.0.596 138 2/10/2025
3.0.595 135 2/10/2025
3.0.594 144 2/10/2025
3.0.593 154 2/10/2025
3.0.592 143 2/9/2025
3.0.591 149 2/9/2025
3.0.590 149 2/8/2025
3.0.589 136 2/8/2025
3.0.588 129 2/8/2025
3.0.587 126 2/8/2025
3.0.586 131 2/8/2025
3.0.585 133 2/7/2025
3.0.584 137 2/7/2025
3.0.583 144 2/7/2025
3.0.582 136 2/7/2025
3.0.581 129 2/7/2025
3.0.580 149 2/6/2025
3.0.579 141 2/5/2025
3.0.578 166 2/5/2025
3.0.577 145 2/5/2025
3.0.576 145 2/5/2025
3.0.575 134 2/5/2025
3.0.574 137 2/5/2025
3.0.573 134 2/5/2025
3.0.572 151 1/28/2025
3.0.571 143 1/28/2025
3.0.570 115 1/28/2025
3.0.569 141 1/28/2025
3.0.568 129 1/27/2025
3.0.567 127 1/27/2025
3.0.566 119 1/27/2025
3.0.565 123 1/27/2025
3.0.564 119 1/27/2025
3.0.563 127 1/26/2025
3.0.562 131 1/26/2025
3.0.561 126 1/26/2025
3.0.560 137 1/26/2025
3.0.559 144 1/26/2025
3.0.558 130 1/25/2025
3.0.557 127 1/25/2025
3.0.556 128 1/25/2025
3.0.555 125 1/25/2025
3.0.554 138 1/25/2025
3.0.553 126 1/25/2025
3.0.552 124 1/24/2025
3.0.551 124 1/24/2025
3.0.550 135 1/24/2025
3.0.549 123 1/24/2025
3.0.548 120 1/24/2025
3.0.547 130 1/23/2025
3.0.546 124 1/23/2025
3.0.545 128 1/22/2025
3.0.544 125 1/21/2025
3.0.543 138 1/21/2025
3.0.542 126 1/21/2025
3.0.541 128 1/21/2025
3.0.540 132 1/21/2025
3.0.539 148 1/21/2025
3.0.538 129 1/21/2025
3.0.537 133 1/21/2025
3.0.536 128 1/21/2025
3.0.535 134 1/20/2025
3.0.534 132 1/20/2025
3.0.533 124 1/20/2025
3.0.532 125 1/20/2025
3.0.531 144 1/20/2025
3.0.530 142 1/20/2025
3.0.529 126 1/20/2025
3.0.528 139 1/20/2025
3.0.527 122 1/19/2025
3.0.526 129 1/19/2025
3.0.525 124 1/19/2025
3.0.524 140 1/19/2025
3.0.523 140 1/19/2025
3.0.522 117 1/19/2025
3.0.521 112 1/19/2025
3.0.520 129 1/18/2025
3.0.519 130 1/18/2025
3.0.518 132 1/17/2025
3.0.517 123 1/17/2025
3.0.516 137 1/17/2025
3.0.515 118 1/17/2025
3.0.514 141 1/17/2025
3.0.513 120 1/16/2025
3.0.512 129 1/16/2025
3.0.511 138 1/16/2025
3.0.510 112 1/16/2025
3.0.509 118 1/16/2025
3.0.508 117 1/16/2025
3.0.507 125 1/16/2025
3.0.506 119 1/15/2025
3.0.505 141 1/15/2025
3.0.504 111 1/15/2025
3.0.503 122 1/15/2025
3.0.502 99 1/15/2025
3.0.501 91 1/15/2025
3.0.500 99 1/14/2025
3.0.499 98 1/14/2025
3.0.498 111 1/14/2025
3.0.497 115 1/14/2025
3.0.496 116 1/13/2025
3.0.495 113 1/13/2025
3.0.494 119 1/13/2025
3.0.493 115 1/13/2025
3.0.492 129 1/13/2025
3.0.491 126 1/11/2025
3.0.490 128 1/11/2025
3.0.489 148 1/11/2025
3.0.488 127 1/11/2025
3.0.487 151 1/10/2025
3.0.486 150 1/10/2025
3.0.485 127 1/10/2025
3.0.484 122 1/10/2025
3.0.483 140 1/10/2025
3.0.482 126 1/10/2025
3.0.481 159 1/3/2025
3.0.480 145 1/3/2025
3.0.479 139 1/3/2025
3.0.478 145 1/2/2025
3.0.477 139 1/2/2025
3.0.476 139 1/2/2025
3.0.475 144 1/2/2025
3.0.474 178 1/1/2025
3.0.473 151 1/1/2025
3.0.472 144 1/1/2025
3.0.471 139 1/1/2025
3.0.470 149 1/1/2025
3.0.469 146 12/31/2024
3.0.468 141 12/31/2024
3.0.467 152 12/31/2024
3.0.466 156 12/31/2024
3.0.465 156 12/31/2024
3.0.464 145 12/31/2024
3.0.463 140 12/31/2024
3.0.462 139 12/31/2024
3.0.461 167 12/31/2024
3.0.460 144 12/31/2024
3.0.459 144 12/28/2024
3.0.458 127 12/28/2024
3.0.457 128 12/27/2024
3.0.456 143 12/27/2024
3.0.455 130 12/27/2024
3.0.454 140 12/24/2024
3.0.453 132 12/24/2024
3.0.452 137 12/24/2024
3.0.451 159 12/24/2024
3.0.450 140 12/24/2024
3.0.449 157 12/24/2024
3.0.448 126 12/24/2024
3.0.447 142 12/24/2024
3.0.446 136 12/23/2024
3.0.445 125 12/23/2024
3.0.444 126 12/23/2024
3.0.443 155 12/23/2024
3.0.442 131 12/23/2024
3.0.441 131 12/23/2024
3.0.440 149 12/23/2024
3.0.439 138 12/22/2024
3.0.438 135 12/22/2024
3.0.437 142 12/22/2024
3.0.436 132 12/22/2024
3.0.435 145 12/22/2024
3.0.434 141 12/21/2024
3.0.433 136 12/21/2024
3.0.432 142 12/21/2024
3.0.431 131 12/21/2024
3.0.430 135 12/21/2024
3.0.429 140 12/21/2024
3.0.428 130 12/21/2024
3.0.427 128 12/20/2024
3.0.426 154 12/20/2024
3.0.425 129 12/20/2024
3.0.424 144 12/20/2024
3.0.423 143 12/20/2024
3.0.422 156 12/20/2024
3.0.421 139 12/19/2024
3.0.420 148 12/19/2024
3.0.418 150 12/16/2024
3.0.417 127 12/9/2024
3.0.416 129 12/9/2024
3.0.415 145 12/9/2024
3.0.414 132 12/9/2024
3.0.413 142 12/6/2024
3.0.412 153 12/6/2024
3.0.411 135 12/6/2024
3.0.410 138 12/6/2024
3.0.409 154 12/6/2024
3.0.408 136 12/6/2024
3.0.407 137 12/6/2024
3.0.406 140 12/6/2024
3.0.405 144 12/6/2024
3.0.404 136 12/5/2024
3.0.403 134 12/5/2024
3.0.402 142 12/5/2024
3.0.401 150 12/4/2024
3.0.400 139 12/4/2024
3.0.399 138 12/4/2024
3.0.398 155 12/3/2024
3.0.397 138 12/3/2024
3.0.396 154 12/3/2024
3.0.395 132 12/3/2024
3.0.394 139 12/3/2024
3.0.393 150 12/3/2024
3.0.392 134 12/3/2024
3.0.391 132 12/3/2024
3.0.390 146 12/2/2024
3.0.389 139 12/2/2024
3.0.388 142 12/2/2024
3.0.387 145 12/1/2024
3.0.386 132 11/29/2024
3.0.385 155 11/21/2024
3.0.384 142 11/20/2024
3.0.382 149 11/20/2024
3.0.381 134 11/20/2024
3.0.380 141 11/19/2024
3.0.379 135 11/19/2024
3.0.378 140 11/19/2024
3.0.377 144 11/19/2024
3.0.376 144 11/14/2024
3.0.375 134 11/14/2024
3.0.374 121 11/14/2024
3.0.373 135 11/14/2024
3.0.372 148 11/14/2024
3.0.371 156 11/14/2024
3.0.370 141 11/14/2024
2.1.369 137 11/14/2024
2.1.368 136 11/13/2024
2.1.367 138 11/13/2024
2.1.366 158 11/12/2024
2.1.365 153 11/12/2024
2.1.364 137 11/12/2024
2.1.363 140 11/9/2024
2.1.362 124 11/9/2024
2.1.361 133 11/8/2024
2.1.360 133 11/8/2024
2.1.359 138 11/8/2024
2.1.358 152 11/8/2024
2.1.357 141 11/8/2024
2.1.356 147 11/8/2024
2.1.355 121 10/31/2024
2.1.354 147 10/29/2024
2.1.353 135 10/29/2024
2.1.352 141 10/29/2024
2.1.351 143 10/26/2024
2.1.350 155 10/22/2024
2.1.349 155 10/22/2024
2.1.348 153 10/22/2024
2.1.347 140 10/17/2024
2.1.346 136 10/14/2024
2.1.345 140 10/11/2024
2.1.344 149 10/11/2024
2.1.343 164 10/11/2024
2.1.341 143 10/8/2024
2.1.340 143 10/8/2024
2.1.339 117 10/8/2024
2.1.338 129 10/8/2024
2.1.337 147 10/8/2024
2.1.336 124 10/8/2024
2.1.335 141 10/3/2024
2.1.334 138 10/3/2024
2.1.333 142 10/3/2024
2.1.332 144 10/2/2024
2.1.331 145 10/2/2024
2.1.330 142 10/1/2024
2.1.329 139 10/1/2024
2.1.328 160 10/1/2024
2.1.327 145 9/29/2024
2.1.326 179 9/29/2024
2.1.325 140 9/29/2024
2.1.324 148 9/27/2024
2.1.323 141 9/27/2024
2.1.322 145 9/27/2024
2.1.321 172 9/26/2024
2.1.320 148 9/26/2024
2.1.319 169 9/26/2024
2.1.318 145 9/23/2024
2.1.317 147 9/23/2024
2.1.316 141 9/23/2024
2.1.315 164 9/23/2024
2.1.314 153 9/23/2024
2.1.313 150 9/17/2024
2.1.312 162 9/17/2024
2.1.311 135 9/17/2024
2.1.310 142 9/17/2024
2.1.309 132 9/17/2024
2.1.308 143 9/17/2024
2.1.307 155 9/16/2024
2.1.306 159 9/12/2024
2.1.305 177 9/11/2024
2.1.303 161 9/11/2024
2.1.302 154 9/10/2024
2.1.301 154 9/10/2024
2.1.300 148 9/10/2024
2.1.299 161 9/10/2024
2.1.298 151 9/9/2024
2.1.297 148 9/9/2024
2.1.296 165 9/9/2024
2.1.295 172 9/9/2024
2.1.294 171 9/9/2024
2.1.293 161 9/6/2024
2.1.292 169 9/6/2024
2.1.291 166 9/5/2024
2.1.290 154 9/5/2024
2.1.289 157 9/5/2024
2.1.288 160 9/5/2024
2.1.287 153 9/5/2024
2.1.286 148 9/5/2024
2.1.285 181 9/4/2024
2.1.284 148 9/3/2024
2.1.283 177 9/3/2024
2.1.282 156 9/3/2024
2.1.281 154 9/3/2024
2.1.280 154 8/29/2024
2.1.279 176 8/26/2024
2.1.278 169 8/21/2024
2.1.277 163 8/21/2024
2.1.276 188 8/20/2024
2.1.275 178 8/20/2024
2.1.274 165 8/20/2024
2.1.273 172 8/19/2024
2.1.272 177 8/15/2024
2.1.271 173 8/13/2024
2.1.270 146 8/6/2024
2.1.269 118 8/6/2024
2.1.268 141 8/1/2024
2.1.267 143 8/1/2024
2.1.266 134 8/1/2024
2.1.265 120 7/25/2024
2.1.264 134 7/25/2024
2.1.263 125 7/25/2024
2.1.262 127 7/24/2024
2.1.261 125 7/24/2024
2.1.260 224 7/20/2024
2.1.259 170 7/14/2024
2.1.258 138 7/14/2024
2.1.256 187 7/10/2024
2.1.255 154 7/10/2024
2.1.254 133 7/10/2024
2.1.253 156 7/10/2024
2.1.252 137 7/10/2024
2.1.251 155 7/10/2024
2.1.250 128 7/9/2024
2.1.249 133 7/9/2024
2.1.248 120 7/9/2024
2.1.247 165 7/9/2024
2.1.246 157 7/9/2024
2.1.245 174 7/9/2024
2.1.244 122 7/9/2024
2.1.243 166 7/9/2024
2.1.242 170 7/8/2024
2.1.241 157 7/8/2024
2.1.240 155 7/8/2024
2.1.239 185 7/7/2024
2.1.238 207 7/7/2024
2.1.237 2,423 7/3/2024
2.1.236 147 7/3/2024
2.1.235 2,960 6/22/2024
2.1.234 1,468 6/15/2024
2.1.233 544 6/15/2024
2.1.232 1,526 6/14/2024
2.1.231 1,476 6/1/2024
2.1.230 248 6/1/2024
2.1.229 591 6/1/2024
2.1.228 1,962 5/31/2024
2.1.227 1,279 5/29/2024
2.1.226 1,183 5/28/2024
2.1.225 602 5/27/2024
2.1.224 1,391 5/26/2024
2.1.223 1,253 5/26/2024
2.1.222 705 5/26/2024
2.1.221 415 5/26/2024
2.1.220 471 5/25/2024
2.1.219 1,114 5/25/2024
2.1.218 249 5/25/2024
2.1.217 668 5/25/2024
2.1.216 647 5/25/2024
2.1.215 1,229 5/23/2024
2.1.214 807 5/23/2024
2.1.213 796 5/22/2024
2.1.212 450 5/22/2024
2.1.211 508 5/22/2024
2.1.210 2,222 5/18/2024
2.1.209 857 5/17/2024
2.1.208 438 5/17/2024
2.1.207 1,133 5/16/2024
2.1.206 306 5/15/2024
2.1.205 1,428 5/15/2024
2.1.204 1,661 5/13/2024
2.1.203 1,804 4/29/2024
2.1.202 404 4/29/2024
2.1.201 1,522 4/28/2024
2.1.200 464 4/28/2024
2.1.199 267 4/28/2024
2.1.198 1,049 4/28/2024
2.1.197 383 4/28/2024
2.1.196 614 4/28/2024
2.1.195 435 4/28/2024
2.1.194 918 4/27/2024
2.1.193 1,208 4/19/2024
2.1.192 1,723 4/18/2024
2.1.191 1,280 4/12/2024
2.1.190 892 4/12/2024
2.1.189 519 4/12/2024
2.1.188 496 4/12/2024
2.1.187 813 4/12/2024
2.1.186 577 4/12/2024
2.1.185 687 4/11/2024
2.1.184 798 4/10/2024
2.1.183 664 4/9/2024
2.1.182 1,417 4/2/2024
2.1.181 578 4/1/2024
2.1.180 1,126 3/29/2024
2.1.179 1,073 3/25/2024
2.1.178 481 3/25/2024
2.1.177 1,357 3/20/2024
2.1.176 1,271 3/19/2024
2.1.175 624 3/19/2024
2.1.174 968 3/18/2024
2.1.173 1,462 3/15/2024
2.1.172 1,007 3/13/2024
2.1.171 423 3/13/2024
2.1.170 1,079 3/13/2024
2.1.169 409 3/13/2024
2.1.168 197 3/13/2024
2.1.167 1,016 3/12/2024
2.1.166 759 3/12/2024
2.1.165 1,132 3/11/2024
2.1.164 1,083 3/11/2024
2.1.163 1,130 3/10/2024
2.1.162 1,115 3/8/2024
2.1.161 463 3/8/2024
2.1.160 848 3/8/2024
2.1.159 1,346 3/6/2024
2.1.158 1,057 3/4/2024
2.1.157 1,182 3/4/2024
2.1.156 967 3/3/2024
2.1.155 924 3/2/2024
2.1.154 305 3/2/2024
2.1.153 938 3/2/2024
2.1.152 290 3/2/2024
2.1.151 903 2/29/2024
2.1.150 309 2/29/2024
2.1.149 933 2/29/2024
2.1.148 1,135 2/26/2024
2.1.147 681 2/25/2024
2.1.146 733 2/25/2024
2.1.145 2,452 2/23/2024
2.1.144 888 2/22/2024
2.1.143 616 2/22/2024
2.1.142 927 2/21/2024
2.1.141 916 2/21/2024
2.1.140 812 2/21/2024
2.1.139 549 2/21/2024
2.1.138 412 2/21/2024
2.1.137 166 2/21/2024
2.1.136 2,143 2/20/2024
2.1.135 761 2/20/2024
2.1.134 618 2/20/2024
2.1.133 697 2/19/2024
2.1.132 950 2/19/2024
2.1.131 994 2/17/2024
2.1.130 691 2/17/2024
2.1.129 784 2/16/2024
2.1.128 416 2/16/2024
2.1.127 455 2/16/2024
2.1.126 527 2/16/2024
2.1.125 883 2/16/2024
2.1.124 315 2/16/2024
2.1.123 1,576 2/13/2024
2.1.122 1,359 2/13/2024
2.1.121 330 2/13/2024
2.1.120 683 2/13/2024
2.1.119 694 2/13/2024
2.1.118 881 2/12/2024
2.1.117 468 2/11/2024
2.1.116 1,385 2/11/2024
2.1.115 717 2/11/2024
2.1.114 920 2/10/2024
2.1.113 526 2/9/2024
2.1.112 1,143 2/9/2024
2.1.111 863 2/9/2024
2.1.110 456 2/8/2024
2.1.109 808 2/8/2024
2.1.108 710 2/8/2024
2.1.107 788 2/8/2024
2.1.106 1,069 2/7/2024
2.1.105 657 2/7/2024
2.1.104 382 2/7/2024
2.1.103 976 2/7/2024
2.1.102 158 2/6/2024
2.1.101 743 2/6/2024
2.1.100 1,153 2/5/2024
2.1.99 1,193 2/4/2024
2.1.98 882 2/2/2024
2.1.97 1,266 1/31/2024
2.1.96 1,044 1/29/2024
2.1.95 1,077 1/29/2024
2.1.94 409 1/29/2024
2.1.93 1,040 1/28/2024
2.1.92 431 1/28/2024
2.1.91 781 1/28/2024
2.1.90 429 1/28/2024
2.1.89 484 1/28/2024
2.1.88 1,146 1/27/2024
2.1.87 730 1/27/2024
2.1.86 242 1/27/2024
2.1.85 528 1/27/2024
2.1.84 647 1/27/2024
2.1.83 800 1/27/2024
2.1.82 355 1/26/2024
2.1.81 510 1/26/2024
2.1.80 752 1/26/2024
2.1.79 429 1/26/2024
2.1.78 1,119 1/26/2024
2.1.77 805 1/26/2024
2.1.76 539 1/25/2024
2.1.75 459 1/25/2024
2.1.74 502 1/25/2024
2.1.73 540 1/25/2024
2.1.72 1,523 1/19/2024
2.1.71 1,234 1/15/2024
2.1.70 630 1/15/2024
2.1.69 561 1/15/2024
2.1.68 719 1/15/2024
2.1.67 948 1/15/2024
2.1.66 1,007 1/14/2024
2.1.65 1,138 1/13/2024
2.1.64 998 1/12/2024
2.1.63 1,303 1/11/2024
2.1.62 1,307 1/7/2024
2.1.61 965 1/5/2024
2.1.60 616 1/5/2024
2.1.59 1,017 1/5/2024
2.1.58 1,131 1/1/2024
2.1.57 1,358 12/28/2023
2.1.56 873 12/28/2023
2.1.55 788 12/28/2023
2.1.54 561 12/27/2023
2.1.53 429 12/27/2023
2.1.52 182 12/27/2023
2.1.51 1,918 12/25/2023
2.1.50 332 12/25/2023
2.1.49 813 12/25/2023
2.1.48 564 12/25/2023
2.1.47 685 12/25/2023
2.1.46 340 12/25/2023
2.1.45 1,027 12/24/2023
2.1.44 1,216 12/23/2023
2.1.43 686 12/23/2023
2.1.42 984 12/23/2023
2.1.41 455 12/23/2023
2.1.40 754 12/23/2023
2.1.39 1,550 12/19/2023
2.1.38 432 12/19/2023
2.1.37 2,466 12/10/2023
2.1.36 953 12/10/2023
2.1.35 1,689 12/9/2023
2.1.34 767 12/9/2023
2.1.33 935 12/9/2023
2.1.32 1,604 12/6/2023
2.1.31 1,360 12/5/2023
2.1.30 947 12/4/2023
2.1.29 276 12/4/2023
2.1.28 727 12/4/2023
2.1.27 1,755 11/23/2023
2.1.26 673 11/23/2023
2.1.25 880 11/23/2023
2.1.24 380 11/23/2023
2.1.23 1,060 11/20/2023
2.1.22 946 11/20/2023
2.1.21 950 11/19/2023
2.1.20 420 11/19/2023
2.1.19 808 11/19/2023
2.1.18 547 11/19/2023
2.1.17 960 11/18/2023
2.1.16 769 11/18/2023
2.1.15 491 11/18/2023
2.1.14 683 11/18/2023
2.1.13 924 11/17/2023
2.1.12 170 11/17/2023
2.1.11 907 11/17/2023
2.1.10 575 11/17/2023
2.1.9 536 11/17/2023
2.1.8 361 11/17/2023
2.1.7 959 11/17/2023
2.1.6 503 11/17/2023
2.1.5 273 11/17/2023
2.1.4 1,069 11/16/2023
2.0.82 1,451 11/15/2023
2.0.81 149 11/15/2023
2.0.80 154 11/15/2023
2.0.79 297 11/15/2023
2.0.3 153 11/16/2023
2.0.2 158 11/16/2023
2.0.1 148 11/16/2023
1.0.78 633 11/14/2023
1.0.77 1,214 11/13/2023
1.0.76 839 11/10/2023
1.0.75 920 11/9/2023
1.0.74 169 11/9/2023
1.0.73 1,334 11/7/2023
1.0.72 658 11/6/2023
1.0.71 604 11/3/2023
1.0.70 632 11/2/2023
1.0.69 1,337 11/1/2023
1.0.68 1,606 10/26/2023
1.0.67 1,165 10/19/2023
1.0.66 376 10/18/2023
1.0.65 900 10/17/2023
1.0.64 1,517 10/16/2023
1.0.63 843 10/13/2023
1.0.62 1,061 10/12/2023
1.0.61 1,781 9/20/2023
1.0.60 768 9/19/2023
1.0.59 834 9/18/2023
1.0.58 190 9/18/2023
1.0.57 1,337 9/14/2023
1.0.56 1,712 8/31/2023
1.0.55 743 8/30/2023
1.0.54 232 8/30/2023
1.0.53 1,352 8/28/2023
1.0.52 516 8/25/2023
1.0.51 1,309 8/24/2023
1.0.50 1,733 8/21/2023
1.0.49 564 8/18/2023
1.0.48 1,089 8/17/2023
1.0.47 205 8/17/2023
1.0.46 1,949 8/10/2023
1.0.45 770 8/9/2023
1.0.44 1,530 8/8/2023
1.0.43 773 8/7/2023
1.0.42 210 8/7/2023
1.0.41 1,972 7/13/2023
1.0.40 1,485 7/11/2023
1.0.39 904 7/10/2023
1.0.38 1,316 7/7/2023
1.0.37 253 7/7/2023
1.0.36 2,092 6/30/2023
1.0.35 1,048 6/29/2023
1.0.34 1,203 6/28/2023
1.0.33 250 6/28/2023
1.0.32 1,837 6/26/2023
1.0.31 647 6/23/2023
1.0.30 1,738 6/21/2023
1.0.29 1,910 6/15/2023
1.0.28 1,000 6/14/2023
1.0.27 256 6/14/2023
1.0.26 2,204 6/9/2023
1.0.25 1,064 6/8/2023
1.0.24 583 6/7/2023
1.0.23 290 6/7/2023
1.0.22 999 6/6/2023
1.0.21 2,235 6/5/2023
1.0.20 659 6/2/2023
1.0.19 261 6/2/2023
1.0.18 1,298 6/1/2023
1.0.17 439 5/31/2023
1.0.16 1,426 5/31/2023
1.0.15 462 5/31/2023
1.0.14 1,163 5/30/2023
1.0.13 1,719 5/26/2023
1.0.12 1,100 5/25/2023
1.0.11 1,017 5/24/2023
1.0.10 378 5/24/2023
1.0.8 1,422 5/23/2023
1.0.7 528 5/22/2023
1.0.6 1,655 5/17/2023
1.0.5 3,103 4/11/2023
1.0.4 653 4/3/2023
1.0.3 705 3/31/2023
1.0.2 491 3/31/2023
1.0.1 472 2/27/2023