Soenneker.Utils.Cancellation 3.0.384

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.384
                    
NuGet\Install-Package Soenneker.Utils.Cancellation -Version 3.0.384
                    
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.384" />
                    
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.384" />
                    
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.384
                    
#r "nuget: Soenneker.Utils.Cancellation, 3.0.384"
                    
#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=3.0.384
                    
Install Soenneker.Utils.Cancellation as a Cake Addin
#tool nuget:?package=Soenneker.Utils.Cancellation&version=3.0.384
                    
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 131 5/27/2025
3.0.706 126 5/22/2025
3.0.705 209 5/13/2025
3.0.704 228 5/13/2025
3.0.703 135 5/7/2025
3.0.702 138 5/5/2025
3.0.701 138 5/5/2025
3.0.700 163 4/8/2025
3.0.699 160 4/8/2025
3.0.698 146 4/8/2025
3.0.697 158 4/8/2025
3.0.696 152 4/8/2025
3.0.695 157 4/8/2025
3.0.694 160 4/8/2025
3.0.693 163 4/8/2025
3.0.692 155 4/7/2025
3.0.691 157 4/7/2025
3.0.690 154 4/7/2025
3.0.689 165 4/7/2025
3.0.688 161 4/7/2025
3.0.687 160 4/6/2025
3.0.686 163 4/6/2025
3.0.685 162 4/6/2025
3.0.684 136 4/6/2025
3.0.683 140 4/6/2025
3.0.682 110 4/6/2025
3.0.681 109 4/6/2025
3.0.680 106 4/6/2025
3.0.679 89 4/5/2025
3.0.678 86 4/5/2025
3.0.677 84 4/5/2025
3.0.676 94 4/5/2025
3.0.675 90 4/5/2025
3.0.674 95 4/5/2025
3.0.673 91 4/4/2025
3.0.672 158 4/4/2025
3.0.671 153 4/1/2025
3.0.670 151 4/1/2025
3.0.669 150 3/31/2025
3.0.668 86 3/29/2025
3.0.667 461 3/25/2025
3.0.666 470 3/25/2025
3.0.665 115 3/21/2025
3.0.664 128 3/21/2025
3.0.663 142 3/18/2025
3.0.662 144 3/18/2025
3.0.661 67 3/15/2025
3.0.660 77 3/15/2025
3.0.659 150 3/12/2025
3.0.658 170 3/12/2025
3.0.657 164 3/12/2025
3.0.656 176 3/11/2025
3.0.655 162 3/11/2025
3.0.654 167 3/11/2025
3.0.653 172 3/11/2025
3.0.652 169 3/11/2025
3.0.651 168 3/11/2025
3.0.650 177 3/11/2025
3.0.649 215 3/7/2025
3.0.648 208 3/7/2025
3.0.647 105 3/2/2025
3.0.646 107 3/2/2025
3.0.645 107 3/2/2025
3.0.644 107 3/2/2025
3.0.643 107 3/1/2025
3.0.642 95 3/1/2025
3.0.641 110 3/1/2025
3.0.640 101 3/1/2025
3.0.639 104 3/1/2025
3.0.638 94 3/1/2025
3.0.637 99 3/1/2025
3.0.636 105 2/25/2025
3.0.635 91 2/25/2025
3.0.634 110 2/25/2025
3.0.633 99 2/25/2025
3.0.632 96 2/25/2025
3.0.631 90 2/24/2025
3.0.630 109 2/23/2025
3.0.629 95 2/23/2025
3.0.628 107 2/22/2025
3.0.627 116 2/22/2025
3.0.626 102 2/22/2025
3.0.625 97 2/22/2025
3.0.624 100 2/22/2025
3.0.623 92 2/22/2025
3.0.622 102 2/21/2025
3.0.621 115 2/21/2025
3.0.620 117 2/21/2025
3.0.619 102 2/19/2025
3.0.618 102 2/19/2025
3.0.617 97 2/19/2025
3.0.616 105 2/18/2025
3.0.615 102 2/18/2025
3.0.614 99 2/18/2025
3.0.613 105 2/14/2025
3.0.612 110 2/13/2025
3.0.611 106 2/12/2025
3.0.610 106 2/12/2025
3.0.609 103 2/12/2025
3.0.608 103 2/12/2025
3.0.607 107 2/12/2025
3.0.606 102 2/12/2025
3.0.605 102 2/11/2025
3.0.604 114 2/11/2025
3.0.603 94 2/11/2025
3.0.602 99 2/11/2025
3.0.601 94 2/11/2025
3.0.600 100 2/11/2025
3.0.599 103 2/11/2025
3.0.598 108 2/11/2025
3.0.597 108 2/10/2025
3.0.596 101 2/10/2025
3.0.595 102 2/10/2025
3.0.594 102 2/10/2025
3.0.593 124 2/10/2025
3.0.592 104 2/9/2025
3.0.591 104 2/9/2025
3.0.590 103 2/8/2025
3.0.589 104 2/8/2025
3.0.588 95 2/8/2025
3.0.587 93 2/8/2025
3.0.586 101 2/8/2025
3.0.585 99 2/7/2025
3.0.584 93 2/7/2025
3.0.583 108 2/7/2025
3.0.582 102 2/7/2025
3.0.581 93 2/7/2025
3.0.580 96 2/6/2025
3.0.579 110 2/5/2025
3.0.578 116 2/5/2025
3.0.577 97 2/5/2025
3.0.576 109 2/5/2025
3.0.575 103 2/5/2025
3.0.574 105 2/5/2025
3.0.573 100 2/5/2025
3.0.572 107 1/28/2025
3.0.571 91 1/28/2025
3.0.570 83 1/28/2025
3.0.569 94 1/28/2025
3.0.568 90 1/27/2025
3.0.567 90 1/27/2025
3.0.566 83 1/27/2025
3.0.565 88 1/27/2025
3.0.564 87 1/27/2025
3.0.563 97 1/26/2025
3.0.562 97 1/26/2025
3.0.561 92 1/26/2025
3.0.560 93 1/26/2025
3.0.559 94 1/26/2025
3.0.558 97 1/25/2025
3.0.557 94 1/25/2025
3.0.556 93 1/25/2025
3.0.555 92 1/25/2025
3.0.554 93 1/25/2025
3.0.553 93 1/25/2025
3.0.552 91 1/24/2025
3.0.551 88 1/24/2025
3.0.550 99 1/24/2025
3.0.549 92 1/24/2025
3.0.548 89 1/24/2025
3.0.547 90 1/23/2025
3.0.546 90 1/23/2025
3.0.545 93 1/22/2025
3.0.544 91 1/21/2025
3.0.543 91 1/21/2025
3.0.542 92 1/21/2025
3.0.541 92 1/21/2025
3.0.540 100 1/21/2025
3.0.539 97 1/21/2025
3.0.538 97 1/21/2025
3.0.537 89 1/21/2025
3.0.536 94 1/21/2025
3.0.535 91 1/20/2025
3.0.534 90 1/20/2025
3.0.533 98 1/20/2025
3.0.532 92 1/20/2025
3.0.531 92 1/20/2025
3.0.530 93 1/20/2025
3.0.529 95 1/20/2025
3.0.528 93 1/20/2025
3.0.527 89 1/19/2025
3.0.526 93 1/19/2025
3.0.525 94 1/19/2025
3.0.524 87 1/19/2025
3.0.523 92 1/19/2025
3.0.522 85 1/19/2025
3.0.521 83 1/19/2025
3.0.520 95 1/18/2025
3.0.519 88 1/18/2025
3.0.518 88 1/17/2025
3.0.517 89 1/17/2025
3.0.516 104 1/17/2025
3.0.515 86 1/17/2025
3.0.514 88 1/17/2025
3.0.513 85 1/16/2025
3.0.512 86 1/16/2025
3.0.511 91 1/16/2025
3.0.510 81 1/16/2025
3.0.509 86 1/16/2025
3.0.508 83 1/16/2025
3.0.507 92 1/16/2025
3.0.506 85 1/15/2025
3.0.505 87 1/15/2025
3.0.504 80 1/15/2025
3.0.503 70 1/15/2025
3.0.502 68 1/15/2025
3.0.501 57 1/15/2025
3.0.500 65 1/14/2025
3.0.499 66 1/14/2025
3.0.498 78 1/14/2025
3.0.497 76 1/14/2025
3.0.496 84 1/13/2025
3.0.495 77 1/13/2025
3.0.494 84 1/13/2025
3.0.493 83 1/13/2025
3.0.492 79 1/13/2025
3.0.491 92 1/11/2025
3.0.490 94 1/11/2025
3.0.489 97 1/11/2025
3.0.488 91 1/11/2025
3.0.487 94 1/10/2025
3.0.486 97 1/10/2025
3.0.485 93 1/10/2025
3.0.484 89 1/10/2025
3.0.483 98 1/10/2025
3.0.482 92 1/10/2025
3.0.481 127 1/3/2025
3.0.480 110 1/3/2025
3.0.479 105 1/3/2025
3.0.478 104 1/2/2025
3.0.477 105 1/2/2025
3.0.476 107 1/2/2025
3.0.475 105 1/2/2025
3.0.474 111 1/1/2025
3.0.473 114 1/1/2025
3.0.472 112 1/1/2025
3.0.471 105 1/1/2025
3.0.470 117 1/1/2025
3.0.469 113 12/31/2024
3.0.468 107 12/31/2024
3.0.467 106 12/31/2024
3.0.466 122 12/31/2024
3.0.465 123 12/31/2024
3.0.464 116 12/31/2024
3.0.463 95 12/31/2024
3.0.462 97 12/31/2024
3.0.461 110 12/31/2024
3.0.460 109 12/31/2024
3.0.459 108 12/28/2024
3.0.458 92 12/28/2024
3.0.457 94 12/27/2024
3.0.456 108 12/27/2024
3.0.455 96 12/27/2024
3.0.454 104 12/24/2024
3.0.453 102 12/24/2024
3.0.452 93 12/24/2024
3.0.451 104 12/24/2024
3.0.450 102 12/24/2024
3.0.449 103 12/24/2024
3.0.448 103 12/24/2024
3.0.447 94 12/24/2024
3.0.446 105 12/23/2024
3.0.445 95 12/23/2024
3.0.444 94 12/23/2024
3.0.443 105 12/23/2024
3.0.442 99 12/23/2024
3.0.441 99 12/23/2024
3.0.440 104 12/23/2024
3.0.439 103 12/22/2024
3.0.438 101 12/22/2024
3.0.437 110 12/22/2024
3.0.436 101 12/22/2024
3.0.435 109 12/22/2024
3.0.434 109 12/21/2024
3.0.433 106 12/21/2024
3.0.432 106 12/21/2024
3.0.431 99 12/21/2024
3.0.430 99 12/21/2024
3.0.429 104 12/21/2024
3.0.428 98 12/21/2024
3.0.427 103 12/20/2024
3.0.426 104 12/20/2024
3.0.425 97 12/20/2024
3.0.424 108 12/20/2024
3.0.423 107 12/20/2024
3.0.422 103 12/20/2024
3.0.421 108 12/19/2024
3.0.420 103 12/19/2024
3.0.418 118 12/16/2024
3.0.417 97 12/9/2024
3.0.416 95 12/9/2024
3.0.415 101 12/9/2024
3.0.414 101 12/9/2024
3.0.413 108 12/6/2024
3.0.412 106 12/6/2024
3.0.411 98 12/6/2024
3.0.410 105 12/6/2024
3.0.409 106 12/6/2024
3.0.408 105 12/6/2024
3.0.407 100 12/6/2024
3.0.406 104 12/6/2024
3.0.405 106 12/6/2024
3.0.404 103 12/5/2024
3.0.403 98 12/5/2024
3.0.402 108 12/5/2024
3.0.401 106 12/4/2024
3.0.400 106 12/4/2024
3.0.399 105 12/4/2024
3.0.398 107 12/3/2024
3.0.397 106 12/3/2024
3.0.396 107 12/3/2024
3.0.395 102 12/3/2024
3.0.394 100 12/3/2024
3.0.393 103 12/3/2024
3.0.392 99 12/3/2024
3.0.391 97 12/3/2024
3.0.390 114 12/2/2024
3.0.389 106 12/2/2024
3.0.388 102 12/2/2024
3.0.387 109 12/1/2024
3.0.386 109 11/29/2024
3.0.385 105 11/21/2024
3.0.384 109 11/20/2024
3.0.382 108 11/20/2024
3.0.381 95 11/20/2024
3.0.380 108 11/19/2024
3.0.379 101 11/19/2024
3.0.378 97 11/19/2024
3.0.377 107 11/19/2024
3.0.376 105 11/14/2024
3.0.375 99 11/14/2024
3.0.374 99 11/14/2024
3.0.373 105 11/14/2024
3.0.372 110 11/14/2024
3.0.371 108 11/14/2024
3.0.370 109 11/14/2024
2.1.369 105 11/14/2024
2.1.368 104 11/13/2024
2.1.367 103 11/13/2024
2.1.366 104 11/12/2024
2.1.365 109 11/12/2024
2.1.364 107 11/12/2024
2.1.363 109 11/9/2024
2.1.362 103 11/9/2024
2.1.361 108 11/8/2024
2.1.360 103 11/8/2024
2.1.359 104 11/8/2024
2.1.358 110 11/8/2024
2.1.357 106 11/8/2024
2.1.356 105 11/8/2024
2.1.355 100 10/31/2024
2.1.354 115 10/29/2024
2.1.353 104 10/29/2024
2.1.352 103 10/29/2024
2.1.351 112 10/26/2024
2.1.350 107 10/22/2024
2.1.349 103 10/22/2024
2.1.348 108 10/22/2024
2.1.347 109 10/17/2024
2.1.346 101 10/14/2024
2.1.345 109 10/11/2024
2.1.344 120 10/11/2024
2.1.343 112 10/11/2024
2.1.341 107 10/8/2024
2.1.340 109 10/8/2024
2.1.339 96 10/8/2024
2.1.338 98 10/8/2024
2.1.337 102 10/8/2024
2.1.336 101 10/8/2024
2.1.335 105 10/3/2024
2.1.334 105 10/3/2024
2.1.333 110 10/3/2024
2.1.332 109 10/2/2024
2.1.331 113 10/2/2024
2.1.330 107 10/1/2024
2.1.329 103 10/1/2024
2.1.328 114 10/1/2024
2.1.327 111 9/29/2024
2.1.326 124 9/29/2024
2.1.325 116 9/29/2024
2.1.324 116 9/27/2024
2.1.323 110 9/27/2024
2.1.322 111 9/27/2024
2.1.321 115 9/26/2024
2.1.320 115 9/26/2024
2.1.319 120 9/26/2024
2.1.318 111 9/23/2024
2.1.317 115 9/23/2024
2.1.316 109 9/23/2024
2.1.315 113 9/23/2024
2.1.314 109 9/23/2024
2.1.313 116 9/17/2024
2.1.312 116 9/17/2024
2.1.311 100 9/17/2024
2.1.310 109 9/17/2024
2.1.309 102 9/17/2024
2.1.308 112 9/17/2024
2.1.307 110 9/16/2024
2.1.306 127 9/12/2024
2.1.305 129 9/11/2024
2.1.303 113 9/11/2024
2.1.302 125 9/10/2024
2.1.301 117 9/10/2024
2.1.300 118 9/10/2024
2.1.299 124 9/10/2024
2.1.298 118 9/9/2024
2.1.297 117 9/9/2024
2.1.296 117 9/9/2024
2.1.295 121 9/9/2024
2.1.294 123 9/9/2024
2.1.293 120 9/6/2024
2.1.292 137 9/6/2024
2.1.291 119 9/5/2024
2.1.290 119 9/5/2024
2.1.289 128 9/5/2024
2.1.288 127 9/5/2024
2.1.287 123 9/5/2024
2.1.286 120 9/5/2024
2.1.285 133 9/4/2024
2.1.284 117 9/3/2024
2.1.283 121 9/3/2024
2.1.282 126 9/3/2024
2.1.281 119 9/3/2024
2.1.280 122 8/29/2024
2.1.279 127 8/26/2024
2.1.278 135 8/21/2024
2.1.277 131 8/21/2024
2.1.276 133 8/20/2024
2.1.275 138 8/20/2024
2.1.274 131 8/20/2024
2.1.273 141 8/19/2024
2.1.272 145 8/15/2024
2.1.271 122 8/13/2024
2.1.270 111 8/6/2024
2.1.269 87 8/6/2024
2.1.268 111 8/1/2024
2.1.267 112 8/1/2024
2.1.266 114 8/1/2024
2.1.265 84 7/25/2024
2.1.264 96 7/25/2024
2.1.263 94 7/25/2024
2.1.262 93 7/24/2024
2.1.261 80 7/24/2024
2.1.260 193 7/20/2024
2.1.259 137 7/14/2024
2.1.258 107 7/14/2024
2.1.256 132 7/10/2024
2.1.255 114 7/10/2024
2.1.254 87 7/10/2024
2.1.253 124 7/10/2024
2.1.252 103 7/10/2024
2.1.251 125 7/10/2024
2.1.250 84 7/9/2024
2.1.249 101 7/9/2024
2.1.248 89 7/9/2024
2.1.247 115 7/9/2024
2.1.246 112 7/9/2024
2.1.245 127 7/9/2024
2.1.244 86 7/9/2024
2.1.243 133 7/9/2024
2.1.242 118 7/8/2024
2.1.241 116 7/8/2024
2.1.240 121 7/8/2024
2.1.239 131 7/7/2024
2.1.238 160 7/7/2024
2.1.237 1,635 7/3/2024
2.1.236 105 7/3/2024
2.1.235 2,062 6/22/2024
2.1.234 1,013 6/15/2024
2.1.233 374 6/15/2024
2.1.232 1,062 6/14/2024
2.1.231 1,092 6/1/2024
2.1.230 199 6/1/2024
2.1.229 462 6/1/2024
2.1.228 1,352 5/31/2024
2.1.227 946 5/29/2024
2.1.226 841 5/28/2024
2.1.225 443 5/27/2024
2.1.224 932 5/26/2024
2.1.223 848 5/26/2024
2.1.222 505 5/26/2024
2.1.221 320 5/26/2024
2.1.220 349 5/25/2024
2.1.219 783 5/25/2024
2.1.218 200 5/25/2024
2.1.217 452 5/25/2024
2.1.216 473 5/25/2024
2.1.215 849 5/23/2024
2.1.214 585 5/23/2024
2.1.213 550 5/22/2024
2.1.212 346 5/22/2024
2.1.211 375 5/22/2024
2.1.210 1,506 5/18/2024
2.1.209 641 5/17/2024
2.1.208 335 5/17/2024
2.1.207 803 5/16/2024
2.1.206 233 5/15/2024
2.1.205 993 5/15/2024
2.1.204 1,115 5/13/2024
2.1.203 1,243 4/29/2024
2.1.202 307 4/29/2024
2.1.201 1,035 4/28/2024
2.1.200 351 4/28/2024
2.1.199 205 4/28/2024
2.1.198 739 4/28/2024
2.1.197 284 4/28/2024
2.1.196 470 4/28/2024
2.1.195 310 4/28/2024
2.1.194 617 4/27/2024
2.1.193 896 4/19/2024
2.1.192 1,173 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