Soenneker.Utils.Cancellation 3.0.673

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.673
                    
NuGet\Install-Package Soenneker.Utils.Cancellation -Version 3.0.673
                    
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.673" />
                    
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.673" />
                    
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.673
                    
#r "nuget: Soenneker.Utils.Cancellation, 3.0.673"
                    
#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.673
                    
#: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.673
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.Cancellation&version=3.0.673
                    
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 147 9/9/2025
3.0.716 156 9/3/2025
3.0.715 153 8/11/2025
3.0.714 211 8/5/2025
3.0.713 207 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 180 5/7/2025
3.0.702 166 5/5/2025
3.0.701 166 5/5/2025
3.0.700 202 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 181 4/8/2025
3.0.695 182 4/8/2025
3.0.694 204 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 188 4/7/2025
3.0.687 198 4/6/2025
3.0.686 185 4/6/2025
3.0.685 209 4/6/2025
3.0.684 161 4/6/2025
3.0.683 184 4/6/2025
3.0.682 140 4/6/2025
3.0.681 138 4/6/2025
3.0.680 132 4/6/2025
3.0.679 129 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 116 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 168 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 215 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 216 3/11/2025
3.0.651 195 3/11/2025
3.0.650 199 3/11/2025
3.0.649 236 3/7/2025
3.0.648 248 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 137 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 138 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 143 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 148 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 123 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 139 2/9/2025
3.0.590 139 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 125 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 141 1/28/2025
3.0.571 133 1/28/2025
3.0.570 105 1/28/2025
3.0.569 129 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 133 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 136 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 124 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 134 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 130 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 131 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 117 1/13/2025
3.0.491 116 1/11/2025
3.0.490 118 1/11/2025
3.0.489 135 1/11/2025
3.0.488 117 1/11/2025
3.0.487 136 1/10/2025
3.0.486 139 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 156 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 129 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 146 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 139 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 135 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 140 12/21/2024
3.0.428 120 12/21/2024
3.0.427 128 12/20/2024
3.0.426 142 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 144 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 143 12/6/2024
3.0.404 126 12/5/2024
3.0.403 124 12/5/2024
3.0.402 132 12/5/2024
3.0.401 139 12/4/2024
3.0.400 129 12/4/2024
3.0.399 128 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 136 12/2/2024
3.0.389 129 12/2/2024
3.0.388 131 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 146 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 139 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 146 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 140 11/8/2024
2.1.356 136 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 143 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 153 10/11/2024
2.1.341 133 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 137 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 140 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 158 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 153 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 150 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 153 9/9/2024
2.1.295 161 9/9/2024
2.1.294 159 9/9/2024
2.1.293 151 9/6/2024
2.1.292 159 9/6/2024
2.1.291 155 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 166 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 165 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 115 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 176 7/10/2024
2.1.255 144 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 195 7/7/2024
2.1.237 2,215 7/3/2024
2.1.236 147 7/3/2024
2.1.235 2,727 6/22/2024
2.1.234 1,347 6/15/2024
2.1.233 486 6/15/2024
2.1.232 1,416 6/14/2024
2.1.231 1,409 6/1/2024
2.1.230 238 6/1/2024
2.1.229 581 6/1/2024
2.1.228 1,805 5/31/2024
2.1.227 1,194 5/29/2024
2.1.226 1,101 5/28/2024
2.1.225 569 5/27/2024
2.1.224 1,248 5/26/2024
2.1.223 1,122 5/26/2024
2.1.222 673 5/26/2024
2.1.221 405 5/26/2024
2.1.220 448 5/25/2024
2.1.219 1,012 5/25/2024
2.1.218 239 5/25/2024
2.1.217 590 5/25/2024
2.1.216 611 5/25/2024
2.1.215 1,115 5/23/2024
2.1.214 766 5/23/2024
2.1.213 722 5/22/2024
2.1.212 436 5/22/2024
2.1.211 481 5/22/2024
2.1.210 1,965 5/18/2024
2.1.209 831 5/17/2024
2.1.208 416 5/17/2024
2.1.207 1,031 5/16/2024
2.1.206 288 5/15/2024
2.1.205 1,286 5/15/2024
2.1.204 1,499 5/13/2024
2.1.203 1,644 4/29/2024
2.1.202 388 4/29/2024
2.1.201 1,375 4/28/2024
2.1.200 442 4/28/2024
2.1.199 257 4/28/2024
2.1.198 958 4/28/2024
2.1.197 343 4/28/2024
2.1.196 592 4/28/2024
2.1.195 411 4/28/2024
2.1.194 797 4/27/2024
2.1.193 1,144 4/19/2024
2.1.192 1,535 4/18/2024
2.1.191 1,181 4/12/2024
2.1.190 812 4/12/2024
2.1.189 471 4/12/2024
2.1.188 474 4/12/2024
2.1.187 735 4/12/2024
2.1.186 524 4/12/2024
2.1.185 635 4/11/2024
2.1.184 754 4/10/2024
2.1.183 577 4/9/2024
2.1.182 1,300 4/2/2024
2.1.181 528 4/1/2024
2.1.180 1,009 3/29/2024
2.1.179 955 3/25/2024
2.1.178 432 3/25/2024
2.1.177 1,177 3/20/2024
2.1.176 1,108 3/19/2024
2.1.175 584 3/19/2024
2.1.174 878 3/18/2024
2.1.173 1,270 3/15/2024
2.1.172 898 3/13/2024
2.1.171 385 3/13/2024
2.1.170 957 3/13/2024
2.1.169 388 3/13/2024
2.1.168 184 3/13/2024
2.1.167 892 3/12/2024
2.1.166 667 3/12/2024
2.1.165 1,013 3/11/2024
2.1.164 974 3/11/2024
2.1.163 1,022 3/10/2024
2.1.162 970 3/8/2024
2.1.161 412 3/8/2024
2.1.160 770 3/8/2024
2.1.159 1,190 3/6/2024
2.1.158 964 3/4/2024
2.1.157 1,034 3/4/2024
2.1.156 893 3/3/2024
2.1.155 816 3/2/2024
2.1.154 294 3/2/2024
2.1.153 855 3/2/2024
2.1.152 259 3/2/2024
2.1.151 831 2/29/2024
2.1.150 275 2/29/2024
2.1.149 848 2/29/2024
2.1.148 1,047 2/26/2024
2.1.147 629 2/25/2024
2.1.146 639 2/25/2024
2.1.145 2,326 2/23/2024
2.1.144 809 2/22/2024
2.1.143 570 2/22/2024
2.1.142 832 2/21/2024
2.1.141 835 2/21/2024
2.1.140 702 2/21/2024
2.1.139 483 2/21/2024
2.1.138 369 2/21/2024
2.1.137 156 2/21/2024
2.1.136 2,000 2/20/2024
2.1.135 686 2/20/2024
2.1.134 562 2/20/2024
2.1.133 622 2/19/2024
2.1.132 853 2/19/2024
2.1.131 882 2/17/2024
2.1.130 588 2/17/2024
2.1.129 710 2/16/2024
2.1.128 373 2/16/2024
2.1.127 411 2/16/2024
2.1.126 490 2/16/2024
2.1.125 824 2/16/2024
2.1.124 261 2/16/2024
2.1.123 1,427 2/13/2024
2.1.122 1,210 2/13/2024
2.1.121 273 2/13/2024
2.1.120 638 2/13/2024
2.1.119 651 2/13/2024
2.1.118 816 2/12/2024
2.1.117 426 2/11/2024
2.1.116 1,242 2/11/2024
2.1.115 657 2/11/2024
2.1.114 835 2/10/2024
2.1.113 447 2/9/2024
2.1.112 1,027 2/9/2024
2.1.111 783 2/9/2024
2.1.110 422 2/8/2024
2.1.109 750 2/8/2024
2.1.108 606 2/8/2024
2.1.107 733 2/8/2024
2.1.106 968 2/7/2024
2.1.105 583 2/7/2024
2.1.104 360 2/7/2024
2.1.103 886 2/7/2024
2.1.102 148 2/6/2024
2.1.101 679 2/6/2024
2.1.100 1,037 2/5/2024
2.1.99 1,070 2/4/2024
2.1.98 797 2/2/2024
2.1.97 1,137 1/31/2024
2.1.96 938 1/29/2024
2.1.95 933 1/29/2024
2.1.94 352 1/29/2024
2.1.93 967 1/28/2024
2.1.92 368 1/28/2024
2.1.91 672 1/28/2024
2.1.90 362 1/28/2024
2.1.89 450 1/28/2024
2.1.88 1,068 1/27/2024
2.1.87 655 1/27/2024
2.1.86 232 1/27/2024
2.1.85 478 1/27/2024
2.1.84 612 1/27/2024
2.1.83 702 1/27/2024
2.1.82 308 1/26/2024
2.1.81 487 1/26/2024
2.1.80 687 1/26/2024
2.1.79 360 1/26/2024
2.1.78 1,089 1/26/2024
2.1.77 704 1/26/2024
2.1.76 477 1/25/2024
2.1.75 429 1/25/2024
2.1.74 451 1/25/2024
2.1.73 485 1/25/2024
2.1.72 1,398 1/19/2024
2.1.71 1,090 1/15/2024
2.1.70 532 1/15/2024
2.1.69 530 1/15/2024
2.1.68 663 1/15/2024
2.1.67 871 1/15/2024
2.1.66 898 1/14/2024
2.1.65 1,011 1/13/2024
2.1.64 886 1/12/2024
2.1.63 1,167 1/11/2024
2.1.62 1,176 1/7/2024
2.1.61 865 1/5/2024
2.1.60 558 1/5/2024
2.1.59 957 1/5/2024
2.1.58 1,006 1/1/2024
2.1.57 1,216 12/28/2023
2.1.56 780 12/28/2023
2.1.55 750 12/28/2023
2.1.54 504 12/27/2023
2.1.53 373 12/27/2023
2.1.52 171 12/27/2023
2.1.51 1,747 12/25/2023
2.1.50 305 12/25/2023
2.1.49 752 12/25/2023
2.1.48 508 12/25/2023
2.1.47 663 12/25/2023
2.1.46 305 12/25/2023
2.1.45 921 12/24/2023
2.1.44 1,126 12/23/2023
2.1.43 608 12/23/2023
2.1.42 910 12/23/2023
2.1.41 403 12/23/2023
2.1.40 663 12/23/2023
2.1.39 1,409 12/19/2023
2.1.38 388 12/19/2023
2.1.37 2,267 12/10/2023
2.1.36 898 12/10/2023
2.1.35 1,531 12/9/2023
2.1.34 707 12/9/2023
2.1.33 861 12/9/2023
2.1.32 1,413 12/6/2023
2.1.31 1,253 12/5/2023
2.1.30 826 12/4/2023
2.1.29 272 12/4/2023
2.1.28 647 12/4/2023
2.1.27 1,597 11/23/2023
2.1.26 617 11/23/2023
2.1.25 791 11/23/2023
2.1.24 359 11/23/2023
2.1.23 957 11/20/2023
2.1.22 861 11/20/2023
2.1.21 840 11/19/2023
2.1.20 392 11/19/2023
2.1.19 748 11/19/2023
2.1.18 492 11/19/2023
2.1.17 888 11/18/2023
2.1.16 690 11/18/2023
2.1.15 448 11/18/2023
2.1.14 614 11/18/2023
2.1.13 837 11/17/2023
2.1.12 160 11/17/2023
2.1.11 801 11/17/2023
2.1.10 545 11/17/2023
2.1.9 498 11/17/2023
2.1.8 339 11/17/2023
2.1.7 859 11/17/2023
2.1.6 459 11/17/2023
2.1.5 263 11/17/2023
2.1.4 988 11/16/2023
2.0.82 1,297 11/15/2023
2.0.81 139 11/15/2023
2.0.80 144 11/15/2023
2.0.79 287 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 592 11/14/2023
1.0.77 1,149 11/13/2023
1.0.76 814 11/10/2023
1.0.75 827 11/9/2023
1.0.74 159 11/9/2023
1.0.73 1,249 11/7/2023
1.0.72 642 11/6/2023
1.0.71 578 11/3/2023
1.0.70 620 11/2/2023
1.0.69 1,200 11/1/2023
1.0.68 1,498 10/26/2023
1.0.67 1,125 10/19/2023
1.0.66 351 10/18/2023
1.0.65 871 10/17/2023
1.0.64 1,321 10/16/2023
1.0.63 819 10/13/2023
1.0.62 984 10/12/2023
1.0.61 1,676 9/20/2023
1.0.60 688 9/19/2023
1.0.59 804 9/18/2023
1.0.58 179 9/18/2023
1.0.57 1,230 9/14/2023
1.0.56 1,597 8/31/2023
1.0.55 654 8/30/2023
1.0.54 219 8/30/2023
1.0.53 1,318 8/28/2023
1.0.52 501 8/25/2023
1.0.51 1,205 8/24/2023
1.0.50 1,595 8/21/2023
1.0.49 539 8/18/2023
1.0.48 1,015 8/17/2023
1.0.47 195 8/17/2023
1.0.46 1,845 8/10/2023
1.0.45 751 8/9/2023
1.0.44 1,377 8/8/2023
1.0.43 750 8/7/2023
1.0.42 200 8/7/2023
1.0.41 1,850 7/13/2023
1.0.40 1,391 7/11/2023
1.0.39 883 7/10/2023
1.0.38 1,192 7/7/2023
1.0.37 243 7/7/2023
1.0.36 1,959 6/30/2023
1.0.35 993 6/29/2023
1.0.34 1,168 6/28/2023
1.0.33 239 6/28/2023
1.0.32 1,737 6/26/2023
1.0.31 632 6/23/2023
1.0.30 1,650 6/21/2023
1.0.29 1,800 6/15/2023
1.0.28 943 6/14/2023
1.0.27 246 6/14/2023
1.0.26 2,090 6/9/2023
1.0.25 1,035 6/8/2023
1.0.24 573 6/7/2023
1.0.23 279 6/7/2023
1.0.22 984 6/6/2023
1.0.21 2,083 6/5/2023
1.0.20 624 6/2/2023
1.0.19 250 6/2/2023
1.0.18 1,240 6/1/2023
1.0.17 429 5/31/2023
1.0.16 1,386 5/31/2023
1.0.15 452 5/31/2023
1.0.14 1,128 5/30/2023
1.0.13 1,674 5/26/2023
1.0.12 1,064 5/25/2023
1.0.11 1,001 5/24/2023
1.0.10 366 5/24/2023
1.0.8 1,392 5/23/2023
1.0.7 491 5/22/2023
1.0.6 1,625 5/17/2023
1.0.5 3,068 4/11/2023
1.0.4 631 4/3/2023
1.0.3 693 3/31/2023
1.0.2 477 3/31/2023
1.0.1 462 2/27/2023