Soenneker.Utils.Cancellation 2.1.136

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 2.1.136
                    
NuGet\Install-Package Soenneker.Utils.Cancellation -Version 2.1.136
                    
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="2.1.136" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Utils.Cancellation" Version="2.1.136" />
                    
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 2.1.136
                    
#r "nuget: Soenneker.Utils.Cancellation, 2.1.136"
                    
#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.
#addin nuget:?package=Soenneker.Utils.Cancellation&version=2.1.136
                    
Install Soenneker.Utils.Cancellation as a Cake Addin
#tool nuget:?package=Soenneker.Utils.Cancellation&version=2.1.136
                    
Install Soenneker.Utils.Cancellation 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 net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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.707 124 5/27/2025
3.0.706 125 5/22/2025
3.0.705 208 5/13/2025
3.0.704 227 5/13/2025
3.0.703 134 5/7/2025
3.0.702 137 5/5/2025
3.0.701 137 5/5/2025
3.0.700 162 4/8/2025
3.0.699 159 4/8/2025
3.0.698 145 4/8/2025
3.0.697 157 4/8/2025
3.0.696 151 4/8/2025
3.0.695 156 4/8/2025
3.0.694 159 4/8/2025
3.0.693 162 4/8/2025
3.0.692 154 4/7/2025
3.0.691 156 4/7/2025
3.0.690 153 4/7/2025
3.0.689 164 4/7/2025
3.0.688 160 4/7/2025
3.0.687 159 4/6/2025
3.0.686 162 4/6/2025
3.0.685 161 4/6/2025
3.0.684 135 4/6/2025
3.0.683 139 4/6/2025
3.0.682 109 4/6/2025
3.0.681 108 4/6/2025
3.0.680 105 4/6/2025
3.0.679 88 4/5/2025
3.0.678 85 4/5/2025
3.0.677 83 4/5/2025
3.0.676 93 4/5/2025
3.0.675 89 4/5/2025
3.0.674 94 4/5/2025
3.0.673 90 4/4/2025
3.0.672 157 4/4/2025
3.0.671 152 4/1/2025
3.0.670 150 4/1/2025
3.0.669 149 3/31/2025
3.0.668 85 3/29/2025
3.0.667 460 3/25/2025
3.0.666 469 3/25/2025
3.0.665 114 3/21/2025
3.0.664 127 3/21/2025
3.0.663 141 3/18/2025
3.0.662 143 3/18/2025
3.0.661 66 3/15/2025
3.0.660 76 3/15/2025
3.0.659 149 3/12/2025
3.0.658 169 3/12/2025
3.0.657 163 3/12/2025
3.0.656 175 3/11/2025
3.0.655 161 3/11/2025
3.0.654 166 3/11/2025
3.0.653 171 3/11/2025
3.0.652 168 3/11/2025
3.0.651 167 3/11/2025
3.0.650 176 3/11/2025
3.0.649 214 3/7/2025
3.0.648 207 3/7/2025
3.0.647 104 3/2/2025
3.0.646 106 3/2/2025
3.0.645 106 3/2/2025
3.0.644 106 3/2/2025
3.0.643 106 3/1/2025
3.0.642 94 3/1/2025
3.0.641 109 3/1/2025
3.0.640 100 3/1/2025
3.0.639 103 3/1/2025
3.0.638 93 3/1/2025
3.0.637 98 3/1/2025
3.0.636 104 2/25/2025
3.0.635 90 2/25/2025
3.0.634 109 2/25/2025
3.0.633 98 2/25/2025
3.0.632 95 2/25/2025
3.0.631 89 2/24/2025
3.0.630 108 2/23/2025
3.0.629 94 2/23/2025
3.0.628 106 2/22/2025
3.0.627 115 2/22/2025
3.0.626 101 2/22/2025
3.0.625 96 2/22/2025
3.0.624 99 2/22/2025
3.0.623 91 2/22/2025
3.0.622 101 2/21/2025
3.0.621 114 2/21/2025
3.0.620 116 2/21/2025
3.0.619 101 2/19/2025
3.0.618 101 2/19/2025
3.0.617 96 2/19/2025
3.0.616 104 2/18/2025
3.0.615 101 2/18/2025
3.0.614 98 2/18/2025
3.0.613 104 2/14/2025
3.0.612 109 2/13/2025
3.0.611 105 2/12/2025
3.0.610 105 2/12/2025
3.0.609 102 2/12/2025
3.0.608 102 2/12/2025
3.0.607 106 2/12/2025
3.0.606 101 2/12/2025
3.0.605 101 2/11/2025
3.0.604 113 2/11/2025
3.0.603 93 2/11/2025
3.0.602 98 2/11/2025
3.0.601 93 2/11/2025
3.0.600 99 2/11/2025
3.0.599 102 2/11/2025
3.0.598 107 2/11/2025
3.0.597 107 2/10/2025
3.0.596 100 2/10/2025
3.0.595 101 2/10/2025
3.0.594 101 2/10/2025
3.0.593 123 2/10/2025
3.0.592 103 2/9/2025
3.0.591 103 2/9/2025
3.0.590 102 2/8/2025
3.0.589 103 2/8/2025
3.0.588 94 2/8/2025
3.0.587 92 2/8/2025
3.0.586 100 2/8/2025
3.0.585 98 2/7/2025
3.0.584 92 2/7/2025
3.0.583 107 2/7/2025
3.0.582 101 2/7/2025
3.0.581 92 2/7/2025
3.0.580 95 2/6/2025
3.0.579 109 2/5/2025
3.0.578 115 2/5/2025
3.0.577 96 2/5/2025
3.0.576 108 2/5/2025
3.0.575 102 2/5/2025
3.0.574 104 2/5/2025
3.0.573 99 2/5/2025
3.0.572 106 1/28/2025
3.0.571 90 1/28/2025
3.0.570 82 1/28/2025
3.0.569 93 1/28/2025
3.0.568 89 1/27/2025
3.0.567 89 1/27/2025
3.0.566 82 1/27/2025
3.0.565 87 1/27/2025
3.0.564 86 1/27/2025
3.0.563 96 1/26/2025
3.0.562 96 1/26/2025
3.0.561 91 1/26/2025
3.0.560 92 1/26/2025
3.0.559 93 1/26/2025
3.0.558 96 1/25/2025
3.0.557 93 1/25/2025
3.0.556 92 1/25/2025
3.0.555 91 1/25/2025
3.0.554 92 1/25/2025
3.0.553 92 1/25/2025
3.0.552 90 1/24/2025
3.0.551 87 1/24/2025
3.0.550 98 1/24/2025
3.0.549 91 1/24/2025
3.0.548 88 1/24/2025
3.0.547 89 1/23/2025
3.0.546 89 1/23/2025
3.0.545 92 1/22/2025
3.0.544 90 1/21/2025
3.0.543 90 1/21/2025
3.0.542 91 1/21/2025
3.0.541 91 1/21/2025
3.0.540 99 1/21/2025
3.0.539 96 1/21/2025
3.0.538 96 1/21/2025
3.0.537 88 1/21/2025
3.0.536 93 1/21/2025
3.0.535 90 1/20/2025
3.0.534 89 1/20/2025
3.0.533 97 1/20/2025
3.0.532 91 1/20/2025
3.0.531 91 1/20/2025
3.0.530 92 1/20/2025
3.0.529 94 1/20/2025
3.0.528 92 1/20/2025
3.0.527 88 1/19/2025
3.0.526 92 1/19/2025
3.0.525 93 1/19/2025
3.0.524 86 1/19/2025
3.0.523 91 1/19/2025
3.0.522 84 1/19/2025
3.0.521 82 1/19/2025
3.0.520 94 1/18/2025
3.0.519 87 1/18/2025
3.0.518 87 1/17/2025
3.0.517 88 1/17/2025
3.0.516 103 1/17/2025
3.0.515 85 1/17/2025
3.0.514 87 1/17/2025
3.0.513 84 1/16/2025
3.0.512 85 1/16/2025
3.0.511 90 1/16/2025
3.0.510 80 1/16/2025
3.0.509 85 1/16/2025
3.0.508 82 1/16/2025
3.0.507 91 1/16/2025
3.0.506 84 1/15/2025
3.0.505 86 1/15/2025
3.0.504 79 1/15/2025
3.0.503 69 1/15/2025
3.0.502 67 1/15/2025
3.0.501 56 1/15/2025
3.0.500 64 1/14/2025
3.0.499 65 1/14/2025
3.0.498 77 1/14/2025
3.0.497 75 1/14/2025
3.0.496 83 1/13/2025
3.0.495 76 1/13/2025
3.0.494 83 1/13/2025
3.0.493 82 1/13/2025
3.0.492 78 1/13/2025
3.0.491 90 1/11/2025
3.0.490 92 1/11/2025
3.0.489 95 1/11/2025
3.0.488 89 1/11/2025
3.0.487 92 1/10/2025
3.0.486 95 1/10/2025
3.0.485 91 1/10/2025
3.0.484 87 1/10/2025
3.0.483 96 1/10/2025
3.0.482 90 1/10/2025
3.0.481 125 1/3/2025
3.0.480 108 1/3/2025
3.0.479 103 1/3/2025
3.0.478 102 1/2/2025
3.0.477 103 1/2/2025
3.0.476 105 1/2/2025
3.0.475 103 1/2/2025
3.0.474 109 1/1/2025
3.0.473 112 1/1/2025
3.0.472 110 1/1/2025
3.0.471 103 1/1/2025
3.0.470 115 1/1/2025
3.0.469 111 12/31/2024
3.0.468 105 12/31/2024
3.0.467 104 12/31/2024
3.0.466 120 12/31/2024
3.0.465 121 12/31/2024
3.0.464 114 12/31/2024
3.0.463 93 12/31/2024
3.0.462 95 12/31/2024
3.0.461 108 12/31/2024
3.0.460 107 12/31/2024
3.0.459 106 12/28/2024
3.0.458 90 12/28/2024
3.0.457 92 12/27/2024
3.0.456 106 12/27/2024
3.0.455 94 12/27/2024
3.0.454 102 12/24/2024
3.0.453 100 12/24/2024
3.0.452 91 12/24/2024
3.0.451 102 12/24/2024
3.0.450 100 12/24/2024
3.0.449 101 12/24/2024
3.0.448 101 12/24/2024
3.0.447 92 12/24/2024
3.0.446 103 12/23/2024
3.0.445 93 12/23/2024
3.0.444 92 12/23/2024
3.0.443 103 12/23/2024
3.0.442 97 12/23/2024
3.0.441 97 12/23/2024
3.0.440 102 12/23/2024
3.0.439 101 12/22/2024
3.0.438 99 12/22/2024
3.0.437 108 12/22/2024
3.0.436 99 12/22/2024
3.0.435 107 12/22/2024
3.0.434 107 12/21/2024
3.0.433 104 12/21/2024
3.0.432 104 12/21/2024
3.0.431 97 12/21/2024
3.0.430 97 12/21/2024
3.0.429 102 12/21/2024
3.0.428 96 12/21/2024
3.0.427 101 12/20/2024
3.0.426 102 12/20/2024
3.0.425 95 12/20/2024
3.0.424 106 12/20/2024
3.0.423 105 12/20/2024
3.0.422 101 12/20/2024
3.0.421 106 12/19/2024
3.0.420 101 12/19/2024
3.0.418 116 12/16/2024
3.0.417 95 12/9/2024
3.0.416 93 12/9/2024
3.0.415 99 12/9/2024
3.0.414 99 12/9/2024
3.0.413 106 12/6/2024
3.0.412 104 12/6/2024
3.0.411 96 12/6/2024
3.0.410 103 12/6/2024
3.0.409 104 12/6/2024
3.0.408 103 12/6/2024
3.0.407 98 12/6/2024
3.0.406 102 12/6/2024
3.0.405 104 12/6/2024
3.0.404 101 12/5/2024
3.0.403 96 12/5/2024
3.0.402 106 12/5/2024
3.0.401 104 12/4/2024
3.0.400 104 12/4/2024
3.0.399 103 12/4/2024
3.0.398 105 12/3/2024
3.0.397 104 12/3/2024
3.0.396 105 12/3/2024
3.0.395 100 12/3/2024
3.0.394 98 12/3/2024
3.0.393 101 12/3/2024
3.0.392 97 12/3/2024
3.0.391 95 12/3/2024
3.0.390 112 12/2/2024
3.0.389 104 12/2/2024
3.0.388 100 12/2/2024
3.0.387 107 12/1/2024
3.0.386 107 11/29/2024
3.0.385 103 11/21/2024
3.0.384 107 11/20/2024
3.0.382 106 11/20/2024
3.0.381 93 11/20/2024
3.0.380 106 11/19/2024
3.0.379 99 11/19/2024
3.0.378 95 11/19/2024
3.0.377 105 11/19/2024
3.0.376 103 11/14/2024
3.0.375 97 11/14/2024
3.0.374 97 11/14/2024
3.0.373 103 11/14/2024
3.0.372 108 11/14/2024
3.0.371 106 11/14/2024
3.0.370 107 11/14/2024
2.1.369 103 11/14/2024
2.1.368 102 11/13/2024
2.1.367 101 11/13/2024
2.1.366 102 11/12/2024
2.1.365 107 11/12/2024
2.1.364 105 11/12/2024
2.1.363 107 11/9/2024
2.1.362 101 11/9/2024
2.1.361 106 11/8/2024
2.1.360 101 11/8/2024
2.1.359 102 11/8/2024
2.1.358 108 11/8/2024
2.1.357 104 11/8/2024
2.1.356 103 11/8/2024
2.1.355 98 10/31/2024
2.1.354 112 10/29/2024
2.1.353 102 10/29/2024
2.1.352 101 10/29/2024
2.1.351 110 10/26/2024
2.1.350 105 10/22/2024
2.1.349 101 10/22/2024
2.1.348 106 10/22/2024
2.1.347 107 10/17/2024
2.1.346 99 10/14/2024
2.1.345 107 10/11/2024
2.1.344 118 10/11/2024
2.1.343 110 10/11/2024
2.1.341 105 10/8/2024
2.1.340 107 10/8/2024
2.1.339 94 10/8/2024
2.1.338 96 10/8/2024
2.1.337 100 10/8/2024
2.1.336 99 10/8/2024
2.1.335 103 10/3/2024
2.1.334 103 10/3/2024
2.1.333 108 10/3/2024
2.1.332 107 10/2/2024
2.1.331 111 10/2/2024
2.1.330 105 10/1/2024
2.1.329 101 10/1/2024
2.1.328 112 10/1/2024
2.1.327 109 9/29/2024
2.1.326 122 9/29/2024
2.1.325 114 9/29/2024
2.1.324 114 9/27/2024
2.1.323 108 9/27/2024
2.1.322 109 9/27/2024
2.1.321 113 9/26/2024
2.1.320 113 9/26/2024
2.1.319 118 9/26/2024
2.1.318 109 9/23/2024
2.1.317 113 9/23/2024
2.1.316 107 9/23/2024
2.1.315 111 9/23/2024
2.1.314 107 9/23/2024
2.1.313 114 9/17/2024
2.1.312 114 9/17/2024
2.1.311 98 9/17/2024
2.1.310 107 9/17/2024
2.1.309 100 9/17/2024
2.1.308 110 9/17/2024
2.1.307 108 9/16/2024
2.1.306 126 9/12/2024
2.1.305 128 9/11/2024
2.1.303 112 9/11/2024
2.1.302 124 9/10/2024
2.1.301 116 9/10/2024
2.1.300 117 9/10/2024
2.1.299 122 9/10/2024
2.1.298 116 9/9/2024
2.1.297 116 9/9/2024
2.1.296 116 9/9/2024
2.1.295 120 9/9/2024
2.1.294 122 9/9/2024
2.1.293 119 9/6/2024
2.1.292 136 9/6/2024
2.1.291 118 9/5/2024
2.1.290 118 9/5/2024
2.1.289 127 9/5/2024
2.1.288 126 9/5/2024
2.1.287 122 9/5/2024
2.1.286 119 9/5/2024
2.1.285 132 9/4/2024
2.1.284 116 9/3/2024
2.1.283 120 9/3/2024
2.1.282 125 9/3/2024
2.1.281 118 9/3/2024
2.1.280 121 8/29/2024
2.1.279 126 8/26/2024
2.1.278 134 8/21/2024
2.1.277 130 8/21/2024
2.1.276 132 8/20/2024
2.1.275 137 8/20/2024
2.1.274 130 8/20/2024
2.1.273 140 8/19/2024
2.1.272 144 8/15/2024
2.1.271 121 8/13/2024
2.1.270 110 8/6/2024
2.1.269 86 8/6/2024
2.1.268 110 8/1/2024
2.1.267 111 8/1/2024
2.1.266 113 8/1/2024
2.1.265 83 7/25/2024
2.1.264 95 7/25/2024
2.1.263 93 7/25/2024
2.1.262 92 7/24/2024
2.1.261 79 7/24/2024
2.1.260 192 7/20/2024
2.1.259 135 7/14/2024
2.1.258 106 7/14/2024
2.1.256 131 7/10/2024
2.1.255 113 7/10/2024
2.1.254 86 7/10/2024
2.1.253 123 7/10/2024
2.1.252 102 7/10/2024
2.1.251 124 7/10/2024
2.1.250 83 7/9/2024
2.1.249 100 7/9/2024
2.1.248 88 7/9/2024
2.1.247 114 7/9/2024
2.1.246 111 7/9/2024
2.1.245 126 7/9/2024
2.1.244 85 7/9/2024
2.1.243 132 7/9/2024
2.1.242 117 7/8/2024
2.1.241 115 7/8/2024
2.1.240 120 7/8/2024
2.1.239 130 7/7/2024
2.1.238 159 7/7/2024
2.1.237 1,634 7/3/2024
2.1.236 104 7/3/2024
2.1.235 2,061 6/22/2024
2.1.234 1,012 6/15/2024
2.1.233 373 6/15/2024
2.1.232 1,061 6/14/2024
2.1.231 1,091 6/1/2024
2.1.230 198 6/1/2024
2.1.229 461 6/1/2024
2.1.228 1,351 5/31/2024
2.1.227 945 5/29/2024
2.1.226 840 5/28/2024
2.1.225 442 5/27/2024
2.1.224 931 5/26/2024
2.1.223 847 5/26/2024
2.1.222 504 5/26/2024
2.1.221 319 5/26/2024
2.1.220 348 5/25/2024
2.1.219 782 5/25/2024
2.1.218 199 5/25/2024
2.1.217 451 5/25/2024
2.1.216 472 5/25/2024
2.1.215 848 5/23/2024
2.1.214 584 5/23/2024
2.1.213 549 5/22/2024
2.1.212 345 5/22/2024
2.1.211 374 5/22/2024
2.1.210 1,505 5/18/2024
2.1.209 640 5/17/2024
2.1.208 334 5/17/2024
2.1.207 802 5/16/2024
2.1.206 232 5/15/2024
2.1.205 992 5/15/2024
2.1.204 1,114 5/13/2024
2.1.203 1,242 4/29/2024
2.1.202 306 4/29/2024
2.1.201 1,034 4/28/2024
2.1.200 350 4/28/2024
2.1.199 204 4/28/2024
2.1.198 738 4/28/2024
2.1.197 283 4/28/2024
2.1.196 469 4/28/2024
2.1.195 309 4/28/2024
2.1.194 616 4/27/2024
2.1.193 895 4/19/2024
2.1.192 1,172 4/18/2024
2.1.191 928 4/12/2024
2.1.190 641 4/12/2024
2.1.189 362 4/12/2024
2.1.188 376 4/12/2024
2.1.187 574 4/12/2024
2.1.186 422 4/12/2024
2.1.185 508 4/11/2024
2.1.184 604 4/10/2024
2.1.183 450 4/9/2024
2.1.182 1,029 4/2/2024
2.1.181 412 4/1/2024
2.1.180 774 3/29/2024
2.1.179 746 3/25/2024
2.1.178 327 3/25/2024
2.1.177 939 3/20/2024
2.1.176 869 3/19/2024
2.1.175 451 3/19/2024
2.1.174 671 3/18/2024
2.1.173 993 3/15/2024
2.1.172 687 3/13/2024
2.1.171 307 3/13/2024
2.1.170 744 3/13/2024
2.1.169 307 3/13/2024
2.1.168 152 3/13/2024
2.1.167 720 3/12/2024
2.1.166 529 3/12/2024
2.1.165 792 3/11/2024
2.1.164 761 3/11/2024
2.1.163 787 3/10/2024
2.1.162 753 3/8/2024
2.1.161 337 3/8/2024
2.1.160 622 3/8/2024
2.1.159 933 3/6/2024
2.1.158 738 3/4/2024
2.1.157 824 3/4/2024
2.1.156 695 3/3/2024
2.1.155 626 3/2/2024
2.1.154 246 3/2/2024
2.1.153 648 3/2/2024
2.1.152 198 3/2/2024
2.1.151 633 2/29/2024
2.1.150 227 2/29/2024
2.1.149 640 2/29/2024
2.1.148 840 2/26/2024
2.1.147 487 2/25/2024
2.1.146 496 2/25/2024
2.1.145 1,767 2/23/2024
2.1.144 640 2/22/2024
2.1.143 443 2/22/2024
2.1.142 673 2/21/2024
2.1.141 658 2/21/2024
2.1.140 562 2/21/2024
2.1.139 370 2/21/2024
2.1.138 310 2/21/2024
2.1.137 133 2/21/2024
2.1.136 1,489 2/20/2024
2.1.135 520 2/20/2024
2.1.134 429 2/20/2024
2.1.133 485 2/19/2024
2.1.132 644 2/19/2024
2.1.131 691 2/17/2024
2.1.130 468 2/17/2024
2.1.129 544 2/16/2024
2.1.128 285 2/16/2024
2.1.127 323 2/16/2024
2.1.126 379 2/16/2024
2.1.125 632 2/16/2024
2.1.124 217 2/16/2024
2.1.123 1,108 2/13/2024
2.1.122 926 2/13/2024
2.1.121 229 2/13/2024
2.1.120 477 2/13/2024
2.1.119 487 2/13/2024
2.1.118 627 2/12/2024
2.1.117 334 2/11/2024
2.1.116 942 2/11/2024
2.1.115 522 2/11/2024
2.1.114 618 2/10/2024
2.1.113 367 2/9/2024
2.1.112 792 2/9/2024
2.1.111 594 2/9/2024
2.1.110 335 2/8/2024
2.1.109 589 2/8/2024
2.1.108 482 2/8/2024
2.1.107 560 2/8/2024
2.1.106 732 2/7/2024
2.1.105 468 2/7/2024
2.1.104 286 2/7/2024
2.1.103 678 2/7/2024
2.1.102 120 2/6/2024
2.1.101 533 2/6/2024
2.1.100 790 2/5/2024
2.1.99 806 2/4/2024
2.1.98 617 2/2/2024
2.1.97 890 1/31/2024
2.1.96 726 1/29/2024
2.1.95 719 1/29/2024
2.1.94 285 1/29/2024
2.1.93 750 1/28/2024
2.1.92 291 1/28/2024
2.1.91 549 1/28/2024
2.1.90 293 1/28/2024
2.1.89 351 1/28/2024
2.1.88 826 1/27/2024
2.1.87 518 1/27/2024
2.1.86 193 1/27/2024
2.1.85 377 1/27/2024
2.1.84 487 1/27/2024
2.1.83 543 1/27/2024
2.1.82 230 1/26/2024
2.1.81 382 1/26/2024
2.1.80 526 1/26/2024
2.1.79 291 1/26/2024
2.1.78 832 1/26/2024
2.1.77 540 1/26/2024
2.1.76 376 1/25/2024
2.1.75 333 1/25/2024
2.1.74 339 1/25/2024
2.1.73 371 1/25/2024
2.1.72 1,060 1/19/2024
2.1.71 857 1/15/2024
2.1.70 432 1/15/2024
2.1.69 413 1/15/2024
2.1.68 516 1/15/2024
2.1.67 664 1/15/2024
2.1.66 706 1/14/2024
2.1.65 773 1/13/2024
2.1.64 679 1/12/2024
2.1.63 894 1/11/2024
2.1.62 916 1/7/2024
2.1.61 692 1/5/2024
2.1.60 454 1/5/2024
2.1.59 749 1/5/2024
2.1.58 804 1/1/2024
2.1.57 952 12/28/2023
2.1.56 613 12/28/2023
2.1.55 587 12/28/2023
2.1.54 422 12/27/2023
2.1.53 310 12/27/2023
2.1.52 136 12/27/2023
2.1.51 1,378 12/25/2023
2.1.50 263 12/25/2023
2.1.49 592 12/25/2023
2.1.48 415 12/25/2023
2.1.47 513 12/25/2023
2.1.46 259 12/25/2023
2.1.45 728 12/24/2023
2.1.44 903 12/23/2023
2.1.43 496 12/23/2023
2.1.42 728 12/23/2023
2.1.41 323 12/23/2023
2.1.40 538 12/23/2023
2.1.39 1,117 12/19/2023
2.1.38 319 12/19/2023
2.1.37 1,805 12/10/2023
2.1.36 714 12/10/2023
2.1.35 1,211 12/9/2023
2.1.34 555 12/9/2023
2.1.33 694 12/9/2023
2.1.32 1,141 12/6/2023
2.1.31 947 12/5/2023
2.1.30 644 12/4/2023
2.1.29 239 12/4/2023
2.1.28 512 12/4/2023
2.1.27 1,237 11/23/2023
2.1.26 500 11/23/2023
2.1.25 614 11/23/2023
2.1.24 301 11/23/2023
2.1.23 734 11/20/2023
2.1.22 673 11/20/2023
2.1.21 660 11/19/2023
2.1.20 309 11/19/2023
2.1.19 594 11/19/2023
2.1.18 388 11/19/2023
2.1.17 694 11/18/2023
2.1.16 542 11/18/2023
2.1.15 362 11/18/2023
2.1.14 491 11/18/2023
2.1.13 638 11/17/2023
2.1.12 131 11/17/2023
2.1.11 626 11/17/2023
2.1.10 431 11/17/2023
2.1.9 396 11/17/2023
2.1.8 285 11/17/2023
2.1.7 667 11/17/2023
2.1.6 357 11/17/2023
2.1.5 210 11/17/2023
2.1.4 729 11/16/2023
2.0.82 987 11/15/2023
2.0.81 126 11/15/2023
2.0.80 121 11/15/2023
2.0.79 258 11/15/2023
2.0.3 131 11/16/2023
2.0.2 130 11/16/2023
2.0.1 126 11/16/2023
1.0.78 486 11/14/2023
1.0.77 921 11/13/2023
1.0.76 661 11/10/2023
1.0.75 664 11/9/2023
1.0.74 138 11/9/2023
1.0.73 987 11/7/2023
1.0.72 520 11/6/2023
1.0.71 462 11/3/2023
1.0.70 521 11/2/2023
1.0.69 981 11/1/2023
1.0.68 1,186 10/26/2023
1.0.67 889 10/19/2023
1.0.66 297 10/18/2023
1.0.65 705 10/17/2023
1.0.64 1,059 10/16/2023
1.0.63 675 10/13/2023
1.0.62 810 10/12/2023
1.0.61 1,373 9/20/2023
1.0.60 559 9/19/2023
1.0.59 634 9/18/2023
1.0.58 146 9/18/2023
1.0.57 965 9/14/2023
1.0.56 1,283 8/31/2023
1.0.55 546 8/30/2023
1.0.54 172 8/30/2023
1.0.53 1,060 8/28/2023
1.0.52 390 8/25/2023
1.0.51 953 8/24/2023
1.0.50 1,290 8/21/2023
1.0.49 440 8/18/2023
1.0.48 815 8/17/2023
1.0.47 148 8/17/2023
1.0.46 1,500 8/10/2023
1.0.45 592 8/9/2023
1.0.44 1,107 8/8/2023
1.0.43 612 8/7/2023
1.0.42 165 8/7/2023
1.0.41 1,508 7/13/2023
1.0.40 1,140 7/11/2023
1.0.39 717 7/10/2023
1.0.38 980 7/7/2023
1.0.37 190 7/7/2023
1.0.36 1,620 6/30/2023
1.0.35 823 6/29/2023
1.0.34 966 6/28/2023
1.0.33 182 6/28/2023
1.0.32 1,456 6/26/2023
1.0.31 542 6/23/2023
1.0.30 1,385 6/21/2023
1.0.29 1,495 6/15/2023
1.0.28 798 6/14/2023
1.0.27 208 6/14/2023
1.0.26 1,777 6/9/2023
1.0.25 899 6/8/2023
1.0.24 502 6/7/2023
1.0.23 229 6/7/2023
1.0.22 850 6/6/2023
1.0.21 1,759 6/5/2023
1.0.20 542 6/2/2023
1.0.19 198 6/2/2023
1.0.18 1,053 6/1/2023
1.0.17 373 5/31/2023
1.0.16 1,185 5/31/2023
1.0.15 388 5/31/2023
1.0.14 984 5/30/2023
1.0.13 1,400 5/26/2023
1.0.12 917 5/25/2023
1.0.11 850 5/24/2023
1.0.10 293 5/24/2023
1.0.8 1,200 5/23/2023
1.0.7 416 5/22/2023
1.0.6 1,377 5/17/2023
1.0.5 2,658 4/11/2023
1.0.4 539 4/3/2023
1.0.3 628 3/31/2023
1.0.2 228 3/31/2023
1.0.1 402 2/27/2023