Soenneker.Utils.Cancellation 3.0.706

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.706
                    
NuGet\Install-Package Soenneker.Utils.Cancellation -Version 3.0.706
                    
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.706" />
                    
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.706" />
                    
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.706
                    
#r "nuget: Soenneker.Utils.Cancellation, 3.0.706"
                    
#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.706
                    
#: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.706
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.Cancellation&version=3.0.706
                    
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 131 9/9/2025
3.0.717 135 9/9/2025
3.0.716 144 9/3/2025
3.0.715 142 8/11/2025
3.0.714 210 8/5/2025
3.0.713 206 8/5/2025
3.0.712 152 7/8/2025
3.0.711 148 7/8/2025
3.0.709 310 6/11/2025
3.0.708 305 6/11/2025
3.0.707 168 5/27/2025
3.0.706 169 5/22/2025
3.0.705 236 5/13/2025
3.0.704 261 5/13/2025
3.0.703 179 5/7/2025
3.0.702 166 5/5/2025
3.0.701 165 5/5/2025
3.0.700 201 4/8/2025
3.0.699 181 4/8/2025
3.0.698 168 4/8/2025
3.0.697 183 4/8/2025
3.0.696 180 4/8/2025
3.0.695 182 4/8/2025
3.0.694 202 4/8/2025
3.0.693 201 4/8/2025
3.0.692 179 4/7/2025
3.0.691 182 4/7/2025
3.0.690 197 4/7/2025
3.0.689 187 4/7/2025
3.0.688 187 4/7/2025
3.0.687 198 4/6/2025
3.0.686 185 4/6/2025
3.0.685 208 4/6/2025
3.0.684 161 4/6/2025
3.0.683 183 4/6/2025
3.0.682 140 4/6/2025
3.0.681 137 4/6/2025
3.0.680 132 4/6/2025
3.0.679 127 4/5/2025
3.0.678 110 4/5/2025
3.0.677 108 4/5/2025
3.0.676 118 4/5/2025
3.0.675 115 4/5/2025
3.0.674 120 4/5/2025
3.0.673 117 4/4/2025
3.0.672 185 4/4/2025
3.0.671 187 4/1/2025
3.0.670 181 4/1/2025
3.0.669 189 3/31/2025
3.0.668 113 3/29/2025
3.0.667 489 3/25/2025
3.0.666 492 3/25/2025
3.0.665 140 3/21/2025
3.0.664 158 3/21/2025
3.0.663 167 3/18/2025
3.0.662 178 3/18/2025
3.0.661 92 3/15/2025
3.0.660 108 3/15/2025
3.0.659 174 3/12/2025
3.0.658 195 3/12/2025
3.0.657 203 3/12/2025
3.0.656 214 3/11/2025
3.0.655 198 3/11/2025
3.0.654 193 3/11/2025
3.0.653 200 3/11/2025
3.0.652 214 3/11/2025
3.0.651 194 3/11/2025
3.0.650 199 3/11/2025
3.0.649 236 3/7/2025
3.0.648 247 3/7/2025
3.0.647 136 3/2/2025
3.0.646 131 3/2/2025
3.0.645 147 3/2/2025
3.0.644 131 3/2/2025
3.0.643 149 3/1/2025
3.0.642 118 3/1/2025
3.0.641 134 3/1/2025
3.0.640 129 3/1/2025
3.0.639 141 3/1/2025
3.0.638 135 3/1/2025
3.0.637 123 3/1/2025
3.0.636 128 2/25/2025
3.0.635 119 2/25/2025
3.0.634 148 2/25/2025
3.0.633 136 2/25/2025
3.0.632 121 2/25/2025
3.0.631 115 2/24/2025
3.0.630 132 2/23/2025
3.0.629 121 2/23/2025
3.0.628 132 2/22/2025
3.0.627 140 2/22/2025
3.0.626 143 2/22/2025
3.0.625 121 2/22/2025
3.0.624 127 2/22/2025
3.0.623 114 2/22/2025
3.0.622 126 2/21/2025
3.0.621 137 2/21/2025
3.0.620 152 2/21/2025
3.0.619 125 2/19/2025
3.0.618 142 2/19/2025
3.0.617 121 2/19/2025
3.0.616 136 2/18/2025
3.0.615 124 2/18/2025
3.0.614 123 2/18/2025
3.0.613 127 2/14/2025
3.0.612 142 2/13/2025
3.0.611 146 2/12/2025
3.0.610 140 2/12/2025
3.0.609 138 2/12/2025
3.0.608 124 2/12/2025
3.0.607 130 2/12/2025
3.0.606 126 2/12/2025
3.0.605 123 2/11/2025
3.0.604 146 2/11/2025
3.0.603 115 2/11/2025
3.0.602 119 2/11/2025
3.0.601 118 2/11/2025
3.0.600 122 2/11/2025
3.0.599 141 2/11/2025
3.0.598 129 2/11/2025
3.0.597 132 2/10/2025
3.0.596 128 2/10/2025
3.0.595 125 2/10/2025
3.0.594 124 2/10/2025
3.0.593 144 2/10/2025
3.0.592 133 2/9/2025
3.0.591 138 2/9/2025
3.0.590 138 2/8/2025
3.0.589 126 2/8/2025
3.0.588 119 2/8/2025
3.0.587 116 2/8/2025
3.0.586 121 2/8/2025
3.0.585 123 2/7/2025
3.0.584 124 2/7/2025
3.0.583 134 2/7/2025
3.0.582 126 2/7/2025
3.0.581 119 2/7/2025
3.0.580 136 2/6/2025
3.0.579 131 2/5/2025
3.0.578 155 2/5/2025
3.0.577 134 2/5/2025
3.0.576 135 2/5/2025
3.0.575 124 2/5/2025
3.0.574 127 2/5/2025
3.0.573 124 2/5/2025
3.0.572 139 1/28/2025
3.0.571 133 1/28/2025
3.0.570 105 1/28/2025
3.0.569 128 1/28/2025
3.0.568 119 1/27/2025
3.0.567 117 1/27/2025
3.0.566 109 1/27/2025
3.0.565 113 1/27/2025
3.0.564 109 1/27/2025
3.0.563 117 1/26/2025
3.0.562 121 1/26/2025
3.0.561 115 1/26/2025
3.0.560 127 1/26/2025
3.0.559 132 1/26/2025
3.0.558 120 1/25/2025
3.0.557 117 1/25/2025
3.0.556 118 1/25/2025
3.0.555 115 1/25/2025
3.0.554 126 1/25/2025
3.0.553 116 1/25/2025
3.0.552 114 1/24/2025
3.0.551 114 1/24/2025
3.0.550 125 1/24/2025
3.0.549 113 1/24/2025
3.0.548 110 1/24/2025
3.0.547 120 1/23/2025
3.0.546 114 1/23/2025
3.0.545 118 1/22/2025
3.0.544 115 1/21/2025
3.0.543 125 1/21/2025
3.0.542 116 1/21/2025
3.0.541 118 1/21/2025
3.0.540 122 1/21/2025
3.0.539 135 1/21/2025
3.0.538 119 1/21/2025
3.0.537 122 1/21/2025
3.0.536 118 1/21/2025
3.0.535 123 1/20/2025
3.0.534 112 1/20/2025
3.0.533 124 1/20/2025
3.0.532 115 1/20/2025
3.0.531 133 1/20/2025
3.0.530 120 1/20/2025
3.0.529 116 1/20/2025
3.0.528 129 1/20/2025
3.0.527 112 1/19/2025
3.0.526 118 1/19/2025
3.0.525 114 1/19/2025
3.0.524 130 1/19/2025
3.0.523 129 1/19/2025
3.0.522 107 1/19/2025
3.0.521 102 1/19/2025
3.0.520 119 1/18/2025
3.0.519 110 1/18/2025
3.0.518 121 1/17/2025
3.0.517 113 1/17/2025
3.0.516 127 1/17/2025
3.0.515 108 1/17/2025
3.0.514 129 1/17/2025
3.0.513 110 1/16/2025
3.0.512 119 1/16/2025
3.0.511 128 1/16/2025
3.0.510 102 1/16/2025
3.0.509 108 1/16/2025
3.0.508 107 1/16/2025
3.0.507 115 1/16/2025
3.0.506 109 1/15/2025
3.0.505 130 1/15/2025
3.0.504 101 1/15/2025
3.0.503 110 1/15/2025
3.0.502 89 1/15/2025
3.0.501 81 1/15/2025
3.0.500 89 1/14/2025
3.0.499 88 1/14/2025
3.0.498 101 1/14/2025
3.0.497 105 1/14/2025
3.0.496 106 1/13/2025
3.0.495 103 1/13/2025
3.0.494 109 1/13/2025
3.0.493 105 1/13/2025
3.0.492 116 1/13/2025
3.0.491 116 1/11/2025
3.0.490 118 1/11/2025
3.0.489 134 1/11/2025
3.0.488 116 1/11/2025
3.0.487 135 1/10/2025
3.0.486 137 1/10/2025
3.0.485 117 1/10/2025
3.0.484 112 1/10/2025
3.0.483 120 1/10/2025
3.0.482 116 1/10/2025
3.0.481 149 1/3/2025
3.0.480 135 1/3/2025
3.0.479 129 1/3/2025
3.0.478 135 1/2/2025
3.0.477 129 1/2/2025
3.0.476 129 1/2/2025
3.0.475 134 1/2/2025
3.0.474 154 1/1/2025
3.0.473 141 1/1/2025
3.0.472 134 1/1/2025
3.0.471 129 1/1/2025
3.0.470 139 1/1/2025
3.0.469 136 12/31/2024
3.0.468 131 12/31/2024
3.0.467 139 12/31/2024
3.0.466 146 12/31/2024
3.0.465 146 12/31/2024
3.0.464 135 12/31/2024
3.0.463 129 12/31/2024
3.0.462 128 12/31/2024
3.0.461 157 12/31/2024
3.0.460 134 12/31/2024
3.0.459 134 12/28/2024
3.0.458 117 12/28/2024
3.0.457 118 12/27/2024
3.0.456 133 12/27/2024
3.0.455 119 12/27/2024
3.0.454 129 12/24/2024
3.0.453 122 12/24/2024
3.0.452 125 12/24/2024
3.0.451 144 12/24/2024
3.0.450 130 12/24/2024
3.0.449 144 12/24/2024
3.0.448 126 12/24/2024
3.0.447 131 12/24/2024
3.0.446 126 12/23/2024
3.0.445 115 12/23/2024
3.0.444 115 12/23/2024
3.0.443 143 12/23/2024
3.0.442 121 12/23/2024
3.0.441 121 12/23/2024
3.0.440 137 12/23/2024
3.0.439 128 12/22/2024
3.0.438 125 12/22/2024
3.0.437 132 12/22/2024
3.0.436 122 12/22/2024
3.0.435 134 12/22/2024
3.0.434 131 12/21/2024
3.0.433 126 12/21/2024
3.0.432 132 12/21/2024
3.0.431 121 12/21/2024
3.0.430 125 12/21/2024
3.0.429 139 12/21/2024
3.0.428 120 12/21/2024
3.0.427 128 12/20/2024
3.0.426 141 12/20/2024
3.0.425 119 12/20/2024
3.0.424 134 12/20/2024
3.0.423 133 12/20/2024
3.0.422 142 12/20/2024
3.0.421 129 12/19/2024
3.0.420 147 12/19/2024
3.0.418 140 12/16/2024
3.0.417 117 12/9/2024
3.0.416 119 12/9/2024
3.0.415 133 12/9/2024
3.0.414 122 12/9/2024
3.0.413 141 12/6/2024
3.0.412 142 12/6/2024
3.0.411 132 12/6/2024
3.0.410 128 12/6/2024
3.0.409 142 12/6/2024
3.0.408 126 12/6/2024
3.0.407 136 12/6/2024
3.0.406 130 12/6/2024
3.0.405 141 12/6/2024
3.0.404 126 12/5/2024
3.0.403 123 12/5/2024
3.0.402 132 12/5/2024
3.0.401 138 12/4/2024
3.0.400 129 12/4/2024
3.0.399 127 12/4/2024
3.0.398 145 12/3/2024
3.0.397 128 12/3/2024
3.0.396 142 12/3/2024
3.0.395 122 12/3/2024
3.0.394 138 12/3/2024
3.0.393 130 12/3/2024
3.0.392 124 12/3/2024
3.0.391 122 12/3/2024
3.0.390 135 12/2/2024
3.0.389 129 12/2/2024
3.0.388 130 12/2/2024
3.0.387 135 12/1/2024
3.0.386 132 11/29/2024
3.0.385 144 11/21/2024
3.0.384 132 11/20/2024
3.0.382 145 11/20/2024
3.0.381 133 11/20/2024
3.0.380 130 11/19/2024
3.0.379 125 11/19/2024
3.0.378 138 11/19/2024
3.0.377 134 11/19/2024
3.0.376 133 11/14/2024
3.0.375 124 11/14/2024
3.0.374 121 11/14/2024
3.0.373 125 11/14/2024
3.0.372 138 11/14/2024
3.0.371 146 11/14/2024
3.0.370 131 11/14/2024
2.1.369 127 11/14/2024
2.1.368 126 11/13/2024
2.1.367 128 11/13/2024
2.1.366 143 11/12/2024
2.1.365 152 11/12/2024
2.1.364 127 11/12/2024
2.1.363 130 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 128 11/8/2024
2.1.358 141 11/8/2024
2.1.357 139 11/8/2024
2.1.356 134 11/8/2024
2.1.355 121 10/31/2024
2.1.354 137 10/29/2024
2.1.353 125 10/29/2024
2.1.352 131 10/29/2024
2.1.351 133 10/26/2024
2.1.350 142 10/22/2024
2.1.349 144 10/22/2024
2.1.348 141 10/22/2024
2.1.347 130 10/17/2024
2.1.346 126 10/14/2024
2.1.345 129 10/11/2024
2.1.344 139 10/11/2024
2.1.343 152 10/11/2024
2.1.341 132 10/8/2024
2.1.340 133 10/8/2024
2.1.339 117 10/8/2024
2.1.338 119 10/8/2024
2.1.337 136 10/8/2024
2.1.336 124 10/8/2024
2.1.335 131 10/3/2024
2.1.334 128 10/3/2024
2.1.333 132 10/3/2024
2.1.332 134 10/2/2024
2.1.331 135 10/2/2024
2.1.330 132 10/1/2024
2.1.329 129 10/1/2024
2.1.328 149 10/1/2024
2.1.327 135 9/29/2024
2.1.326 168 9/29/2024
2.1.325 139 9/29/2024
2.1.324 138 9/27/2024
2.1.323 131 9/27/2024
2.1.322 135 9/27/2024
2.1.321 158 9/26/2024
2.1.320 138 9/26/2024
2.1.319 156 9/26/2024
2.1.318 135 9/23/2024
2.1.317 137 9/23/2024
2.1.316 131 9/23/2024
2.1.315 152 9/23/2024
2.1.314 142 9/23/2024
2.1.313 140 9/17/2024
2.1.312 152 9/17/2024
2.1.311 133 9/17/2024
2.1.310 132 9/17/2024
2.1.309 122 9/17/2024
2.1.308 133 9/17/2024
2.1.307 144 9/16/2024
2.1.306 149 9/12/2024
2.1.305 166 9/11/2024
2.1.303 147 9/11/2024
2.1.302 144 9/10/2024
2.1.301 144 9/10/2024
2.1.300 138 9/10/2024
2.1.299 150 9/10/2024
2.1.298 141 9/9/2024
2.1.297 138 9/9/2024
2.1.296 152 9/9/2024
2.1.295 160 9/9/2024
2.1.294 158 9/9/2024
2.1.293 149 9/6/2024
2.1.292 159 9/6/2024
2.1.291 154 9/5/2024
2.1.290 144 9/5/2024
2.1.289 147 9/5/2024
2.1.288 150 9/5/2024
2.1.287 143 9/5/2024
2.1.286 138 9/5/2024
2.1.285 169 9/4/2024
2.1.284 138 9/3/2024
2.1.283 165 9/3/2024
2.1.282 146 9/3/2024
2.1.281 144 9/3/2024
2.1.280 144 8/29/2024
2.1.279 164 8/26/2024
2.1.278 159 8/21/2024
2.1.277 153 8/21/2024
2.1.276 175 8/20/2024
2.1.275 168 8/20/2024
2.1.274 155 8/20/2024
2.1.273 161 8/19/2024
2.1.272 167 8/15/2024
2.1.271 161 8/13/2024
2.1.270 136 8/6/2024
2.1.269 108 8/6/2024
2.1.268 131 8/1/2024
2.1.267 133 8/1/2024
2.1.266 134 8/1/2024
2.1.265 110 7/25/2024
2.1.264 124 7/25/2024
2.1.263 115 7/25/2024
2.1.262 117 7/24/2024
2.1.261 114 7/24/2024
2.1.260 214 7/20/2024
2.1.259 160 7/14/2024
2.1.258 128 7/14/2024
2.1.256 175 7/10/2024
2.1.255 143 7/10/2024
2.1.254 123 7/10/2024
2.1.253 146 7/10/2024
2.1.252 127 7/10/2024
2.1.251 145 7/10/2024
2.1.250 117 7/9/2024
2.1.249 123 7/9/2024
2.1.248 110 7/9/2024
2.1.247 154 7/9/2024
2.1.246 147 7/9/2024
2.1.245 154 7/9/2024
2.1.244 112 7/9/2024
2.1.243 155 7/9/2024
2.1.242 159 7/8/2024
2.1.241 146 7/8/2024
2.1.240 145 7/8/2024
2.1.239 164 7/7/2024
2.1.238 185 7/7/2024
2.1.237 1,905 7/3/2024
2.1.236 145 7/3/2024
2.1.235 2,358 6/22/2024
2.1.234 1,183 6/15/2024
2.1.233 456 6/15/2024
2.1.232 1,227 6/14/2024
2.1.231 1,218 6/1/2024
2.1.230 220 6/1/2024
2.1.229 502 6/1/2024
2.1.228 1,554 5/31/2024
2.1.227 1,061 5/29/2024
2.1.226 965 5/28/2024
2.1.225 498 5/27/2024
2.1.224 1,115 5/26/2024
2.1.223 1,014 5/26/2024
2.1.222 572 5/26/2024
2.1.221 363 5/26/2024
2.1.220 404 5/25/2024
2.1.219 913 5/25/2024
2.1.218 221 5/25/2024
2.1.217 539 5/25/2024
2.1.216 571 5/25/2024
2.1.215 980 5/23/2024
2.1.214 649 5/23/2024
2.1.213 651 5/22/2024
2.1.212 382 5/22/2024
2.1.211 424 5/22/2024
2.1.210 1,778 5/18/2024
2.1.209 688 5/17/2024
2.1.208 374 5/17/2024
2.1.207 947 5/16/2024
2.1.206 267 5/15/2024
2.1.205 1,130 5/15/2024
2.1.204 1,317 5/13/2024
2.1.203 1,433 4/29/2024
2.1.202 346 4/29/2024
2.1.201 1,237 4/28/2024
2.1.200 406 4/28/2024
2.1.199 243 4/28/2024
2.1.198 839 4/28/2024
2.1.197 334 4/28/2024
2.1.196 517 4/28/2024
2.1.195 351 4/28/2024
2.1.194 758 4/27/2024
2.1.193 1,009 4/19/2024
2.1.192 1,402 4/18/2024
2.1.191 1,059 4/12/2024
2.1.190 752 4/12/2024
2.1.189 439 4/12/2024
2.1.188 403 4/12/2024
2.1.187 681 4/12/2024
2.1.186 497 4/12/2024
2.1.185 593 4/11/2024
2.1.184 661 4/10/2024
2.1.183 547 4/9/2024
2.1.182 1,188 4/2/2024
2.1.181 478 4/1/2024
2.1.180 926 3/29/2024
2.1.179 900 3/25/2024
2.1.178 397 3/25/2024
2.1.177 1,070 3/20/2024
2.1.176 1,022 3/19/2024
2.1.175 516 3/19/2024
2.1.174 779 3/18/2024
2.1.173 1,163 3/15/2024
2.1.172 823 3/13/2024
2.1.171 358 3/13/2024
2.1.170 868 3/13/2024
2.1.169 350 3/13/2024
2.1.168 183 3/13/2024
2.1.167 837 3/12/2024
2.1.166 601 3/12/2024
2.1.165 913 3/11/2024
2.1.164 871 3/11/2024
2.1.163 914 3/10/2024
2.1.162 885 3/8/2024
2.1.161 390 3/8/2024
2.1.160 698 3/8/2024
2.1.159 1,077 3/6/2024
2.1.158 861 3/4/2024
2.1.157 943 3/4/2024
2.1.156 812 3/3/2024
2.1.155 740 3/2/2024
2.1.154 285 3/2/2024
2.1.153 790 3/2/2024
2.1.152 259 3/2/2024
2.1.151 744 2/29/2024
2.1.150 267 2/29/2024
2.1.149 788 2/29/2024
2.1.148 963 2/26/2024
2.1.147 571 2/25/2024
2.1.146 612 2/25/2024
2.1.145 1,888 2/23/2024
2.1.144 740 2/22/2024
2.1.143 524 2/22/2024
2.1.142 753 2/21/2024
2.1.141 739 2/21/2024
2.1.140 635 2/21/2024
2.1.139 435 2/21/2024
2.1.138 359 2/21/2024
2.1.137 156 2/21/2024
2.1.136 1,721 2/20/2024
2.1.135 613 2/20/2024
2.1.134 517 2/20/2024
2.1.133 561 2/19/2024
2.1.132 751 2/19/2024
2.1.131 788 2/17/2024
2.1.130 527 2/17/2024
2.1.129 638 2/16/2024
2.1.128 352 2/16/2024
2.1.127 374 2/16/2024
2.1.126 431 2/16/2024
2.1.125 740 2/16/2024
2.1.124 260 2/16/2024
2.1.123 1,287 2/13/2024
2.1.122 1,097 2/13/2024
2.1.121 270 2/13/2024
2.1.120 565 2/13/2024
2.1.119 543 2/13/2024
2.1.118 718 2/12/2024
2.1.117 404 2/11/2024
2.1.116 1,112 2/11/2024
2.1.115 591 2/11/2024
2.1.114 752 2/10/2024
2.1.113 447 2/9/2024
2.1.112 926 2/9/2024
2.1.111 706 2/9/2024
2.1.110 377 2/8/2024
2.1.109 664 2/8/2024
2.1.108 567 2/8/2024
2.1.107 651 2/8/2024
2.1.106 861 2/7/2024
2.1.105 522 2/7/2024
2.1.104 324 2/7/2024
2.1.103 801 2/7/2024
2.1.102 148 2/6/2024
2.1.101 610 2/6/2024
2.1.100 914 2/5/2024
2.1.99 949 2/4/2024
2.1.98 711 2/2/2024
2.1.97 1,048 1/31/2024
2.1.96 826 1/29/2024
2.1.95 871 1/29/2024
2.1.94 332 1/29/2024
2.1.93 859 1/28/2024
2.1.92 352 1/28/2024
2.1.91 618 1/28/2024
2.1.90 349 1/28/2024
2.1.89 396 1/28/2024
2.1.88 960 1/27/2024
2.1.87 610 1/27/2024
2.1.86 223 1/27/2024
2.1.85 438 1/27/2024
2.1.84 571 1/27/2024
2.1.83 644 1/27/2024
2.1.82 307 1/26/2024
2.1.81 423 1/26/2024
2.1.80 617 1/26/2024
2.1.79 360 1/26/2024
2.1.78 923 1/26/2024
2.1.77 656 1/26/2024
2.1.76 429 1/25/2024
2.1.75 375 1/25/2024
2.1.74 416 1/25/2024
2.1.73 441 1/25/2024
2.1.72 1,231 1/19/2024
2.1.71 998 1/15/2024
2.1.70 512 1/15/2024
2.1.69 470 1/15/2024
2.1.68 584 1/15/2024
2.1.67 796 1/15/2024
2.1.66 811 1/14/2024
2.1.65 931 1/13/2024
2.1.64 812 1/12/2024
2.1.63 1,062 1/11/2024
2.1.62 1,074 1/7/2024
2.1.61 795 1/5/2024
2.1.60 516 1/5/2024
2.1.59 858 1/5/2024
2.1.58 934 1/1/2024
2.1.57 1,111 12/28/2023
2.1.56 695 12/28/2023
2.1.55 669 12/28/2023
2.1.54 476 12/27/2023
2.1.53 373 12/27/2023
2.1.52 170 12/27/2023
2.1.51 1,589 12/25/2023
2.1.50 304 12/25/2023
2.1.49 670 12/25/2023
2.1.48 490 12/25/2023
2.1.47 588 12/25/2023
2.1.46 305 12/25/2023
2.1.45 854 12/24/2023
2.1.44 1,025 12/23/2023
2.1.43 599 12/23/2023
2.1.42 822 12/23/2023
2.1.41 393 12/23/2023
2.1.40 622 12/23/2023
2.1.39 1,277 12/19/2023
2.1.38 370 12/19/2023
2.1.37 2,054 12/10/2023
2.1.36 805 12/10/2023
2.1.35 1,391 12/9/2023
2.1.34 645 12/9/2023
2.1.33 787 12/9/2023
2.1.32 1,293 12/6/2023
2.1.31 1,107 12/5/2023
2.1.30 765 12/4/2023
2.1.29 253 12/4/2023
2.1.28 602 12/4/2023
2.1.27 1,430 11/23/2023
2.1.26 568 11/23/2023
2.1.25 741 11/23/2023
2.1.24 330 11/23/2023
2.1.23 867 11/20/2023
2.1.22 787 11/20/2023
2.1.21 774 11/19/2023
2.1.20 366 11/19/2023
2.1.19 663 11/19/2023
2.1.18 460 11/19/2023
2.1.17 789 11/18/2023
2.1.16 649 11/18/2023
2.1.15 412 11/18/2023
2.1.14 569 11/18/2023
2.1.13 766 11/17/2023
2.1.12 159 11/17/2023
2.1.11 740 11/17/2023
2.1.10 475 11/17/2023
2.1.9 463 11/17/2023
2.1.8 310 11/17/2023
2.1.7 764 11/17/2023
2.1.6 417 11/17/2023
2.1.5 244 11/17/2023
2.1.4 847 11/16/2023
2.0.82 1,167 11/15/2023
2.0.81 139 11/15/2023
2.0.80 143 11/15/2023
2.0.79 269 11/15/2023
2.0.3 143 11/16/2023
2.0.2 148 11/16/2023
2.0.1 138 11/16/2023
1.0.78 530 11/14/2023
1.0.77 987 11/13/2023
1.0.76 715 11/10/2023
1.0.75 779 11/9/2023
1.0.74 159 11/9/2023
1.0.73 1,113 11/7/2023
1.0.72 559 11/6/2023
1.0.71 518 11/3/2023
1.0.70 548 11/2/2023
1.0.69 1,120 11/1/2023
1.0.68 1,355 10/26/2023
1.0.67 977 10/19/2023
1.0.66 351 10/18/2023
1.0.65 765 10/17/2023
1.0.64 1,280 10/16/2023
1.0.63 733 10/13/2023
1.0.62 906 10/12/2023
1.0.61 1,522 9/20/2023
1.0.60 620 9/19/2023
1.0.59 709 9/18/2023
1.0.58 178 9/18/2023
1.0.57 1,126 9/14/2023
1.0.56 1,460 8/31/2023
1.0.55 635 8/30/2023
1.0.54 219 8/30/2023
1.0.53 1,156 8/28/2023
1.0.52 458 8/25/2023
1.0.51 1,098 8/24/2023
1.0.50 1,479 8/21/2023
1.0.49 502 8/18/2023
1.0.48 936 8/17/2023
1.0.47 195 8/17/2023
1.0.46 1,665 8/10/2023
1.0.45 668 8/9/2023
1.0.44 1,314 8/8/2023
1.0.43 674 8/7/2023
1.0.42 200 8/7/2023
1.0.41 1,706 7/13/2023
1.0.40 1,281 7/11/2023
1.0.39 799 7/10/2023
1.0.38 1,135 7/7/2023
1.0.37 243 7/7/2023
1.0.36 1,807 6/30/2023
1.0.35 920 6/29/2023
1.0.34 1,059 6/28/2023
1.0.33 238 6/28/2023
1.0.32 1,598 6/26/2023
1.0.31 603 6/23/2023
1.0.30 1,523 6/21/2023
1.0.29 1,659 6/15/2023
1.0.28 904 6/14/2023
1.0.27 245 6/14/2023
1.0.26 1,934 6/9/2023
1.0.25 978 6/8/2023
1.0.24 548 6/7/2023
1.0.23 278 6/7/2023
1.0.22 911 6/6/2023
1.0.21 1,964 6/5/2023
1.0.20 618 6/2/2023
1.0.19 248 6/2/2023
1.0.18 1,148 6/1/2023
1.0.17 411 5/31/2023
1.0.16 1,266 5/31/2023
1.0.15 425 5/31/2023
1.0.14 1,051 5/30/2023
1.0.13 1,528 5/26/2023
1.0.12 996 5/25/2023
1.0.11 933 5/24/2023
1.0.10 347 5/24/2023
1.0.8 1,273 5/23/2023
1.0.7 480 5/22/2023
1.0.6 1,477 5/17/2023
1.0.5 2,840 4/11/2023
1.0.4 611 4/3/2023
1.0.3 681 3/31/2023
1.0.2 476 3/31/2023
1.0.1 460 2/27/2023