Soenneker.Utils.Cancellation 3.0.718

Prefix Reserved
dotnet add package Soenneker.Utils.Cancellation --version 3.0.718
                    
NuGet\Install-Package Soenneker.Utils.Cancellation -Version 3.0.718
                    
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.718" />
                    
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.718" />
                    
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.718
                    
#r "nuget: Soenneker.Utils.Cancellation, 3.0.718"
                    
#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.718
                    
#: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.718
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.Cancellation&version=3.0.718
                    
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 43 9/9/2025
3.0.717 52 9/9/2025
3.0.716 139 9/3/2025
3.0.715 136 8/11/2025
3.0.714 207 8/5/2025
3.0.713 203 8/5/2025
3.0.712 146 7/8/2025
3.0.711 143 7/8/2025
3.0.709 301 6/11/2025
3.0.708 300 6/11/2025
3.0.707 161 5/27/2025
3.0.706 160 5/22/2025
3.0.705 230 5/13/2025
3.0.704 256 5/13/2025
3.0.703 172 5/7/2025
3.0.702 160 5/5/2025
3.0.701 160 5/5/2025
3.0.700 193 4/8/2025
3.0.699 176 4/8/2025
3.0.698 163 4/8/2025
3.0.697 176 4/8/2025
3.0.696 175 4/8/2025
3.0.695 177 4/8/2025
3.0.694 194 4/8/2025
3.0.693 191 4/8/2025
3.0.692 174 4/7/2025
3.0.691 176 4/7/2025
3.0.690 187 4/7/2025
3.0.689 182 4/7/2025
3.0.688 181 4/7/2025
3.0.687 191 4/6/2025
3.0.686 179 4/6/2025
3.0.685 196 4/6/2025
3.0.684 156 4/6/2025
3.0.683 173 4/6/2025
3.0.682 135 4/6/2025
3.0.681 132 4/6/2025
3.0.680 127 4/6/2025
3.0.679 118 4/5/2025
3.0.678 105 4/5/2025
3.0.677 103 4/5/2025
3.0.676 113 4/5/2025
3.0.675 108 4/5/2025
3.0.674 115 4/5/2025
3.0.673 112 4/4/2025
3.0.672 180 4/4/2025
3.0.671 178 4/1/2025
3.0.670 176 4/1/2025
3.0.669 182 3/31/2025
3.0.668 108 3/29/2025
3.0.667 484 3/25/2025
3.0.666 487 3/25/2025
3.0.665 135 3/21/2025
3.0.664 152 3/21/2025
3.0.663 162 3/18/2025
3.0.662 171 3/18/2025
3.0.661 87 3/15/2025
3.0.660 103 3/15/2025
3.0.659 169 3/12/2025
3.0.658 190 3/12/2025
3.0.657 195 3/12/2025
3.0.656 207 3/11/2025
3.0.655 188 3/11/2025
3.0.654 187 3/11/2025
3.0.653 194 3/11/2025
3.0.652 204 3/11/2025
3.0.651 188 3/11/2025
3.0.650 194 3/11/2025
3.0.649 232 3/7/2025
3.0.648 237 3/7/2025
3.0.647 129 3/2/2025
3.0.646 127 3/2/2025
3.0.645 138 3/2/2025
3.0.644 127 3/2/2025
3.0.643 141 3/1/2025
3.0.642 114 3/1/2025
3.0.641 130 3/1/2025
3.0.640 124 3/1/2025
3.0.639 133 3/1/2025
3.0.638 126 3/1/2025
3.0.637 119 3/1/2025
3.0.636 124 2/25/2025
3.0.635 115 2/25/2025
3.0.634 143 2/25/2025
3.0.633 127 2/25/2025
3.0.632 117 2/25/2025
3.0.631 110 2/24/2025
3.0.630 128 2/23/2025
3.0.629 116 2/23/2025
3.0.628 127 2/22/2025
3.0.627 136 2/22/2025
3.0.626 135 2/22/2025
3.0.625 117 2/22/2025
3.0.624 122 2/22/2025
3.0.623 109 2/22/2025
3.0.622 120 2/21/2025
3.0.621 133 2/21/2025
3.0.620 143 2/21/2025
3.0.619 121 2/19/2025
3.0.618 136 2/19/2025
3.0.617 117 2/19/2025
3.0.616 130 2/18/2025
3.0.615 120 2/18/2025
3.0.614 118 2/18/2025
3.0.613 122 2/14/2025
3.0.612 136 2/13/2025
3.0.611 139 2/12/2025
3.0.610 133 2/12/2025
3.0.609 133 2/12/2025
3.0.608 120 2/12/2025
3.0.607 125 2/12/2025
3.0.606 122 2/12/2025
3.0.605 119 2/11/2025
3.0.604 141 2/11/2025
3.0.603 111 2/11/2025
3.0.602 114 2/11/2025
3.0.601 114 2/11/2025
3.0.600 118 2/11/2025
3.0.599 132 2/11/2025
3.0.598 125 2/11/2025
3.0.597 128 2/10/2025
3.0.596 124 2/10/2025
3.0.595 120 2/10/2025
3.0.594 120 2/10/2025
3.0.593 140 2/10/2025
3.0.592 128 2/9/2025
3.0.591 129 2/9/2025
3.0.590 130 2/8/2025
3.0.589 121 2/8/2025
3.0.588 115 2/8/2025
3.0.587 112 2/8/2025
3.0.586 116 2/8/2025
3.0.585 119 2/7/2025
3.0.584 117 2/7/2025
3.0.583 129 2/7/2025
3.0.582 122 2/7/2025
3.0.581 115 2/7/2025
3.0.580 127 2/6/2025
3.0.579 127 2/5/2025
3.0.578 146 2/5/2025
3.0.577 129 2/5/2025
3.0.576 131 2/5/2025
3.0.575 120 2/5/2025
3.0.574 123 2/5/2025
3.0.573 120 2/5/2025
3.0.572 131 1/28/2025
3.0.571 123 1/28/2025
3.0.570 100 1/28/2025
3.0.569 118 1/28/2025
3.0.568 113 1/27/2025
3.0.567 113 1/27/2025
3.0.566 105 1/27/2025
3.0.565 108 1/27/2025
3.0.564 104 1/27/2025
3.0.563 113 1/26/2025
3.0.562 117 1/26/2025
3.0.561 111 1/26/2025
3.0.560 118 1/26/2025
3.0.559 122 1/26/2025
3.0.558 116 1/25/2025
3.0.557 113 1/25/2025
3.0.556 114 1/25/2025
3.0.555 111 1/25/2025
3.0.554 120 1/25/2025
3.0.553 112 1/25/2025
3.0.552 109 1/24/2025
3.0.551 110 1/24/2025
3.0.550 121 1/24/2025
3.0.549 109 1/24/2025
3.0.548 106 1/24/2025
3.0.547 114 1/23/2025
3.0.546 110 1/23/2025
3.0.545 113 1/22/2025
3.0.544 111 1/21/2025
3.0.543 118 1/21/2025
3.0.542 112 1/21/2025
3.0.541 114 1/21/2025
3.0.540 118 1/21/2025
3.0.539 128 1/21/2025
3.0.538 115 1/21/2025
3.0.537 117 1/21/2025
3.0.536 113 1/21/2025
3.0.535 118 1/20/2025
3.0.534 108 1/20/2025
3.0.533 119 1/20/2025
3.0.532 111 1/20/2025
3.0.531 125 1/20/2025
3.0.530 116 1/20/2025
3.0.529 112 1/20/2025
3.0.528 121 1/20/2025
3.0.527 107 1/19/2025
3.0.526 112 1/19/2025
3.0.525 110 1/19/2025
3.0.524 122 1/19/2025
3.0.523 123 1/19/2025
3.0.522 103 1/19/2025
3.0.521 98 1/19/2025
3.0.520 114 1/18/2025
3.0.519 106 1/18/2025
3.0.518 112 1/17/2025
3.0.517 109 1/17/2025
3.0.516 123 1/17/2025
3.0.515 104 1/17/2025
3.0.514 121 1/17/2025
3.0.513 106 1/16/2025
3.0.512 113 1/16/2025
3.0.511 120 1/16/2025
3.0.510 98 1/16/2025
3.0.509 104 1/16/2025
3.0.508 103 1/16/2025
3.0.507 111 1/16/2025
3.0.506 105 1/15/2025
3.0.505 120 1/15/2025
3.0.504 97 1/15/2025
3.0.503 101 1/15/2025
3.0.502 85 1/15/2025
3.0.501 77 1/15/2025
3.0.500 85 1/14/2025
3.0.499 83 1/14/2025
3.0.498 96 1/14/2025
3.0.497 101 1/14/2025
3.0.496 102 1/13/2025
3.0.495 98 1/13/2025
3.0.494 104 1/13/2025
3.0.493 100 1/13/2025
3.0.492 106 1/13/2025
3.0.491 112 1/11/2025
3.0.490 114 1/11/2025
3.0.489 126 1/11/2025
3.0.488 112 1/11/2025
3.0.487 125 1/10/2025
3.0.486 127 1/10/2025
3.0.485 113 1/10/2025
3.0.484 107 1/10/2025
3.0.483 116 1/10/2025
3.0.482 112 1/10/2025
3.0.481 144 1/3/2025
3.0.480 130 1/3/2025
3.0.479 125 1/3/2025
3.0.478 130 1/2/2025
3.0.477 124 1/2/2025
3.0.476 124 1/2/2025
3.0.475 129 1/2/2025
3.0.474 144 1/1/2025
3.0.473 137 1/1/2025
3.0.472 129 1/1/2025
3.0.471 125 1/1/2025
3.0.470 135 1/1/2025
3.0.469 131 12/31/2024
3.0.468 127 12/31/2024
3.0.467 133 12/31/2024
3.0.466 142 12/31/2024
3.0.465 142 12/31/2024
3.0.464 131 12/31/2024
3.0.463 121 12/31/2024
3.0.462 121 12/31/2024
3.0.461 146 12/31/2024
3.0.460 130 12/31/2024
3.0.459 130 12/28/2024
3.0.458 113 12/28/2024
3.0.457 114 12/27/2024
3.0.456 127 12/27/2024
3.0.455 115 12/27/2024
3.0.454 124 12/24/2024
3.0.453 118 12/24/2024
3.0.452 117 12/24/2024
3.0.451 137 12/24/2024
3.0.450 124 12/24/2024
3.0.449 138 12/24/2024
3.0.448 121 12/24/2024
3.0.447 124 12/24/2024
3.0.446 121 12/23/2024
3.0.445 111 12/23/2024
3.0.444 111 12/23/2024
3.0.443 134 12/23/2024
3.0.442 117 12/23/2024
3.0.441 116 12/23/2024
3.0.440 132 12/23/2024
3.0.439 124 12/22/2024
3.0.438 121 12/22/2024
3.0.437 127 12/22/2024
3.0.436 118 12/22/2024
3.0.435 130 12/22/2024
3.0.434 127 12/21/2024
3.0.433 121 12/21/2024
3.0.432 127 12/21/2024
3.0.431 117 12/21/2024
3.0.430 119 12/21/2024
3.0.429 134 12/21/2024
3.0.428 116 12/21/2024
3.0.427 123 12/20/2024
3.0.426 133 12/20/2024
3.0.425 115 12/20/2024
3.0.424 130 12/20/2024
3.0.423 127 12/20/2024
3.0.422 135 12/20/2024
3.0.421 125 12/19/2024
3.0.420 137 12/19/2024
3.0.418 135 12/16/2024
3.0.417 113 12/9/2024
3.0.416 115 12/9/2024
3.0.415 124 12/9/2024
3.0.414 118 12/9/2024
3.0.413 133 12/6/2024
3.0.412 133 12/6/2024
3.0.411 126 12/6/2024
3.0.410 123 12/6/2024
3.0.409 134 12/6/2024
3.0.408 122 12/6/2024
3.0.407 130 12/6/2024
3.0.406 125 12/6/2024
3.0.405 134 12/6/2024
3.0.404 121 12/5/2024
3.0.403 118 12/5/2024
3.0.402 128 12/5/2024
3.0.401 132 12/4/2024
3.0.400 125 12/4/2024
3.0.399 123 12/4/2024
3.0.398 134 12/3/2024
3.0.397 123 12/3/2024
3.0.396 136 12/3/2024
3.0.395 118 12/3/2024
3.0.394 132 12/3/2024
3.0.393 126 12/3/2024
3.0.392 120 12/3/2024
3.0.391 118 12/3/2024
3.0.390 131 12/2/2024
3.0.389 125 12/2/2024
3.0.388 124 12/2/2024
3.0.387 131 12/1/2024
3.0.386 128 11/29/2024
3.0.385 135 11/21/2024
3.0.384 128 11/20/2024
3.0.382 139 11/20/2024
3.0.381 127 11/20/2024
3.0.380 126 11/19/2024
3.0.379 121 11/19/2024
3.0.378 126 11/19/2024
3.0.377 129 11/19/2024
3.0.376 129 11/14/2024
3.0.375 120 11/14/2024
3.0.374 117 11/14/2024
3.0.373 121 11/14/2024
3.0.372 134 11/14/2024
3.0.371 141 11/14/2024
3.0.370 127 11/14/2024
2.1.369 123 11/14/2024
2.1.368 121 11/13/2024
2.1.367 124 11/13/2024
2.1.366 134 11/12/2024
2.1.365 147 11/12/2024
2.1.364 123 11/12/2024
2.1.363 126 11/9/2024
2.1.362 120 11/9/2024
2.1.361 128 11/8/2024
2.1.360 119 11/8/2024
2.1.359 124 11/8/2024
2.1.358 134 11/8/2024
2.1.357 132 11/8/2024
2.1.356 127 11/8/2024
2.1.355 117 10/31/2024
2.1.354 133 10/29/2024
2.1.353 121 10/29/2024
2.1.352 127 10/29/2024
2.1.351 128 10/26/2024
2.1.350 137 10/22/2024
2.1.349 133 10/22/2024
2.1.348 134 10/22/2024
2.1.347 126 10/17/2024
2.1.346 122 10/14/2024
2.1.345 123 10/11/2024
2.1.344 135 10/11/2024
2.1.343 144 10/11/2024
2.1.341 128 10/8/2024
2.1.340 128 10/8/2024
2.1.339 112 10/8/2024
2.1.338 114 10/8/2024
2.1.337 128 10/8/2024
2.1.336 120 10/8/2024
2.1.335 127 10/3/2024
2.1.334 124 10/3/2024
2.1.333 128 10/3/2024
2.1.332 130 10/2/2024
2.1.331 130 10/2/2024
2.1.330 128 10/1/2024
2.1.329 125 10/1/2024
2.1.328 142 10/1/2024
2.1.327 130 9/29/2024
2.1.326 159 9/29/2024
2.1.325 135 9/29/2024
2.1.324 134 9/27/2024
2.1.323 127 9/27/2024
2.1.322 131 9/27/2024
2.1.321 148 9/26/2024
2.1.320 134 9/26/2024
2.1.319 151 9/26/2024
2.1.318 130 9/23/2024
2.1.317 133 9/23/2024
2.1.316 126 9/23/2024
2.1.315 146 9/23/2024
2.1.314 134 9/23/2024
2.1.313 136 9/17/2024
2.1.312 142 9/17/2024
2.1.311 127 9/17/2024
2.1.310 127 9/17/2024
2.1.309 118 9/17/2024
2.1.308 128 9/17/2024
2.1.307 136 9/16/2024
2.1.306 145 9/12/2024
2.1.305 158 9/11/2024
2.1.303 141 9/11/2024
2.1.302 140 9/10/2024
2.1.301 140 9/10/2024
2.1.300 133 9/10/2024
2.1.299 146 9/10/2024
2.1.298 137 9/9/2024
2.1.297 134 9/9/2024
2.1.296 145 9/9/2024
2.1.295 150 9/9/2024
2.1.294 153 9/9/2024
2.1.293 143 9/6/2024
2.1.292 155 9/6/2024
2.1.291 146 9/5/2024
2.1.290 140 9/5/2024
2.1.289 143 9/5/2024
2.1.288 145 9/5/2024
2.1.287 139 9/5/2024
2.1.286 134 9/5/2024
2.1.285 162 9/4/2024
2.1.284 134 9/3/2024
2.1.283 157 9/3/2024
2.1.282 142 9/3/2024
2.1.281 139 9/3/2024
2.1.280 140 8/29/2024
2.1.279 156 8/26/2024
2.1.278 155 8/21/2024
2.1.277 149 8/21/2024
2.1.276 167 8/20/2024
2.1.275 163 8/20/2024
2.1.274 151 8/20/2024
2.1.273 157 8/19/2024
2.1.272 162 8/15/2024
2.1.271 152 8/13/2024
2.1.270 132 8/6/2024
2.1.269 104 8/6/2024
2.1.268 127 8/1/2024
2.1.267 128 8/1/2024
2.1.266 130 8/1/2024
2.1.265 106 7/25/2024
2.1.264 120 7/25/2024
2.1.263 111 7/25/2024
2.1.262 113 7/24/2024
2.1.261 109 7/24/2024
2.1.260 209 7/20/2024
2.1.259 156 7/14/2024
2.1.258 124 7/14/2024
2.1.256 168 7/10/2024
2.1.255 138 7/10/2024
2.1.254 116 7/10/2024
2.1.253 142 7/10/2024
2.1.252 122 7/10/2024
2.1.251 141 7/10/2024
2.1.250 112 7/9/2024
2.1.249 118 7/9/2024
2.1.248 105 7/9/2024
2.1.247 145 7/9/2024
2.1.246 138 7/9/2024
2.1.245 149 7/9/2024
2.1.244 108 7/9/2024
2.1.243 151 7/9/2024
2.1.242 149 7/8/2024
2.1.241 138 7/8/2024
2.1.240 141 7/8/2024
2.1.239 158 7/7/2024
2.1.238 179 7/7/2024
2.1.237 1,657 7/3/2024
2.1.236 136 7/3/2024
2.1.235 2,087 6/22/2024
2.1.234 1,037 6/15/2024
2.1.233 397 6/15/2024
2.1.232 1,084 6/14/2024
2.1.231 1,113 6/1/2024
2.1.230 216 6/1/2024
2.1.229 478 6/1/2024
2.1.228 1,376 5/31/2024
2.1.227 964 5/29/2024
2.1.226 862 5/28/2024
2.1.225 458 5/27/2024
2.1.224 964 5/26/2024
2.1.223 866 5/26/2024
2.1.222 532 5/26/2024
2.1.221 339 5/26/2024
2.1.220 374 5/25/2024
2.1.219 801 5/25/2024
2.1.218 217 5/25/2024
2.1.217 479 5/25/2024
2.1.216 490 5/25/2024
2.1.215 881 5/23/2024
2.1.214 605 5/23/2024
2.1.213 580 5/22/2024
2.1.212 362 5/22/2024
2.1.211 407 5/22/2024
2.1.210 1,542 5/18/2024
2.1.209 656 5/17/2024
2.1.208 354 5/17/2024
2.1.207 818 5/16/2024
2.1.206 250 5/15/2024
2.1.205 1,012 5/15/2024
2.1.204 1,144 5/13/2024
2.1.203 1,269 4/29/2024
2.1.202 340 4/29/2024
2.1.201 1,058 4/28/2024
2.1.200 375 4/28/2024
2.1.199 235 4/28/2024
2.1.198 763 4/28/2024
2.1.197 302 4/28/2024
2.1.196 485 4/28/2024
2.1.195 338 4/28/2024
2.1.194 634 4/27/2024
2.1.193 923 4/19/2024
2.1.192 1,198 4/18/2024
2.1.191 950 4/12/2024
2.1.190 661 4/12/2024
2.1.189 393 4/12/2024
2.1.188 391 4/12/2024
2.1.187 590 4/12/2024
2.1.186 446 4/12/2024
2.1.185 526 4/11/2024
2.1.184 622 4/10/2024
2.1.183 467 4/9/2024
2.1.182 1,045 4/2/2024
2.1.181 432 4/1/2024
2.1.180 806 3/29/2024
2.1.179 770 3/25/2024
2.1.178 351 3/25/2024
2.1.177 959 3/20/2024
2.1.176 884 3/19/2024
2.1.175 469 3/19/2024
2.1.174 695 3/18/2024
2.1.173 1,021 3/15/2024
2.1.172 714 3/13/2024
2.1.171 327 3/13/2024
2.1.170 762 3/13/2024
2.1.169 335 3/13/2024
2.1.168 177 3/13/2024
2.1.167 737 3/12/2024
2.1.166 558 3/12/2024
2.1.165 818 3/11/2024
2.1.164 779 3/11/2024
2.1.163 806 3/10/2024
2.1.162 780 3/8/2024
2.1.161 353 3/8/2024
2.1.160 639 3/8/2024
2.1.159 954 3/6/2024
2.1.158 784 3/4/2024
2.1.157 843 3/4/2024
2.1.156 727 3/3/2024
2.1.155 649 3/2/2024
2.1.154 277 3/2/2024
2.1.153 676 3/2/2024
2.1.152 229 3/2/2024
2.1.151 654 2/29/2024
2.1.150 246 2/29/2024
2.1.149 679 2/29/2024
2.1.148 865 2/26/2024
2.1.147 507 2/25/2024
2.1.146 527 2/25/2024
2.1.145 1,785 2/23/2024
2.1.144 668 2/22/2024
2.1.143 468 2/22/2024
2.1.142 694 2/21/2024
2.1.141 677 2/21/2024
2.1.140 580 2/21/2024
2.1.139 402 2/21/2024
2.1.138 328 2/21/2024
2.1.137 151 2/21/2024
2.1.136 1,525 2/20/2024
2.1.135 545 2/20/2024
2.1.134 453 2/20/2024
2.1.133 503 2/19/2024
2.1.132 662 2/19/2024
2.1.131 706 2/17/2024
2.1.130 492 2/17/2024
2.1.129 573 2/16/2024
2.1.128 315 2/16/2024
2.1.127 345 2/16/2024
2.1.126 399 2/16/2024
2.1.125 647 2/16/2024
2.1.124 233 2/16/2024
2.1.123 1,140 2/13/2024
2.1.122 959 2/13/2024
2.1.121 249 2/13/2024
2.1.120 492 2/13/2024
2.1.119 506 2/13/2024
2.1.118 647 2/12/2024
2.1.117 357 2/11/2024
2.1.116 966 2/11/2024
2.1.115 545 2/11/2024
2.1.114 655 2/10/2024
2.1.113 385 2/9/2024
2.1.112 808 2/9/2024
2.1.111 624 2/9/2024
2.1.110 353 2/8/2024
2.1.109 609 2/8/2024
2.1.108 508 2/8/2024
2.1.107 587 2/8/2024
2.1.106 748 2/7/2024
2.1.105 483 2/7/2024
2.1.104 313 2/7/2024
2.1.103 703 2/7/2024
2.1.102 140 2/6/2024
2.1.101 551 2/6/2024
2.1.100 810 2/5/2024
2.1.99 822 2/4/2024
2.1.98 634 2/2/2024
2.1.97 923 1/31/2024
2.1.96 741 1/29/2024
2.1.95 756 1/29/2024
2.1.94 309 1/29/2024
2.1.93 772 1/28/2024
2.1.92 307 1/28/2024
2.1.91 571 1/28/2024
2.1.90 311 1/28/2024
2.1.89 371 1/28/2024
2.1.88 841 1/27/2024
2.1.87 532 1/27/2024
2.1.86 217 1/27/2024
2.1.85 402 1/27/2024
2.1.84 502 1/27/2024
2.1.83 570 1/27/2024
2.1.82 265 1/26/2024
2.1.81 407 1/26/2024
2.1.80 557 1/26/2024
2.1.79 309 1/26/2024
2.1.78 850 1/26/2024
2.1.77 560 1/26/2024
2.1.76 391 1/25/2024
2.1.75 352 1/25/2024
2.1.74 366 1/25/2024
2.1.73 389 1/25/2024
2.1.72 1,080 1/19/2024
2.1.71 881 1/15/2024
2.1.70 450 1/15/2024
2.1.69 430 1/15/2024
2.1.68 537 1/15/2024
2.1.67 686 1/15/2024
2.1.66 726 1/14/2024
2.1.65 797 1/13/2024
2.1.64 713 1/12/2024
2.1.63 922 1/11/2024
2.1.62 950 1/7/2024
2.1.61 712 1/5/2024
2.1.60 471 1/5/2024
2.1.59 774 1/5/2024
2.1.58 827 1/1/2024
2.1.57 970 12/28/2023
2.1.56 634 12/28/2023
2.1.55 600 12/28/2023
2.1.54 437 12/27/2023
2.1.53 325 12/27/2023
2.1.52 162 12/27/2023
2.1.51 1,398 12/25/2023
2.1.50 281 12/25/2023
2.1.49 610 12/25/2023
2.1.48 433 12/25/2023
2.1.47 545 12/25/2023
2.1.46 272 12/25/2023
2.1.45 745 12/24/2023
2.1.44 920 12/23/2023
2.1.43 509 12/23/2023
2.1.42 748 12/23/2023
2.1.41 349 12/23/2023
2.1.40 555 12/23/2023
2.1.39 1,139 12/19/2023
2.1.38 334 12/19/2023
2.1.37 1,822 12/10/2023
2.1.36 737 12/10/2023
2.1.35 1,240 12/9/2023
2.1.34 579 12/9/2023
2.1.33 715 12/9/2023
2.1.32 1,168 12/6/2023
2.1.31 960 12/5/2023
2.1.30 656 12/4/2023
2.1.29 249 12/4/2023
2.1.28 526 12/4/2023
2.1.27 1,257 11/23/2023
2.1.26 509 11/23/2023
2.1.25 640 11/23/2023
2.1.24 311 11/23/2023
2.1.23 755 11/20/2023
2.1.22 691 11/20/2023
2.1.21 672 11/19/2023
2.1.20 319 11/19/2023
2.1.19 604 11/19/2023
2.1.18 402 11/19/2023
2.1.17 709 11/18/2023
2.1.16 564 11/18/2023
2.1.15 372 11/18/2023
2.1.14 505 11/18/2023
2.1.13 661 11/17/2023
2.1.12 156 11/17/2023
2.1.11 635 11/17/2023
2.1.10 443 11/17/2023
2.1.9 422 11/17/2023
2.1.8 296 11/17/2023
2.1.7 681 11/17/2023
2.1.6 373 11/17/2023
2.1.5 241 11/17/2023
2.1.4 763 11/16/2023
2.0.82 1,001 11/15/2023
2.0.81 139 11/15/2023
2.0.80 139 11/15/2023
2.0.79 269 11/15/2023
2.0.3 143 11/16/2023
2.0.2 147 11/16/2023
2.0.1 138 11/16/2023
1.0.78 499 11/14/2023
1.0.77 934 11/13/2023
1.0.76 675 11/10/2023
1.0.75 692 11/9/2023
1.0.74 156 11/9/2023
1.0.73 1,009 11/7/2023
1.0.72 531 11/6/2023
1.0.71 484 11/3/2023
1.0.70 533 11/2/2023
1.0.69 999 11/1/2023
1.0.68 1,216 10/26/2023
1.0.67 910 10/19/2023
1.0.66 317 10/18/2023
1.0.65 723 10/17/2023
1.0.64 1,086 10/16/2023
1.0.63 693 10/13/2023
1.0.62 829 10/12/2023
1.0.61 1,405 9/20/2023
1.0.60 584 9/19/2023
1.0.59 662 9/18/2023
1.0.58 175 9/18/2023
1.0.57 990 9/14/2023
1.0.56 1,318 8/31/2023
1.0.55 577 8/30/2023
1.0.54 213 8/30/2023
1.0.53 1,090 8/28/2023
1.0.52 424 8/25/2023
1.0.51 988 8/24/2023
1.0.50 1,319 8/21/2023
1.0.49 469 8/18/2023
1.0.48 858 8/17/2023
1.0.47 189 8/17/2023
1.0.46 1,540 8/10/2023
1.0.45 631 8/9/2023
1.0.44 1,150 8/8/2023
1.0.43 642 8/7/2023
1.0.42 196 8/7/2023
1.0.41 1,543 7/13/2023
1.0.40 1,172 7/11/2023
1.0.39 757 7/10/2023
1.0.38 1,012 7/7/2023
1.0.37 233 7/7/2023
1.0.36 1,655 6/30/2023
1.0.35 855 6/29/2023
1.0.34 997 6/28/2023
1.0.33 229 6/28/2023
1.0.32 1,492 6/26/2023
1.0.31 573 6/23/2023
1.0.30 1,414 6/21/2023
1.0.29 1,545 6/15/2023
1.0.28 834 6/14/2023
1.0.27 240 6/14/2023
1.0.26 1,808 6/9/2023
1.0.25 929 6/8/2023
1.0.24 533 6/7/2023
1.0.23 268 6/7/2023
1.0.22 883 6/6/2023
1.0.21 1,812 6/5/2023
1.0.20 579 6/2/2023
1.0.19 240 6/2/2023
1.0.18 1,086 6/1/2023
1.0.17 406 5/31/2023
1.0.16 1,217 5/31/2023
1.0.15 419 5/31/2023
1.0.14 1,021 5/30/2023
1.0.13 1,435 5/26/2023
1.0.12 962 5/25/2023
1.0.11 882 5/24/2023
1.0.10 337 5/24/2023
1.0.8 1,243 5/23/2023
1.0.7 459 5/22/2023
1.0.6 1,408 5/17/2023
1.0.5 2,698 4/11/2023
1.0.4 573 4/3/2023
1.0.3 670 3/31/2023
1.0.2 471 3/31/2023
1.0.1 453 2/27/2023