Soenneker.Utils.Cancellation 3.0.716

Prefix Reserved
dotnet add package Soenneker.Utils.Cancellation --version 3.0.716
                    
NuGet\Install-Package Soenneker.Utils.Cancellation -Version 3.0.716
                    
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.716" />
                    
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.716" />
                    
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.716
                    
#r "nuget: Soenneker.Utils.Cancellation, 3.0.716"
                    
#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.716
                    
#: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.716
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.Cancellation&version=3.0.716
                    
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.716 124 9/3/2025
3.0.715 132 8/11/2025
3.0.714 206 8/5/2025
3.0.713 202 8/5/2025
3.0.712 145 7/8/2025
3.0.711 142 7/8/2025
3.0.709 300 6/11/2025
3.0.708 298 6/11/2025
3.0.707 158 5/27/2025
3.0.706 158 5/22/2025
3.0.705 229 5/13/2025
3.0.704 255 5/13/2025
3.0.703 171 5/7/2025
3.0.702 160 5/5/2025
3.0.701 160 5/5/2025
3.0.700 192 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 189 4/8/2025
3.0.692 174 4/7/2025
3.0.691 176 4/7/2025
3.0.690 186 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 195 4/6/2025
3.0.684 156 4/6/2025
3.0.683 172 4/6/2025
3.0.682 135 4/6/2025
3.0.681 132 4/6/2025
3.0.680 126 4/6/2025
3.0.679 117 4/5/2025
3.0.678 104 4/5/2025
3.0.677 102 4/5/2025
3.0.676 112 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 181 3/31/2025
3.0.668 107 3/29/2025
3.0.667 483 3/25/2025
3.0.666 486 3/25/2025
3.0.665 134 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 86 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 205 3/11/2025
3.0.655 187 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 235 3/7/2025
3.0.647 128 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 138 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 125 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 142 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 115 2/23/2025
3.0.628 127 2/22/2025
3.0.627 135 2/22/2025
3.0.626 134 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 142 2/21/2025
3.0.619 121 2/19/2025
3.0.618 132 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 121 2/14/2025
3.0.612 136 2/13/2025
3.0.611 138 2/12/2025
3.0.610 132 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 121 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 113 2/11/2025
3.0.600 118 2/11/2025
3.0.599 129 2/11/2025
3.0.598 124 2/11/2025
3.0.597 128 2/10/2025
3.0.596 124 2/10/2025
3.0.595 119 2/10/2025
3.0.594 120 2/10/2025
3.0.593 139 2/10/2025
3.0.592 128 2/9/2025
3.0.591 127 2/9/2025
3.0.590 128 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 118 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 126 2/5/2025
3.0.576 130 2/5/2025
3.0.575 120 2/5/2025
3.0.574 123 2/5/2025
3.0.573 119 2/5/2025
3.0.572 130 1/28/2025
3.0.571 122 1/28/2025
3.0.570 100 1/28/2025
3.0.569 116 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 117 1/26/2025
3.0.559 121 1/26/2025
3.0.558 115 1/25/2025
3.0.557 112 1/25/2025
3.0.556 114 1/25/2025
3.0.555 111 1/25/2025
3.0.554 118 1/25/2025
3.0.553 111 1/25/2025
3.0.552 109 1/24/2025
3.0.551 110 1/24/2025
3.0.550 120 1/24/2025
3.0.549 109 1/24/2025
3.0.548 105 1/24/2025
3.0.547 112 1/23/2025
3.0.546 110 1/23/2025
3.0.545 112 1/22/2025
3.0.544 110 1/21/2025
3.0.543 117 1/21/2025
3.0.542 112 1/21/2025
3.0.541 113 1/21/2025
3.0.540 117 1/21/2025
3.0.539 127 1/21/2025
3.0.538 115 1/21/2025
3.0.537 115 1/21/2025
3.0.536 113 1/21/2025
3.0.535 116 1/20/2025
3.0.534 108 1/20/2025
3.0.533 119 1/20/2025
3.0.532 110 1/20/2025
3.0.531 125 1/20/2025
3.0.530 115 1/20/2025
3.0.529 111 1/20/2025
3.0.528 120 1/20/2025
3.0.527 106 1/19/2025
3.0.526 112 1/19/2025
3.0.525 109 1/19/2025
3.0.524 121 1/19/2025
3.0.523 122 1/19/2025
3.0.522 101 1/19/2025
3.0.521 97 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 108 1/17/2025
3.0.516 123 1/17/2025
3.0.515 103 1/17/2025
3.0.514 119 1/17/2025
3.0.513 105 1/16/2025
3.0.512 111 1/16/2025
3.0.511 119 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 110 1/16/2025
3.0.506 105 1/15/2025
3.0.505 118 1/15/2025
3.0.504 97 1/15/2025
3.0.503 98 1/15/2025
3.0.502 84 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 100 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 124 1/11/2025
3.0.488 112 1/11/2025
3.0.487 123 1/10/2025
3.0.486 127 1/10/2025
3.0.485 112 1/10/2025
3.0.484 106 1/10/2025
3.0.483 116 1/10/2025
3.0.482 112 1/10/2025
3.0.481 143 1/3/2025
3.0.480 129 1/3/2025
3.0.479 125 1/3/2025
3.0.478 128 1/2/2025
3.0.477 123 1/2/2025
3.0.476 124 1/2/2025
3.0.475 129 1/2/2025
3.0.474 142 1/1/2025
3.0.473 136 1/1/2025
3.0.472 128 1/1/2025
3.0.471 124 1/1/2025
3.0.470 135 1/1/2025
3.0.469 130 12/31/2024
3.0.468 126 12/31/2024
3.0.467 131 12/31/2024
3.0.466 141 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 145 12/31/2024
3.0.460 129 12/31/2024
3.0.459 129 12/28/2024
3.0.458 113 12/28/2024
3.0.457 113 12/27/2024
3.0.456 127 12/27/2024
3.0.455 114 12/27/2024
3.0.454 124 12/24/2024
3.0.453 117 12/24/2024
3.0.452 117 12/24/2024
3.0.451 135 12/24/2024
3.0.450 124 12/24/2024
3.0.449 137 12/24/2024
3.0.448 121 12/24/2024
3.0.447 121 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 131 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 123 12/22/2024
3.0.438 121 12/22/2024
3.0.437 126 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 133 12/21/2024
3.0.428 115 12/21/2024
3.0.427 123 12/20/2024
3.0.426 130 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 133 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 123 12/9/2024
3.0.414 118 12/9/2024
3.0.413 132 12/6/2024
3.0.412 131 12/6/2024
3.0.411 124 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 129 12/6/2024
3.0.406 125 12/6/2024
3.0.405 133 12/6/2024
3.0.404 121 12/5/2024
3.0.403 118 12/5/2024
3.0.402 127 12/5/2024
3.0.401 132 12/4/2024
3.0.400 124 12/4/2024
3.0.399 121 12/4/2024
3.0.398 134 12/3/2024
3.0.397 122 12/3/2024
3.0.396 135 12/3/2024
3.0.395 118 12/3/2024
3.0.394 130 12/3/2024
3.0.393 126 12/3/2024
3.0.392 120 12/3/2024
3.0.391 117 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 133 11/21/2024
3.0.384 127 11/20/2024
3.0.382 138 11/20/2024
3.0.381 124 11/20/2024
3.0.380 125 11/19/2024
3.0.379 120 11/19/2024
3.0.378 125 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 116 11/14/2024
3.0.373 120 11/14/2024
3.0.372 134 11/14/2024
3.0.371 138 11/14/2024
3.0.370 126 11/14/2024
2.1.369 122 11/14/2024
2.1.368 121 11/13/2024
2.1.367 123 11/13/2024
2.1.366 133 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 119 11/9/2024
2.1.361 128 11/8/2024
2.1.360 119 11/8/2024
2.1.359 123 11/8/2024
2.1.358 132 11/8/2024
2.1.357 131 11/8/2024
2.1.356 126 11/8/2024
2.1.355 116 10/31/2024
2.1.354 132 10/29/2024
2.1.353 121 10/29/2024
2.1.352 127 10/29/2024
2.1.351 127 10/26/2024
2.1.350 135 10/22/2024
2.1.349 133 10/22/2024
2.1.348 133 10/22/2024
2.1.347 126 10/17/2024
2.1.346 121 10/14/2024
2.1.345 123 10/11/2024
2.1.344 135 10/11/2024
2.1.343 139 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 119 10/8/2024
2.1.335 126 10/3/2024
2.1.334 123 10/3/2024
2.1.333 128 10/3/2024
2.1.332 129 10/2/2024
2.1.331 130 10/2/2024
2.1.330 128 10/1/2024
2.1.329 124 10/1/2024
2.1.328 141 10/1/2024
2.1.327 129 9/29/2024
2.1.326 155 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 133 9/26/2024
2.1.319 150 9/26/2024
2.1.318 130 9/23/2024
2.1.317 132 9/23/2024
2.1.316 126 9/23/2024
2.1.315 145 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 126 9/17/2024
2.1.310 126 9/17/2024
2.1.309 117 9/17/2024
2.1.308 128 9/17/2024
2.1.307 135 9/16/2024
2.1.306 145 9/12/2024
2.1.305 155 9/11/2024
2.1.303 140 9/11/2024
2.1.302 139 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 144 9/9/2024
2.1.295 149 9/9/2024
2.1.294 152 9/9/2024
2.1.293 143 9/6/2024
2.1.292 155 9/6/2024
2.1.291 145 9/5/2024
2.1.290 140 9/5/2024
2.1.289 143 9/5/2024
2.1.288 144 9/5/2024
2.1.287 139 9/5/2024
2.1.286 134 9/5/2024
2.1.285 160 9/4/2024
2.1.284 134 9/3/2024
2.1.283 155 9/3/2024
2.1.282 141 9/3/2024
2.1.281 138 9/3/2024
2.1.280 139 8/29/2024
2.1.279 154 8/26/2024
2.1.278 154 8/21/2024
2.1.277 149 8/21/2024
2.1.276 164 8/20/2024
2.1.275 163 8/20/2024
2.1.274 151 8/20/2024
2.1.273 156 8/19/2024
2.1.272 161 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 127 8/1/2024
2.1.266 130 8/1/2024
2.1.265 105 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 107 7/24/2024
2.1.260 209 7/20/2024
2.1.259 156 7/14/2024
2.1.258 123 7/14/2024
2.1.256 166 7/10/2024
2.1.255 137 7/10/2024
2.1.254 115 7/10/2024
2.1.253 142 7/10/2024
2.1.252 121 7/10/2024
2.1.251 141 7/10/2024
2.1.250 111 7/9/2024
2.1.249 117 7/9/2024
2.1.248 105 7/9/2024
2.1.247 143 7/9/2024
2.1.246 138 7/9/2024
2.1.245 149 7/9/2024
2.1.244 106 7/9/2024
2.1.243 151 7/9/2024
2.1.242 148 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 134 7/3/2024
2.1.235 2,086 6/22/2024
2.1.234 1,037 6/15/2024
2.1.233 393 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 963 5/26/2024
2.1.223 866 5/26/2024
2.1.222 531 5/26/2024
2.1.221 339 5/26/2024
2.1.220 373 5/25/2024
2.1.219 801 5/25/2024
2.1.218 217 5/25/2024
2.1.217 478 5/25/2024
2.1.216 489 5/25/2024
2.1.215 877 5/23/2024
2.1.214 604 5/23/2024
2.1.213 580 5/22/2024
2.1.212 361 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,142 5/13/2024
2.1.203 1,269 4/29/2024
2.1.202 338 4/29/2024
2.1.201 1,058 4/28/2024
2.1.200 375 4/28/2024
2.1.199 234 4/28/2024
2.1.198 762 4/28/2024
2.1.197 300 4/28/2024
2.1.196 484 4/28/2024
2.1.195 338 4/28/2024
2.1.194 633 4/27/2024
2.1.193 921 4/19/2024
2.1.192 1,198 4/18/2024
2.1.191 950 4/12/2024
2.1.190 660 4/12/2024
2.1.189 393 4/12/2024
2.1.188 391 4/12/2024
2.1.187 589 4/12/2024
2.1.186 445 4/12/2024
2.1.185 525 4/11/2024
2.1.184 621 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 803 3/29/2024
2.1.179 768 3/25/2024
2.1.178 350 3/25/2024
2.1.177 959 3/20/2024
2.1.176 884 3/19/2024
2.1.175 468 3/19/2024
2.1.174 695 3/18/2024
2.1.173 1,021 3/15/2024
2.1.172 713 3/13/2024
2.1.171 324 3/13/2024
2.1.170 762 3/13/2024
2.1.169 334 3/13/2024
2.1.168 174 3/13/2024
2.1.167 737 3/12/2024
2.1.166 558 3/12/2024
2.1.165 816 3/11/2024
2.1.164 779 3/11/2024
2.1.163 805 3/10/2024
2.1.162 779 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 782 3/4/2024
2.1.157 842 3/4/2024
2.1.156 722 3/3/2024
2.1.155 648 3/2/2024
2.1.154 276 3/2/2024
2.1.153 675 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 678 2/29/2024
2.1.148 864 2/26/2024
2.1.147 506 2/25/2024
2.1.146 527 2/25/2024
2.1.145 1,785 2/23/2024
2.1.144 664 2/22/2024
2.1.143 468 2/22/2024
2.1.142 694 2/21/2024
2.1.141 674 2/21/2024
2.1.140 579 2/21/2024
2.1.139 398 2/21/2024
2.1.138 328 2/21/2024
2.1.137 151 2/21/2024
2.1.136 1,524 2/20/2024
2.1.135 545 2/20/2024
2.1.134 452 2/20/2024
2.1.133 502 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 572 2/16/2024
2.1.128 315 2/16/2024
2.1.127 345 2/16/2024
2.1.126 398 2/16/2024
2.1.125 646 2/16/2024
2.1.124 232 2/16/2024
2.1.123 1,139 2/13/2024
2.1.122 957 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 646 2/12/2024
2.1.117 356 2/11/2024
2.1.116 966 2/11/2024
2.1.115 544 2/11/2024
2.1.114 652 2/10/2024
2.1.113 384 2/9/2024
2.1.112 807 2/9/2024
2.1.111 623 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 584 2/8/2024
2.1.106 748 2/7/2024
2.1.105 483 2/7/2024
2.1.104 312 2/7/2024
2.1.103 702 2/7/2024
2.1.102 139 2/6/2024
2.1.101 550 2/6/2024
2.1.100 810 2/5/2024
2.1.99 822 2/4/2024
2.1.98 633 2/2/2024
2.1.97 922 1/31/2024
2.1.96 741 1/29/2024
2.1.95 754 1/29/2024
2.1.94 308 1/29/2024
2.1.93 771 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 840 1/27/2024
2.1.87 532 1/27/2024
2.1.86 214 1/27/2024
2.1.85 401 1/27/2024
2.1.84 502 1/27/2024
2.1.83 570 1/27/2024
2.1.82 261 1/26/2024
2.1.81 406 1/26/2024
2.1.80 553 1/26/2024
2.1.79 308 1/26/2024
2.1.78 849 1/26/2024
2.1.77 560 1/26/2024
2.1.76 390 1/25/2024
2.1.75 352 1/25/2024
2.1.74 365 1/25/2024
2.1.73 386 1/25/2024
2.1.72 1,077 1/19/2024
2.1.71 881 1/15/2024
2.1.70 450 1/15/2024
2.1.69 429 1/15/2024
2.1.68 537 1/15/2024
2.1.67 686 1/15/2024
2.1.66 722 1/14/2024
2.1.65 797 1/13/2024
2.1.64 710 1/12/2024
2.1.63 922 1/11/2024
2.1.62 945 1/7/2024
2.1.61 712 1/5/2024
2.1.60 471 1/5/2024
2.1.59 773 1/5/2024
2.1.58 826 1/1/2024
2.1.57 969 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,395 12/25/2023
2.1.50 280 12/25/2023
2.1.49 610 12/25/2023
2.1.48 433 12/25/2023
2.1.47 542 12/25/2023
2.1.46 272 12/25/2023
2.1.45 745 12/24/2023
2.1.44 917 12/23/2023
2.1.43 509 12/23/2023
2.1.42 747 12/23/2023
2.1.41 347 12/23/2023
2.1.40 554 12/23/2023
2.1.39 1,137 12/19/2023
2.1.38 333 12/19/2023
2.1.37 1,822 12/10/2023
2.1.36 737 12/10/2023
2.1.35 1,238 12/9/2023
2.1.34 575 12/9/2023
2.1.33 714 12/9/2023
2.1.32 1,165 12/6/2023
2.1.31 959 12/5/2023
2.1.30 656 12/4/2023
2.1.29 249 12/4/2023
2.1.28 525 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 754 11/20/2023
2.1.22 691 11/20/2023
2.1.21 671 11/19/2023
2.1.20 319 11/19/2023
2.1.19 603 11/19/2023
2.1.18 402 11/19/2023
2.1.17 709 11/18/2023
2.1.16 563 11/18/2023
2.1.15 372 11/18/2023
2.1.14 504 11/18/2023
2.1.13 659 11/17/2023
2.1.12 155 11/17/2023
2.1.11 635 11/17/2023
2.1.10 442 11/17/2023
2.1.9 421 11/17/2023
2.1.8 296 11/17/2023
2.1.7 680 11/17/2023
2.1.6 372 11/17/2023
2.1.5 240 11/17/2023
2.1.4 761 11/16/2023
2.0.82 1,000 11/15/2023
2.0.81 139 11/15/2023
2.0.80 137 11/15/2023
2.0.79 269 11/15/2023
2.0.3 142 11/16/2023
2.0.2 147 11/16/2023
2.0.1 137 11/16/2023
1.0.78 499 11/14/2023
1.0.77 933 11/13/2023
1.0.76 675 11/10/2023
1.0.75 688 11/9/2023
1.0.74 154 11/9/2023
1.0.73 1,009 11/7/2023
1.0.72 531 11/6/2023
1.0.71 483 11/3/2023
1.0.70 533 11/2/2023
1.0.69 998 11/1/2023
1.0.68 1,215 10/26/2023
1.0.67 910 10/19/2023
1.0.66 317 10/18/2023
1.0.65 722 10/17/2023
1.0.64 1,086 10/16/2023
1.0.63 693 10/13/2023
1.0.62 828 10/12/2023
1.0.61 1,403 9/20/2023
1.0.60 584 9/19/2023
1.0.59 661 9/18/2023
1.0.58 174 9/18/2023
1.0.57 989 9/14/2023
1.0.56 1,318 8/31/2023
1.0.55 577 8/30/2023
1.0.54 210 8/30/2023
1.0.53 1,090 8/28/2023
1.0.52 423 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 855 8/17/2023
1.0.47 187 8/17/2023
1.0.46 1,539 8/10/2023
1.0.45 631 8/9/2023
1.0.44 1,149 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,171 7/11/2023
1.0.39 755 7/10/2023
1.0.38 1,012 7/7/2023
1.0.37 230 7/7/2023
1.0.36 1,655 6/30/2023
1.0.35 854 6/29/2023
1.0.34 996 6/28/2023
1.0.33 227 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,544 6/15/2023
1.0.28 833 6/14/2023
1.0.27 239 6/14/2023
1.0.26 1,808 6/9/2023
1.0.25 928 6/8/2023
1.0.24 532 6/7/2023
1.0.23 268 6/7/2023
1.0.22 883 6/6/2023
1.0.21 1,811 6/5/2023
1.0.20 579 6/2/2023
1.0.19 239 6/2/2023
1.0.18 1,085 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 961 5/25/2023
1.0.11 881 5/24/2023
1.0.10 337 5/24/2023
1.0.8 1,239 5/23/2023
1.0.7 456 5/22/2023
1.0.6 1,408 5/17/2023
1.0.5 2,698 4/11/2023
1.0.4 572 4/3/2023
1.0.3 668 3/31/2023
1.0.2 471 3/31/2023
1.0.1 452 2/27/2023