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 145 9/9/2025
3.0.717 158 9/9/2025
3.0.716 167 9/3/2025
3.0.715 153 8/11/2025
3.0.714 221 8/5/2025
3.0.713 217 8/5/2025
3.0.712 162 7/8/2025
3.0.711 158 7/8/2025
3.0.709 320 6/11/2025
3.0.708 315 6/11/2025
3.0.707 181 5/27/2025
3.0.706 179 5/22/2025
3.0.705 246 5/13/2025
3.0.704 272 5/13/2025
3.0.703 182 5/7/2025
3.0.702 176 5/5/2025
3.0.701 176 5/5/2025
3.0.700 215 4/8/2025
3.0.699 191 4/8/2025
3.0.698 178 4/8/2025
3.0.697 193 4/8/2025
3.0.696 192 4/8/2025
3.0.695 192 4/8/2025
3.0.694 205 4/8/2025
3.0.693 213 4/8/2025
3.0.692 189 4/7/2025
3.0.691 193 4/7/2025
3.0.690 208 4/7/2025
3.0.689 197 4/7/2025
3.0.688 198 4/7/2025
3.0.687 201 4/6/2025
3.0.686 196 4/6/2025
3.0.685 223 4/6/2025
3.0.684 171 4/6/2025
3.0.683 196 4/6/2025
3.0.682 141 4/6/2025
3.0.681 148 4/6/2025
3.0.680 142 4/6/2025
3.0.679 132 4/5/2025
3.0.678 120 4/5/2025
3.0.677 108 4/5/2025
3.0.676 128 4/5/2025
3.0.675 126 4/5/2025
3.0.674 130 4/5/2025
3.0.673 127 4/4/2025
3.0.672 195 4/4/2025
3.0.671 202 4/1/2025
3.0.670 191 4/1/2025
3.0.669 200 3/31/2025
3.0.668 123 3/29/2025
3.0.667 499 3/25/2025
3.0.666 502 3/25/2025
3.0.665 140 3/21/2025
3.0.664 168 3/21/2025
3.0.663 178 3/18/2025
3.0.662 188 3/18/2025
3.0.661 102 3/15/2025
3.0.660 118 3/15/2025
3.0.659 174 3/12/2025
3.0.658 195 3/12/2025
3.0.657 214 3/12/2025
3.0.656 225 3/11/2025
3.0.655 210 3/11/2025
3.0.654 204 3/11/2025
3.0.653 210 3/11/2025
3.0.652 228 3/11/2025
3.0.651 207 3/11/2025
3.0.650 209 3/11/2025
3.0.649 246 3/7/2025
3.0.648 259 3/7/2025
3.0.647 146 3/2/2025
3.0.646 131 3/2/2025
3.0.645 159 3/2/2025
3.0.644 141 3/2/2025
3.0.643 163 3/1/2025
3.0.642 129 3/1/2025
3.0.641 134 3/1/2025
3.0.640 139 3/1/2025
3.0.639 154 3/1/2025
3.0.638 148 3/1/2025
3.0.637 133 3/1/2025
3.0.636 139 2/25/2025
3.0.635 129 2/25/2025
3.0.634 161 2/25/2025
3.0.633 150 2/25/2025
3.0.632 131 2/25/2025
3.0.631 125 2/24/2025
3.0.630 142 2/23/2025
3.0.629 131 2/23/2025
3.0.628 142 2/22/2025
3.0.627 150 2/22/2025
3.0.626 154 2/22/2025
3.0.625 131 2/22/2025
3.0.624 137 2/22/2025
3.0.623 114 2/22/2025
3.0.622 136 2/21/2025
3.0.621 147 2/21/2025
3.0.620 167 2/21/2025
3.0.619 125 2/19/2025
3.0.618 153 2/19/2025
3.0.617 131 2/19/2025
3.0.616 146 2/18/2025
3.0.615 134 2/18/2025
3.0.614 133 2/18/2025
3.0.613 137 2/14/2025
3.0.612 153 2/13/2025
3.0.611 157 2/12/2025
3.0.610 152 2/12/2025
3.0.609 151 2/12/2025
3.0.608 137 2/12/2025
3.0.607 140 2/12/2025
3.0.606 136 2/12/2025
3.0.605 133 2/11/2025
3.0.604 158 2/11/2025
3.0.603 125 2/11/2025
3.0.602 129 2/11/2025
3.0.601 128 2/11/2025
3.0.600 134 2/11/2025
3.0.599 152 2/11/2025
3.0.598 139 2/11/2025
3.0.597 142 2/10/2025
3.0.596 138 2/10/2025
3.0.595 135 2/10/2025
3.0.594 144 2/10/2025
3.0.593 154 2/10/2025
3.0.592 144 2/9/2025
3.0.591 149 2/9/2025
3.0.590 151 2/8/2025
3.0.589 136 2/8/2025
3.0.588 129 2/8/2025
3.0.587 126 2/8/2025
3.0.586 131 2/8/2025
3.0.585 133 2/7/2025
3.0.584 137 2/7/2025
3.0.583 144 2/7/2025
3.0.582 136 2/7/2025
3.0.581 129 2/7/2025
3.0.580 149 2/6/2025
3.0.579 141 2/5/2025
3.0.578 166 2/5/2025
3.0.577 145 2/5/2025
3.0.576 145 2/5/2025
3.0.575 134 2/5/2025
3.0.574 137 2/5/2025
3.0.573 134 2/5/2025
3.0.572 151 1/28/2025
3.0.571 143 1/28/2025
3.0.570 115 1/28/2025
3.0.569 142 1/28/2025
3.0.568 129 1/27/2025
3.0.567 128 1/27/2025
3.0.566 119 1/27/2025
3.0.565 123 1/27/2025
3.0.564 119 1/27/2025
3.0.563 127 1/26/2025
3.0.562 131 1/26/2025
3.0.561 126 1/26/2025
3.0.560 137 1/26/2025
3.0.559 145 1/26/2025
3.0.558 130 1/25/2025
3.0.557 127 1/25/2025
3.0.556 128 1/25/2025
3.0.555 125 1/25/2025
3.0.554 139 1/25/2025
3.0.553 126 1/25/2025
3.0.552 124 1/24/2025
3.0.551 125 1/24/2025
3.0.550 135 1/24/2025
3.0.549 123 1/24/2025
3.0.548 120 1/24/2025
3.0.547 130 1/23/2025
3.0.546 124 1/23/2025
3.0.545 128 1/22/2025
3.0.544 125 1/21/2025
3.0.543 138 1/21/2025
3.0.542 126 1/21/2025
3.0.541 128 1/21/2025
3.0.540 132 1/21/2025
3.0.539 149 1/21/2025
3.0.538 129 1/21/2025
3.0.537 134 1/21/2025
3.0.536 128 1/21/2025
3.0.535 135 1/20/2025
3.0.534 132 1/20/2025
3.0.533 124 1/20/2025
3.0.532 125 1/20/2025
3.0.531 144 1/20/2025
3.0.530 142 1/20/2025
3.0.529 126 1/20/2025
3.0.528 140 1/20/2025
3.0.527 122 1/19/2025
3.0.526 129 1/19/2025
3.0.525 124 1/19/2025
3.0.524 140 1/19/2025
3.0.523 141 1/19/2025
3.0.522 117 1/19/2025
3.0.521 112 1/19/2025
3.0.520 130 1/18/2025
3.0.519 130 1/18/2025
3.0.518 133 1/17/2025
3.0.517 123 1/17/2025
3.0.516 138 1/17/2025
3.0.515 118 1/17/2025
3.0.514 141 1/17/2025
3.0.513 120 1/16/2025
3.0.512 129 1/16/2025
3.0.511 138 1/16/2025
3.0.510 113 1/16/2025
3.0.509 118 1/16/2025
3.0.508 117 1/16/2025
3.0.507 125 1/16/2025
3.0.506 119 1/15/2025
3.0.505 141 1/15/2025
3.0.504 111 1/15/2025
3.0.503 122 1/15/2025
3.0.502 99 1/15/2025
3.0.501 91 1/15/2025
3.0.500 99 1/14/2025
3.0.499 98 1/14/2025
3.0.498 111 1/14/2025
3.0.497 115 1/14/2025
3.0.496 116 1/13/2025
3.0.495 113 1/13/2025
3.0.494 119 1/13/2025
3.0.493 115 1/13/2025
3.0.492 130 1/13/2025
3.0.491 126 1/11/2025
3.0.490 128 1/11/2025
3.0.489 148 1/11/2025
3.0.488 127 1/11/2025
3.0.487 152 1/10/2025
3.0.486 152 1/10/2025
3.0.485 127 1/10/2025
3.0.484 122 1/10/2025
3.0.483 140 1/10/2025
3.0.482 126 1/10/2025
3.0.481 159 1/3/2025
3.0.480 145 1/3/2025
3.0.479 140 1/3/2025
3.0.478 145 1/2/2025
3.0.477 139 1/2/2025
3.0.476 139 1/2/2025
3.0.475 146 1/2/2025
3.0.474 179 1/1/2025
3.0.473 151 1/1/2025
3.0.472 144 1/1/2025
3.0.471 139 1/1/2025
3.0.470 149 1/1/2025
3.0.469 146 12/31/2024
3.0.468 141 12/31/2024
3.0.467 152 12/31/2024
3.0.466 156 12/31/2024
3.0.465 156 12/31/2024
3.0.464 146 12/31/2024
3.0.463 140 12/31/2024
3.0.462 139 12/31/2024
3.0.461 168 12/31/2024
3.0.460 145 12/31/2024
3.0.459 144 12/28/2024
3.0.458 127 12/28/2024
3.0.457 128 12/27/2024
3.0.456 144 12/27/2024
3.0.455 130 12/27/2024
3.0.454 140 12/24/2024
3.0.453 132 12/24/2024
3.0.452 137 12/24/2024
3.0.451 159 12/24/2024
3.0.450 140 12/24/2024
3.0.449 157 12/24/2024
3.0.448 126 12/24/2024
3.0.447 143 12/24/2024
3.0.446 136 12/23/2024
3.0.445 125 12/23/2024
3.0.444 126 12/23/2024
3.0.443 156 12/23/2024
3.0.442 131 12/23/2024
3.0.441 131 12/23/2024
3.0.440 149 12/23/2024
3.0.439 138 12/22/2024
3.0.438 135 12/22/2024
3.0.437 142 12/22/2024
3.0.436 132 12/22/2024
3.0.435 145 12/22/2024
3.0.434 141 12/21/2024
3.0.433 136 12/21/2024
3.0.432 142 12/21/2024
3.0.431 131 12/21/2024
3.0.430 135 12/21/2024
3.0.429 140 12/21/2024
3.0.428 130 12/21/2024
3.0.427 128 12/20/2024
3.0.426 155 12/20/2024
3.0.425 129 12/20/2024
3.0.424 144 12/20/2024
3.0.423 143 12/20/2024
3.0.422 156 12/20/2024
3.0.421 139 12/19/2024
3.0.420 148 12/19/2024
3.0.418 150 12/16/2024
3.0.417 127 12/9/2024
3.0.416 129 12/9/2024
3.0.415 146 12/9/2024
3.0.414 132 12/9/2024
3.0.413 142 12/6/2024
3.0.412 154 12/6/2024
3.0.411 136 12/6/2024
3.0.410 138 12/6/2024
3.0.409 154 12/6/2024
3.0.408 136 12/6/2024
3.0.407 137 12/6/2024
3.0.406 140 12/6/2024
3.0.405 145 12/6/2024
3.0.404 136 12/5/2024
3.0.403 134 12/5/2024
3.0.402 142 12/5/2024
3.0.401 152 12/4/2024
3.0.400 139 12/4/2024
3.0.399 138 12/4/2024
3.0.398 155 12/3/2024
3.0.397 138 12/3/2024
3.0.396 154 12/3/2024
3.0.395 132 12/3/2024
3.0.394 139 12/3/2024
3.0.393 150 12/3/2024
3.0.392 134 12/3/2024
3.0.391 132 12/3/2024
3.0.390 146 12/2/2024
3.0.389 139 12/2/2024
3.0.388 142 12/2/2024
3.0.387 145 12/1/2024
3.0.386 132 11/29/2024
3.0.385 155 11/21/2024
3.0.384 142 11/20/2024
3.0.382 149 11/20/2024
3.0.381 135 11/20/2024
3.0.380 141 11/19/2024
3.0.379 135 11/19/2024
3.0.378 141 11/19/2024
3.0.377 144 11/19/2024
3.0.376 144 11/14/2024
3.0.375 134 11/14/2024
3.0.374 122 11/14/2024
3.0.373 135 11/14/2024
3.0.372 148 11/14/2024
3.0.371 158 11/14/2024
3.0.370 141 11/14/2024
2.1.369 137 11/14/2024
2.1.368 136 11/13/2024
2.1.367 138 11/13/2024
2.1.366 158 11/12/2024
2.1.365 153 11/12/2024
2.1.364 137 11/12/2024
2.1.363 140 11/9/2024
2.1.362 124 11/9/2024
2.1.361 133 11/8/2024
2.1.360 133 11/8/2024
2.1.359 138 11/8/2024
2.1.358 153 11/8/2024
2.1.357 143 11/8/2024
2.1.356 148 11/8/2024
2.1.355 121 10/31/2024
2.1.354 147 10/29/2024
2.1.353 135 10/29/2024
2.1.352 141 10/29/2024
2.1.351 143 10/26/2024
2.1.350 155 10/22/2024
2.1.349 155 10/22/2024
2.1.348 154 10/22/2024
2.1.347 140 10/17/2024
2.1.346 136 10/14/2024
2.1.345 140 10/11/2024
2.1.344 149 10/11/2024
2.1.343 164 10/11/2024
2.1.341 143 10/8/2024
2.1.340 143 10/8/2024
2.1.339 117 10/8/2024
2.1.338 129 10/8/2024
2.1.337 147 10/8/2024
2.1.336 124 10/8/2024
2.1.335 141 10/3/2024
2.1.334 138 10/3/2024
2.1.333 142 10/3/2024
2.1.332 144 10/2/2024
2.1.331 145 10/2/2024
2.1.330 142 10/1/2024
2.1.329 139 10/1/2024
2.1.328 160 10/1/2024
2.1.327 145 9/29/2024
2.1.326 181 9/29/2024
2.1.325 140 9/29/2024
2.1.324 148 9/27/2024
2.1.323 141 9/27/2024
2.1.322 145 9/27/2024
2.1.321 172 9/26/2024
2.1.320 148 9/26/2024
2.1.319 170 9/26/2024
2.1.318 145 9/23/2024
2.1.317 147 9/23/2024
2.1.316 141 9/23/2024
2.1.315 165 9/23/2024
2.1.314 153 9/23/2024
2.1.313 150 9/17/2024
2.1.312 163 9/17/2024
2.1.311 137 9/17/2024
2.1.310 142 9/17/2024
2.1.309 132 9/17/2024
2.1.308 143 9/17/2024
2.1.307 155 9/16/2024
2.1.306 159 9/12/2024
2.1.305 179 9/11/2024
2.1.303 162 9/11/2024
2.1.302 154 9/10/2024
2.1.301 154 9/10/2024
2.1.300 148 9/10/2024
2.1.299 161 9/10/2024
2.1.298 151 9/9/2024
2.1.297 148 9/9/2024
2.1.296 168 9/9/2024
2.1.295 173 9/9/2024
2.1.294 171 9/9/2024
2.1.293 161 9/6/2024
2.1.292 169 9/6/2024
2.1.291 166 9/5/2024
2.1.290 154 9/5/2024
2.1.289 157 9/5/2024
2.1.288 160 9/5/2024
2.1.287 154 9/5/2024
2.1.286 148 9/5/2024
2.1.285 182 9/4/2024
2.1.284 148 9/3/2024
2.1.283 179 9/3/2024
2.1.282 157 9/3/2024
2.1.281 154 9/3/2024
2.1.280 154 8/29/2024
2.1.279 176 8/26/2024
2.1.278 169 8/21/2024
2.1.277 163 8/21/2024
2.1.276 188 8/20/2024
2.1.275 178 8/20/2024
2.1.274 165 8/20/2024
2.1.273 172 8/19/2024
2.1.272 177 8/15/2024
2.1.271 174 8/13/2024
2.1.270 146 8/6/2024
2.1.269 118 8/6/2024
2.1.268 141 8/1/2024
2.1.267 143 8/1/2024
2.1.266 134 8/1/2024
2.1.265 120 7/25/2024
2.1.264 134 7/25/2024
2.1.263 125 7/25/2024
2.1.262 127 7/24/2024
2.1.261 128 7/24/2024
2.1.260 224 7/20/2024
2.1.259 171 7/14/2024
2.1.258 138 7/14/2024
2.1.256 187 7/10/2024
2.1.255 154 7/10/2024
2.1.254 134 7/10/2024
2.1.253 156 7/10/2024
2.1.252 137 7/10/2024
2.1.251 155 7/10/2024
2.1.250 129 7/9/2024
2.1.249 133 7/9/2024
2.1.248 120 7/9/2024
2.1.247 166 7/9/2024
2.1.246 157 7/9/2024
2.1.245 174 7/9/2024
2.1.244 122 7/9/2024
2.1.243 166 7/9/2024
2.1.242 172 7/8/2024
2.1.241 160 7/8/2024
2.1.240 155 7/8/2024
2.1.239 186 7/7/2024
2.1.238 216 7/7/2024
2.1.237 2,729 7/3/2024
2.1.236 148 7/3/2024
2.1.235 3,320 6/22/2024
2.1.234 1,628 6/15/2024
2.1.233 574 6/15/2024
2.1.232 1,681 6/14/2024
2.1.231 1,664 6/1/2024
2.1.230 258 6/1/2024
2.1.229 665 6/1/2024
2.1.228 2,209 5/31/2024
2.1.227 1,450 5/29/2024
2.1.226 1,314 5/28/2024
2.1.225 671 5/27/2024
2.1.224 1,518 5/26/2024
2.1.223 1,355 5/26/2024
2.1.222 792 5/26/2024
2.1.221 455 5/26/2024
2.1.220 520 5/25/2024
2.1.219 1,215 5/25/2024
2.1.218 266 5/25/2024
2.1.217 705 5/25/2024
2.1.216 688 5/25/2024
2.1.215 1,324 5/23/2024
2.1.214 914 5/23/2024
2.1.213 856 5/22/2024
2.1.212 500 5/22/2024
2.1.211 545 5/22/2024
2.1.210 2,394 5/18/2024
2.1.209 966 5/17/2024
2.1.208 481 5/17/2024
2.1.207 1,202 5/16/2024
2.1.206 327 5/15/2024
2.1.205 1,560 5/15/2024
2.1.204 1,818 5/13/2024
2.1.203 1,998 4/29/2024
2.1.202 437 4/29/2024
2.1.201 1,633 4/28/2024
2.1.200 501 4/28/2024
2.1.199 285 4/28/2024
2.1.198 1,138 4/28/2024
2.1.197 392 4/28/2024
2.1.196 672 4/28/2024
2.1.195 479 4/28/2024
2.1.194 956 4/27/2024
2.1.193 1,323 4/19/2024
2.1.192 1,854 4/18/2024
2.1.191 1,401 4/12/2024
2.1.190 945 4/12/2024
2.1.189 549 4/12/2024
2.1.188 538 4/12/2024
2.1.187 853 4/12/2024
2.1.186 609 4/12/2024
2.1.185 722 4/11/2024
2.1.184 889 4/10/2024
2.1.183 702 4/9/2024
2.1.182 1,520 4/2/2024
2.1.181 632 4/1/2024
2.1.180 1,205 3/29/2024
2.1.179 1,144 3/25/2024
2.1.178 508 3/25/2024
2.1.177 1,446 3/20/2024
2.1.176 1,357 3/19/2024
2.1.175 681 3/19/2024
2.1.174 1,048 3/18/2024
2.1.173 1,543 3/15/2024
2.1.172 1,070 3/13/2024
2.1.171 450 3/13/2024
2.1.170 1,149 3/13/2024
2.1.169 441 3/13/2024
2.1.168 198 3/13/2024
2.1.167 1,090 3/12/2024
2.1.166 815 3/12/2024
2.1.165 1,202 3/11/2024
2.1.164 1,168 3/11/2024
2.1.163 1,255 3/10/2024
2.1.162 1,182 3/8/2024
2.1.161 495 3/8/2024
2.1.160 928 3/8/2024
2.1.159 1,454 3/6/2024
2.1.158 1,142 3/4/2024
2.1.157 1,252 3/4/2024
2.1.156 1,019 3/3/2024
2.1.155 976 3/2/2024
2.1.154 332 3/2/2024
2.1.153 962 3/2/2024
2.1.152 290 3/2/2024
2.1.151 952 2/29/2024
2.1.150 318 2/29/2024
2.1.149 987 2/29/2024
2.1.148 1,175 2/26/2024
2.1.147 714 2/25/2024
2.1.146 752 2/25/2024
2.1.145 2,756 2/23/2024
2.1.144 950 2/22/2024
2.1.143 664 2/22/2024
2.1.142 989 2/21/2024
2.1.141 994 2/21/2024
2.1.140 868 2/21/2024
2.1.139 585 2/21/2024
2.1.138 421 2/21/2024
2.1.137 166 2/21/2024
2.1.136 2,361 2/20/2024
2.1.135 825 2/20/2024
2.1.134 660 2/20/2024
2.1.133 743 2/19/2024
2.1.132 1,030 2/19/2024
2.1.131 1,076 2/17/2024
2.1.130 750 2/17/2024
2.1.129 836 2/16/2024
2.1.128 426 2/16/2024
2.1.127 484 2/16/2024
2.1.126 565 2/16/2024
2.1.125 938 2/16/2024
2.1.124 315 2/16/2024
2.1.123 1,715 2/13/2024
2.1.122 1,446 2/13/2024
2.1.121 330 2/13/2024
2.1.120 748 2/13/2024
2.1.119 782 2/13/2024
2.1.118 978 2/12/2024
2.1.117 489 2/11/2024
2.1.116 1,520 2/11/2024
2.1.115 795 2/11/2024
2.1.114 1,002 2/10/2024
2.1.113 535 2/9/2024
2.1.112 1,232 2/9/2024
2.1.111 941 2/9/2024
2.1.110 499 2/8/2024
2.1.109 904 2/8/2024
2.1.108 754 2/8/2024
2.1.107 864 2/8/2024
2.1.106 1,170 2/7/2024
2.1.105 717 2/7/2024
2.1.104 423 2/7/2024
2.1.103 1,069 2/7/2024
2.1.102 158 2/6/2024
2.1.101 811 2/6/2024
2.1.100 1,275 2/5/2024
2.1.99 1,309 2/4/2024
2.1.98 961 2/2/2024
2.1.97 1,353 1/31/2024
2.1.96 1,152 1/29/2024
2.1.95 1,150 1/29/2024
2.1.94 428 1/29/2024
2.1.93 1,140 1/28/2024
2.1.92 447 1/28/2024
2.1.91 846 1/28/2024
2.1.90 438 1/28/2024
2.1.89 536 1/28/2024
2.1.88 1,262 1/27/2024
2.1.87 780 1/27/2024
2.1.86 260 1/27/2024
2.1.85 577 1/27/2024
2.1.84 697 1/27/2024
2.1.83 862 1/27/2024
2.1.82 355 1/26/2024
2.1.81 575 1/26/2024
2.1.80 823 1/26/2024
2.1.79 429 1/26/2024
2.1.78 1,308 1/26/2024
2.1.77 844 1/26/2024
2.1.76 593 1/25/2024
2.1.75 513 1/25/2024
2.1.74 539 1/25/2024
2.1.73 573 1/25/2024
2.1.72 1,689 1/19/2024
2.1.71 1,323 1/15/2024
2.1.70 648 1/15/2024
2.1.69 605 1/15/2024
2.1.68 786 1/15/2024
2.1.67 1,022 1/15/2024
2.1.66 1,103 1/14/2024
2.1.65 1,217 1/13/2024
2.1.64 1,061 1/12/2024
2.1.63 1,403 1/11/2024
2.1.62 1,420 1/7/2024
2.1.61 1,031 1/5/2024
2.1.60 665 1/5/2024
2.1.59 1,103 1/5/2024
2.1.58 1,215 1/1/2024
2.1.57 1,451 12/28/2023
2.1.56 968 12/28/2023
2.1.55 882 12/28/2023
2.1.54 598 12/27/2023
2.1.53 429 12/27/2023
2.1.52 182 12/27/2023
2.1.51 2,100 12/25/2023
2.1.50 341 12/25/2023
2.1.49 904 12/25/2023
2.1.48 582 12/25/2023
2.1.47 761 12/25/2023
2.1.46 340 12/25/2023
2.1.45 1,109 12/24/2023
2.1.44 1,345 12/23/2023
2.1.43 702 12/23/2023
2.1.42 1,101 12/23/2023
2.1.41 464 12/23/2023
2.1.40 786 12/23/2023
2.1.39 1,694 12/19/2023
2.1.38 451 12/19/2023
2.1.37 2,673 12/10/2023
2.1.36 1,036 12/10/2023
2.1.35 1,830 12/9/2023
2.1.34 835 12/9/2023
2.1.33 1,019 12/9/2023
2.1.32 1,742 12/6/2023
2.1.31 1,509 12/5/2023
2.1.30 1,015 12/4/2023
2.1.29 297 12/4/2023
2.1.28 776 12/4/2023
2.1.27 1,924 11/23/2023
2.1.26 719 11/23/2023
2.1.25 939 11/23/2023
2.1.24 401 11/23/2023
2.1.23 1,150 11/20/2023
2.1.22 1,038 11/20/2023
2.1.21 997 11/19/2023
2.1.20 452 11/19/2023
2.1.19 879 11/19/2023
2.1.18 579 11/19/2023
2.1.17 1,072 11/18/2023
2.1.16 821 11/18/2023
2.1.15 534 11/18/2023
2.1.14 718 11/18/2023
2.1.13 991 11/17/2023
2.1.12 170 11/17/2023
2.1.11 956 11/17/2023
2.1.10 637 11/17/2023
2.1.9 586 11/17/2023
2.1.8 374 11/17/2023
2.1.7 1,036 11/17/2023
2.1.6 540 11/17/2023
2.1.5 291 11/17/2023
2.1.4 1,197 11/16/2023
2.0.82 1,570 11/15/2023
2.0.81 149 11/15/2023
2.0.80 154 11/15/2023
2.0.79 324 11/15/2023
2.0.3 153 11/16/2023
2.0.2 158 11/16/2023
2.0.1 148 11/16/2023
1.0.78 691 11/14/2023
1.0.77 1,359 11/13/2023
1.0.76 935 11/10/2023
1.0.75 958 11/9/2023
1.0.74 169 11/9/2023
1.0.73 1,465 11/7/2023
1.0.72 739 11/6/2023
1.0.71 656 11/3/2023
1.0.70 710 11/2/2023
1.0.69 1,424 11/1/2023
1.0.68 1,748 10/26/2023
1.0.67 1,294 10/19/2023
1.0.66 385 10/18/2023
1.0.65 1,016 10/17/2023
1.0.64 1,566 10/16/2023
1.0.63 946 10/13/2023
1.0.62 1,132 10/12/2023
1.0.61 1,941 9/20/2023
1.0.60 834 9/19/2023
1.0.59 919 9/18/2023
1.0.58 191 9/18/2023
1.0.57 1,452 9/14/2023
1.0.56 1,843 8/31/2023
1.0.55 761 8/30/2023
1.0.54 232 8/30/2023
1.0.53 1,523 8/28/2023
1.0.52 559 8/25/2023
1.0.51 1,418 8/24/2023
1.0.50 1,870 8/21/2023
1.0.49 599 8/18/2023
1.0.48 1,171 8/17/2023
1.0.47 205 8/17/2023
1.0.46 2,133 8/10/2023
1.0.45 846 8/9/2023
1.0.44 1,600 8/8/2023
1.0.43 842 8/7/2023
1.0.42 210 8/7/2023
1.0.41 2,116 7/13/2023
1.0.40 1,588 7/11/2023
1.0.39 982 7/10/2023
1.0.38 1,372 7/7/2023
1.0.37 253 7/7/2023
1.0.36 2,225 6/30/2023
1.0.35 1,121 6/29/2023
1.0.34 1,299 6/28/2023
1.0.33 250 6/28/2023
1.0.32 1,960 6/26/2023
1.0.31 695 6/23/2023
1.0.30 1,858 6/21/2023
1.0.29 2,041 6/15/2023
1.0.28 1,054 6/14/2023
1.0.27 256 6/14/2023
1.0.26 2,381 6/9/2023
1.0.25 1,130 6/8/2023
1.0.24 611 6/7/2023
1.0.23 291 6/7/2023
1.0.22 1,061 6/6/2023
1.0.21 2,359 6/5/2023
1.0.20 673 6/2/2023
1.0.19 261 6/2/2023
1.0.18 1,388 6/1/2023
1.0.17 466 5/31/2023
1.0.16 1,538 5/31/2023
1.0.15 498 5/31/2023
1.0.14 1,242 5/30/2023
1.0.13 1,863 5/26/2023
1.0.12 1,180 5/25/2023
1.0.11 1,089 5/24/2023
1.0.10 396 5/24/2023
1.0.8 1,534 5/23/2023
1.0.7 541 5/22/2023
1.0.6 1,820 5/17/2023
1.0.5 3,349 4/11/2023
1.0.4 674 4/3/2023
1.0.3 716 3/31/2023
1.0.2 706 3/31/2023
1.0.1 473 2/27/2023