Soenneker.Utils.Cancellation 3.0.695

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.695
                    
NuGet\Install-Package Soenneker.Utils.Cancellation -Version 3.0.695
                    
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.695" />
                    
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.695" />
                    
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.695
                    
#r "nuget: Soenneker.Utils.Cancellation, 3.0.695"
                    
#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.695
                    
#: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.695
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.Cancellation&version=3.0.695
                    
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 179 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 213 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 207 4/7/2025
3.0.689 197 4/7/2025
3.0.688 198 4/7/2025
3.0.687 200 4/6/2025
3.0.686 195 4/6/2025
3.0.685 220 4/6/2025
3.0.684 171 4/6/2025
3.0.683 195 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 110 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 199 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 178 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 215 3/11/2025
3.0.655 209 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 258 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 161 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 132 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 164 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 136 2/18/2025
3.0.615 124 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 147 2/12/2025
3.0.610 151 2/12/2025
3.0.609 149 2/12/2025
3.0.608 133 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 127 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 139 2/9/2025
3.0.590 139 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 136 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 148 2/6/2025
3.0.579 141 2/5/2025
3.0.578 165 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 140 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 134 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 132 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 108 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 121 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 128 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 148 1/10/2025
3.0.486 150 1/10/2025
3.0.485 127 1/10/2025
3.0.484 112 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 141 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 131 12/31/2024
3.0.467 151 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 158 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 126 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 119 12/20/2024
3.0.424 144 12/20/2024
3.0.423 143 12/20/2024
3.0.422 155 12/20/2024
3.0.421 139 12/19/2024
3.0.420 147 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 134 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 130 12/6/2024
3.0.405 143 12/6/2024
3.0.404 136 12/5/2024
3.0.403 134 12/5/2024
3.0.402 132 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 154 11/21/2024
3.0.384 142 11/20/2024
3.0.382 148 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 123 11/8/2024
2.1.359 138 11/8/2024
2.1.358 152 11/8/2024
2.1.357 140 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 154 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 128 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 178 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 171 9/26/2024
2.1.320 148 9/26/2024
2.1.319 168 9/26/2024
2.1.318 145 9/23/2024
2.1.317 137 9/23/2024
2.1.316 131 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 154 9/16/2024
2.1.306 159 9/12/2024
2.1.305 177 9/11/2024
2.1.303 160 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 170 9/9/2024
2.1.293 151 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 177 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 160 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 146 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 164 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 175 7/7/2024
2.1.238 207 7/7/2024
2.1.237 2,376 7/3/2024
2.1.236 147 7/3/2024
2.1.235 2,891 6/22/2024
2.1.234 1,437 6/15/2024
2.1.233 532 6/15/2024
2.1.232 1,510 6/14/2024
2.1.231 1,452 6/1/2024
2.1.230 248 6/1/2024
2.1.229 591 6/1/2024
2.1.228 1,941 5/31/2024
2.1.227 1,259 5/29/2024
2.1.226 1,167 5/28/2024
2.1.225 579 5/27/2024
2.1.224 1,368 5/26/2024
2.1.223 1,229 5/26/2024
2.1.222 697 5/26/2024
2.1.221 415 5/26/2024
2.1.220 459 5/25/2024
2.1.219 1,106 5/25/2024
2.1.218 249 5/25/2024
2.1.217 644 5/25/2024
2.1.216 647 5/25/2024
2.1.215 1,205 5/23/2024
2.1.214 792 5/23/2024
2.1.213 780 5/22/2024
2.1.212 446 5/22/2024
2.1.211 492 5/22/2024
2.1.210 2,198 5/18/2024
2.1.209 841 5/17/2024
2.1.208 426 5/17/2024
2.1.207 1,121 5/16/2024
2.1.206 298 5/15/2024
2.1.205 1,413 5/15/2024
2.1.204 1,632 5/13/2024
2.1.203 1,760 4/29/2024
2.1.202 399 4/29/2024
2.1.201 1,498 4/28/2024
2.1.200 453 4/28/2024
2.1.199 267 4/28/2024
2.1.198 1,027 4/28/2024
2.1.197 383 4/28/2024
2.1.196 602 4/28/2024
2.1.195 423 4/28/2024
2.1.194 898 4/27/2024
2.1.193 1,192 4/19/2024
2.1.192 1,691 4/18/2024
2.1.191 1,265 4/12/2024
2.1.190 876 4/12/2024
2.1.189 505 4/12/2024
2.1.188 484 4/12/2024
2.1.187 809 4/12/2024
2.1.186 554 4/12/2024
2.1.185 687 4/11/2024
2.1.184 784 4/10/2024
2.1.183 652 4/9/2024
2.1.182 1,401 4/2/2024
2.1.181 566 4/1/2024
2.1.180 1,110 3/29/2024
2.1.179 1,069 3/25/2024
2.1.178 475 3/25/2024
2.1.177 1,337 3/20/2024
2.1.176 1,259 3/19/2024
2.1.175 620 3/19/2024
2.1.174 952 3/18/2024
2.1.173 1,446 3/15/2024
2.1.172 995 3/13/2024
2.1.171 415 3/13/2024
2.1.170 1,063 3/13/2024
2.1.169 402 3/13/2024
2.1.168 197 3/13/2024
2.1.167 999 3/12/2024
2.1.166 751 3/12/2024
2.1.165 1,124 3/11/2024
2.1.164 1,063 3/11/2024
2.1.163 1,114 3/10/2024
2.1.162 1,103 3/8/2024
2.1.161 449 3/8/2024
2.1.160 836 3/8/2024
2.1.159 1,330 3/6/2024
2.1.158 1,045 3/4/2024
2.1.157 1,166 3/4/2024
2.1.156 955 3/3/2024
2.1.155 913 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 299 2/29/2024
2.1.149 922 2/29/2024
2.1.148 1,134 2/26/2024
2.1.147 681 2/25/2024
2.1.146 733 2/25/2024
2.1.145 2,436 2/23/2024
2.1.144 877 2/22/2024
2.1.143 604 2/22/2024
2.1.142 912 2/21/2024
2.1.141 904 2/21/2024
2.1.140 793 2/21/2024
2.1.139 536 2/21/2024
2.1.138 412 2/21/2024
2.1.137 166 2/21/2024
2.1.136 2,119 2/20/2024
2.1.135 740 2/20/2024
2.1.134 606 2/20/2024
2.1.133 682 2/19/2024
2.1.132 943 2/19/2024
2.1.131 973 2/17/2024
2.1.130 682 2/17/2024
2.1.129 776 2/16/2024
2.1.128 416 2/16/2024
2.1.127 442 2/16/2024
2.1.126 520 2/16/2024
2.1.125 871 2/16/2024
2.1.124 307 2/16/2024
2.1.123 1,551 2/13/2024
2.1.122 1,339 2/13/2024
2.1.121 330 2/13/2024
2.1.120 672 2/13/2024
2.1.119 679 2/13/2024
2.1.118 873 2/12/2024
2.1.117 468 2/11/2024
2.1.116 1,363 2/11/2024
2.1.115 708 2/11/2024
2.1.114 903 2/10/2024
2.1.113 526 2/9/2024
2.1.112 1,131 2/9/2024
2.1.111 847 2/9/2024
2.1.110 452 2/8/2024
2.1.109 799 2/8/2024
2.1.108 698 2/8/2024
2.1.107 776 2/8/2024
2.1.106 1,061 2/7/2024
2.1.105 645 2/7/2024
2.1.104 370 2/7/2024
2.1.103 963 2/7/2024
2.1.102 158 2/6/2024
2.1.101 739 2/6/2024
2.1.100 1,133 2/5/2024
2.1.99 1,185 2/4/2024
2.1.98 866 2/2/2024
2.1.97 1,258 1/31/2024
2.1.96 1,028 1/29/2024
2.1.95 1,068 1/29/2024
2.1.94 408 1/29/2024
2.1.93 1,024 1/28/2024
2.1.92 415 1/28/2024
2.1.91 773 1/28/2024
2.1.90 417 1/28/2024
2.1.89 482 1/28/2024
2.1.88 1,134 1/27/2024
2.1.87 718 1/27/2024
2.1.86 242 1/27/2024
2.1.85 503 1/27/2024
2.1.84 647 1/27/2024
2.1.83 788 1/27/2024
2.1.82 347 1/26/2024
2.1.81 498 1/26/2024
2.1.80 740 1/26/2024
2.1.79 417 1/26/2024
2.1.78 1,099 1/26/2024
2.1.77 793 1/26/2024
2.1.76 523 1/25/2024
2.1.75 455 1/25/2024
2.1.74 494 1/25/2024
2.1.73 532 1/25/2024
2.1.72 1,511 1/19/2024
2.1.71 1,221 1/15/2024
2.1.70 622 1/15/2024
2.1.69 553 1/15/2024
2.1.68 711 1/15/2024
2.1.67 936 1/15/2024
2.1.66 991 1/14/2024
2.1.65 1,121 1/13/2024
2.1.64 985 1/12/2024
2.1.63 1,287 1/11/2024
2.1.62 1,287 1/7/2024
2.1.61 957 1/5/2024
2.1.60 604 1/5/2024
2.1.59 997 1/5/2024
2.1.58 1,119 1/1/2024
2.1.57 1,338 12/28/2023
2.1.56 854 12/28/2023
2.1.55 784 12/28/2023
2.1.54 557 12/27/2023
2.1.53 417 12/27/2023
2.1.52 182 12/27/2023
2.1.51 1,896 12/25/2023
2.1.50 332 12/25/2023
2.1.49 794 12/25/2023
2.1.48 564 12/25/2023
2.1.47 673 12/25/2023
2.1.46 340 12/25/2023
2.1.45 1,009 12/24/2023
2.1.44 1,204 12/23/2023
2.1.43 678 12/23/2023
2.1.42 964 12/23/2023
2.1.41 455 12/23/2023
2.1.40 733 12/23/2023
2.1.39 1,538 12/19/2023
2.1.38 420 12/19/2023
2.1.37 2,438 12/10/2023
2.1.36 941 12/10/2023
2.1.35 1,656 12/9/2023
2.1.34 760 12/9/2023
2.1.33 923 12/9/2023
2.1.32 1,578 12/6/2023
2.1.31 1,336 12/5/2023
2.1.30 932 12/4/2023
2.1.29 272 12/4/2023
2.1.28 704 12/4/2023
2.1.27 1,743 11/23/2023
2.1.26 667 11/23/2023
2.1.25 864 11/23/2023
2.1.24 369 11/23/2023
2.1.23 1,044 11/20/2023
2.1.22 930 11/20/2023
2.1.21 946 11/19/2023
2.1.20 416 11/19/2023
2.1.19 792 11/19/2023
2.1.18 543 11/19/2023
2.1.17 937 11/18/2023
2.1.16 760 11/18/2023
2.1.15 483 11/18/2023
2.1.14 672 11/18/2023
2.1.13 900 11/17/2023
2.1.12 170 11/17/2023
2.1.11 899 11/17/2023
2.1.10 555 11/17/2023
2.1.9 532 11/17/2023
2.1.8 349 11/17/2023
2.1.7 947 11/17/2023
2.1.6 491 11/17/2023
2.1.5 273 11/17/2023
2.1.4 1,061 11/16/2023
2.0.82 1,427 11/15/2023
2.0.81 149 11/15/2023
2.0.80 151 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 615 11/14/2023
1.0.77 1,194 11/13/2023
1.0.76 824 11/10/2023
1.0.75 905 11/9/2023
1.0.74 169 11/9/2023
1.0.73 1,309 11/7/2023
1.0.72 653 11/6/2023
1.0.71 588 11/3/2023
1.0.70 630 11/2/2023
1.0.69 1,324 11/1/2023
1.0.68 1,588 10/26/2023
1.0.67 1,150 10/19/2023
1.0.66 361 10/18/2023
1.0.65 881 10/17/2023
1.0.64 1,507 10/16/2023
1.0.63 829 10/13/2023
1.0.62 1,051 10/12/2023
1.0.61 1,766 9/20/2023
1.0.60 756 9/19/2023
1.0.59 814 9/18/2023
1.0.58 190 9/18/2023
1.0.57 1,317 9/14/2023
1.0.56 1,695 8/31/2023
1.0.55 729 8/30/2023
1.0.54 232 8/30/2023
1.0.53 1,328 8/28/2023
1.0.52 511 8/25/2023
1.0.51 1,290 8/24/2023
1.0.50 1,713 8/21/2023
1.0.49 550 8/18/2023
1.0.48 1,072 8/17/2023
1.0.47 195 8/17/2023
1.0.46 1,930 8/10/2023
1.0.45 763 8/9/2023
1.0.44 1,510 8/8/2023
1.0.43 760 8/7/2023
1.0.42 210 8/7/2023
1.0.41 1,947 7/13/2023
1.0.40 1,466 7/11/2023
1.0.39 894 7/10/2023
1.0.38 1,302 7/7/2023
1.0.37 253 7/7/2023
1.0.36 2,062 6/30/2023
1.0.35 1,034 6/29/2023
1.0.34 1,188 6/28/2023
1.0.33 249 6/28/2023
1.0.32 1,822 6/26/2023
1.0.31 647 6/23/2023
1.0.30 1,720 6/21/2023
1.0.29 1,887 6/15/2023
1.0.28 995 6/14/2023
1.0.27 256 6/14/2023
1.0.26 2,164 6/9/2023
1.0.25 1,040 6/8/2023
1.0.24 583 6/7/2023
1.0.23 290 6/7/2023
1.0.22 994 6/6/2023
1.0.21 2,215 6/5/2023
1.0.20 654 6/2/2023
1.0.19 261 6/2/2023
1.0.18 1,268 6/1/2023
1.0.17 439 5/31/2023
1.0.16 1,391 5/31/2023
1.0.15 462 5/31/2023
1.0.14 1,138 5/30/2023
1.0.13 1,684 5/26/2023
1.0.12 1,084 5/25/2023
1.0.11 1,010 5/24/2023
1.0.10 378 5/24/2023
1.0.8 1,402 5/23/2023
1.0.7 501 5/22/2023
1.0.6 1,640 5/17/2023
1.0.5 3,078 4/11/2023
1.0.4 648 4/3/2023
1.0.3 704 3/31/2023
1.0.2 489 3/31/2023
1.0.1 472 2/27/2023