Soenneker.Utils.Cancellation 3.0.521

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.521
                    
NuGet\Install-Package Soenneker.Utils.Cancellation -Version 3.0.521
                    
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.521" />
                    
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.521" />
                    
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.521
                    
#r "nuget: Soenneker.Utils.Cancellation, 3.0.521"
                    
#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.521
                    
#: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.521
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.Cancellation&version=3.0.521
                    
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 155 9/9/2025
3.0.717 158 9/9/2025
3.0.716 177 9/3/2025
3.0.715 153 8/11/2025
3.0.714 231 8/5/2025
3.0.713 237 8/5/2025
3.0.712 172 7/8/2025
3.0.711 168 7/8/2025
3.0.709 320 6/11/2025
3.0.708 315 6/11/2025
3.0.707 191 5/27/2025
3.0.706 189 5/22/2025
3.0.705 256 5/13/2025
3.0.704 282 5/13/2025
3.0.703 192 5/7/2025
3.0.702 186 5/5/2025
3.0.701 186 5/5/2025
3.0.700 225 4/8/2025
3.0.699 201 4/8/2025
3.0.698 188 4/8/2025
3.0.697 203 4/8/2025
3.0.696 202 4/8/2025
3.0.695 202 4/8/2025
3.0.694 215 4/8/2025
3.0.693 223 4/8/2025
3.0.692 199 4/7/2025
3.0.691 203 4/7/2025
3.0.690 218 4/7/2025
3.0.689 207 4/7/2025
3.0.688 208 4/7/2025
3.0.687 212 4/6/2025
3.0.686 206 4/6/2025
3.0.685 233 4/6/2025
3.0.684 181 4/6/2025
3.0.683 196 4/6/2025
3.0.682 151 4/6/2025
3.0.681 159 4/6/2025
3.0.680 152 4/6/2025
3.0.679 142 4/5/2025
3.0.678 130 4/5/2025
3.0.677 118 4/5/2025
3.0.676 138 4/5/2025
3.0.675 136 4/5/2025
3.0.674 141 4/5/2025
3.0.673 147 4/4/2025
3.0.672 205 4/4/2025
3.0.671 213 4/1/2025
3.0.670 201 4/1/2025
3.0.669 210 3/31/2025
3.0.668 133 3/29/2025
3.0.667 509 3/25/2025
3.0.666 512 3/25/2025
3.0.665 150 3/21/2025
3.0.664 178 3/21/2025
3.0.663 188 3/18/2025
3.0.662 198 3/18/2025
3.0.661 112 3/15/2025
3.0.660 128 3/15/2025
3.0.659 184 3/12/2025
3.0.658 205 3/12/2025
3.0.657 226 3/12/2025
3.0.656 235 3/11/2025
3.0.655 221 3/11/2025
3.0.654 214 3/11/2025
3.0.653 220 3/11/2025
3.0.652 239 3/11/2025
3.0.651 219 3/11/2025
3.0.650 219 3/11/2025
3.0.649 256 3/7/2025
3.0.648 269 3/7/2025
3.0.647 157 3/2/2025
3.0.646 142 3/2/2025
3.0.645 170 3/2/2025
3.0.644 151 3/2/2025
3.0.643 174 3/1/2025
3.0.642 139 3/1/2025
3.0.641 144 3/1/2025
3.0.640 149 3/1/2025
3.0.639 154 3/1/2025
3.0.638 159 3/1/2025
3.0.637 143 3/1/2025
3.0.636 149 2/25/2025
3.0.635 139 2/25/2025
3.0.634 172 2/25/2025
3.0.633 160 2/25/2025
3.0.632 141 2/25/2025
3.0.631 135 2/24/2025
3.0.630 152 2/23/2025
3.0.629 141 2/23/2025
3.0.628 152 2/22/2025
3.0.627 161 2/22/2025
3.0.626 166 2/22/2025
3.0.625 141 2/22/2025
3.0.624 147 2/22/2025
3.0.623 124 2/22/2025
3.0.622 146 2/21/2025
3.0.621 157 2/21/2025
3.0.620 178 2/21/2025
3.0.619 135 2/19/2025
3.0.618 163 2/19/2025
3.0.617 141 2/19/2025
3.0.616 156 2/18/2025
3.0.615 144 2/18/2025
3.0.614 143 2/18/2025
3.0.613 147 2/14/2025
3.0.612 164 2/13/2025
3.0.611 167 2/12/2025
3.0.610 162 2/12/2025
3.0.609 151 2/12/2025
3.0.608 147 2/12/2025
3.0.607 150 2/12/2025
3.0.606 146 2/12/2025
3.0.605 143 2/11/2025
3.0.604 168 2/11/2025
3.0.603 135 2/11/2025
3.0.602 139 2/11/2025
3.0.601 138 2/11/2025
3.0.600 144 2/11/2025
3.0.599 163 2/11/2025
3.0.598 149 2/11/2025
3.0.597 152 2/10/2025
3.0.596 148 2/10/2025
3.0.595 145 2/10/2025
3.0.594 154 2/10/2025
3.0.593 164 2/10/2025
3.0.592 154 2/9/2025
3.0.591 160 2/9/2025
3.0.590 161 2/8/2025
3.0.589 146 2/8/2025
3.0.588 139 2/8/2025
3.0.587 136 2/8/2025
3.0.586 141 2/8/2025
3.0.585 143 2/7/2025
3.0.584 137 2/7/2025
3.0.583 144 2/7/2025
3.0.582 146 2/7/2025
3.0.581 129 2/7/2025
3.0.580 159 2/6/2025
3.0.579 141 2/5/2025
3.0.578 176 2/5/2025
3.0.577 155 2/5/2025
3.0.576 155 2/5/2025
3.0.575 144 2/5/2025
3.0.574 147 2/5/2025
3.0.573 144 2/5/2025
3.0.572 161 1/28/2025
3.0.571 143 1/28/2025
3.0.570 125 1/28/2025
3.0.569 152 1/28/2025
3.0.568 140 1/27/2025
3.0.567 138 1/27/2025
3.0.566 129 1/27/2025
3.0.565 133 1/27/2025
3.0.564 129 1/27/2025
3.0.563 137 1/26/2025
3.0.562 142 1/26/2025
3.0.561 136 1/26/2025
3.0.560 147 1/26/2025
3.0.559 156 1/26/2025
3.0.558 130 1/25/2025
3.0.557 137 1/25/2025
3.0.556 138 1/25/2025
3.0.555 135 1/25/2025
3.0.554 149 1/25/2025
3.0.553 136 1/25/2025
3.0.552 134 1/24/2025
3.0.551 135 1/24/2025
3.0.550 145 1/24/2025
3.0.549 123 1/24/2025
3.0.548 130 1/24/2025
3.0.547 140 1/23/2025
3.0.546 134 1/23/2025
3.0.545 138 1/22/2025
3.0.544 135 1/21/2025
3.0.543 149 1/21/2025
3.0.542 146 1/21/2025
3.0.541 139 1/21/2025
3.0.540 142 1/21/2025
3.0.539 149 1/21/2025
3.0.538 139 1/21/2025
3.0.537 146 1/21/2025
3.0.536 138 1/21/2025
3.0.535 145 1/20/2025
3.0.534 142 1/20/2025
3.0.533 124 1/20/2025
3.0.532 136 1/20/2025
3.0.531 155 1/20/2025
3.0.530 152 1/20/2025
3.0.529 136 1/20/2025
3.0.528 150 1/20/2025
3.0.527 132 1/19/2025
3.0.526 129 1/19/2025
3.0.525 134 1/19/2025
3.0.524 151 1/19/2025
3.0.523 141 1/19/2025
3.0.522 127 1/19/2025
3.0.521 132 1/19/2025
3.0.520 130 1/18/2025
3.0.519 140 1/18/2025
3.0.518 143 1/17/2025
3.0.517 133 1/17/2025
3.0.516 148 1/17/2025
3.0.515 129 1/17/2025
3.0.514 151 1/17/2025
3.0.513 130 1/16/2025
3.0.512 139 1/16/2025
3.0.511 148 1/16/2025
3.0.510 123 1/16/2025
3.0.509 138 1/16/2025
3.0.508 127 1/16/2025
3.0.507 135 1/16/2025
3.0.506 129 1/15/2025
3.0.505 152 1/15/2025
3.0.504 121 1/15/2025
3.0.503 132 1/15/2025
3.0.502 109 1/15/2025
3.0.501 101 1/15/2025
3.0.500 109 1/14/2025
3.0.499 108 1/14/2025
3.0.498 121 1/14/2025
3.0.497 125 1/14/2025
3.0.496 126 1/13/2025
3.0.495 123 1/13/2025
3.0.494 129 1/13/2025
3.0.493 125 1/13/2025
3.0.492 140 1/13/2025
3.0.491 126 1/11/2025
3.0.490 138 1/11/2025
3.0.489 158 1/11/2025
3.0.488 137 1/11/2025
3.0.487 162 1/10/2025
3.0.486 163 1/10/2025
3.0.485 137 1/10/2025
3.0.484 132 1/10/2025
3.0.483 150 1/10/2025
3.0.482 136 1/10/2025
3.0.481 169 1/3/2025
3.0.480 155 1/3/2025
3.0.479 150 1/3/2025
3.0.478 155 1/2/2025
3.0.477 149 1/2/2025
3.0.476 149 1/2/2025
3.0.475 156 1/2/2025
3.0.474 189 1/1/2025
3.0.473 161 1/1/2025
3.0.472 154 1/1/2025
3.0.471 139 1/1/2025
3.0.470 159 1/1/2025
3.0.469 156 12/31/2024
3.0.468 151 12/31/2024
3.0.467 162 12/31/2024
3.0.466 166 12/31/2024
3.0.465 166 12/31/2024
3.0.464 156 12/31/2024
3.0.463 140 12/31/2024
3.0.462 150 12/31/2024
3.0.461 178 12/31/2024
3.0.460 155 12/31/2024
3.0.459 154 12/28/2024
3.0.458 137 12/28/2024
3.0.457 138 12/27/2024
3.0.456 154 12/27/2024
3.0.455 140 12/27/2024
3.0.454 150 12/24/2024
3.0.453 142 12/24/2024
3.0.452 148 12/24/2024
3.0.451 170 12/24/2024
3.0.450 150 12/24/2024
3.0.449 167 12/24/2024
3.0.448 136 12/24/2024
3.0.447 155 12/24/2024
3.0.446 146 12/23/2024
3.0.445 125 12/23/2024
3.0.444 136 12/23/2024
3.0.443 167 12/23/2024
3.0.442 141 12/23/2024
3.0.441 141 12/23/2024
3.0.440 160 12/23/2024
3.0.439 148 12/22/2024
3.0.438 145 12/22/2024
3.0.437 152 12/22/2024
3.0.436 142 12/22/2024
3.0.435 155 12/22/2024
3.0.434 151 12/21/2024
3.0.433 146 12/21/2024
3.0.432 152 12/21/2024
3.0.431 141 12/21/2024
3.0.430 145 12/21/2024
3.0.429 150 12/21/2024
3.0.428 140 12/21/2024
3.0.427 138 12/20/2024
3.0.426 165 12/20/2024
3.0.425 129 12/20/2024
3.0.424 154 12/20/2024
3.0.423 153 12/20/2024
3.0.422 167 12/20/2024
3.0.421 149 12/19/2024
3.0.420 158 12/19/2024
3.0.418 160 12/16/2024
3.0.417 137 12/9/2024
3.0.416 139 12/9/2024
3.0.415 156 12/9/2024
3.0.414 142 12/9/2024
3.0.413 154 12/6/2024
3.0.412 164 12/6/2024
3.0.411 146 12/6/2024
3.0.410 148 12/6/2024
3.0.409 164 12/6/2024
3.0.408 136 12/6/2024
3.0.407 147 12/6/2024
3.0.406 150 12/6/2024
3.0.405 155 12/6/2024
3.0.404 146 12/5/2024
3.0.403 144 12/5/2024
3.0.402 152 12/5/2024
3.0.401 162 12/4/2024
3.0.400 149 12/4/2024
3.0.399 148 12/4/2024
3.0.398 166 12/3/2024
3.0.397 148 12/3/2024
3.0.396 164 12/3/2024
3.0.395 142 12/3/2024
3.0.394 139 12/3/2024
3.0.393 160 12/3/2024
3.0.392 144 12/3/2024
3.0.391 132 12/3/2024
3.0.390 156 12/2/2024
3.0.389 139 12/2/2024
3.0.388 152 12/2/2024
3.0.387 155 12/1/2024
3.0.386 142 11/29/2024
3.0.385 165 11/21/2024
3.0.384 152 11/20/2024
3.0.382 161 11/20/2024
3.0.381 146 11/20/2024
3.0.380 151 11/19/2024
3.0.379 145 11/19/2024
3.0.378 151 11/19/2024
3.0.377 154 11/19/2024
3.0.376 154 11/14/2024
3.0.375 144 11/14/2024
3.0.374 122 11/14/2024
3.0.373 145 11/14/2024
3.0.372 158 11/14/2024
3.0.371 169 11/14/2024
3.0.370 151 11/14/2024
2.1.369 137 11/14/2024
2.1.368 146 11/13/2024
2.1.367 149 11/13/2024
2.1.366 158 11/12/2024
2.1.365 163 11/12/2024
2.1.364 147 11/12/2024
2.1.363 150 11/9/2024
2.1.362 134 11/9/2024
2.1.361 143 11/8/2024
2.1.360 143 11/8/2024
2.1.359 148 11/8/2024
2.1.358 163 11/8/2024
2.1.357 153 11/8/2024
2.1.356 158 11/8/2024
2.1.355 131 10/31/2024
2.1.354 157 10/29/2024
2.1.353 145 10/29/2024
2.1.352 151 10/29/2024
2.1.351 153 10/26/2024
2.1.350 165 10/22/2024
2.1.349 165 10/22/2024
2.1.348 165 10/22/2024
2.1.347 150 10/17/2024
2.1.346 146 10/14/2024
2.1.345 140 10/11/2024
2.1.344 159 10/11/2024
2.1.343 175 10/11/2024
2.1.341 153 10/8/2024
2.1.340 153 10/8/2024
2.1.339 117 10/8/2024
2.1.338 139 10/8/2024
2.1.337 157 10/8/2024
2.1.336 134 10/8/2024
2.1.335 151 10/3/2024
2.1.334 148 10/3/2024
2.1.333 152 10/3/2024
2.1.332 154 10/2/2024
2.1.331 155 10/2/2024
2.1.330 152 10/1/2024
2.1.329 149 10/1/2024
2.1.328 170 10/1/2024
2.1.327 155 9/29/2024
2.1.326 192 9/29/2024
2.1.325 150 9/29/2024
2.1.324 158 9/27/2024
2.1.323 151 9/27/2024
2.1.322 155 9/27/2024
2.1.321 173 9/26/2024
2.1.320 158 9/26/2024
2.1.319 180 9/26/2024
2.1.318 155 9/23/2024
2.1.317 157 9/23/2024
2.1.316 151 9/23/2024
2.1.315 175 9/23/2024
2.1.314 164 9/23/2024
2.1.313 160 9/17/2024
2.1.312 173 9/17/2024
2.1.311 148 9/17/2024
2.1.310 152 9/17/2024
2.1.309 142 9/17/2024
2.1.308 153 9/17/2024
2.1.307 166 9/16/2024
2.1.306 169 9/12/2024
2.1.305 189 9/11/2024
2.1.303 173 9/11/2024
2.1.302 164 9/10/2024
2.1.301 164 9/10/2024
2.1.300 158 9/10/2024
2.1.299 171 9/10/2024
2.1.298 161 9/9/2024
2.1.297 158 9/9/2024
2.1.296 178 9/9/2024
2.1.295 183 9/9/2024
2.1.294 181 9/9/2024
2.1.293 173 9/6/2024
2.1.292 179 9/6/2024
2.1.291 176 9/5/2024
2.1.290 164 9/5/2024
2.1.289 167 9/5/2024
2.1.288 170 9/5/2024
2.1.287 164 9/5/2024
2.1.286 158 9/5/2024
2.1.285 192 9/4/2024
2.1.284 158 9/3/2024
2.1.283 189 9/3/2024
2.1.282 167 9/3/2024
2.1.281 164 9/3/2024
2.1.280 164 8/29/2024
2.1.279 186 8/26/2024
2.1.278 179 8/21/2024
2.1.277 173 8/21/2024
2.1.276 198 8/20/2024
2.1.275 188 8/20/2024
2.1.274 175 8/20/2024
2.1.273 182 8/19/2024
2.1.272 187 8/15/2024
2.1.271 185 8/13/2024
2.1.270 157 8/6/2024
2.1.269 128 8/6/2024
2.1.268 151 8/1/2024
2.1.267 153 8/1/2024
2.1.266 144 8/1/2024
2.1.265 130 7/25/2024
2.1.264 144 7/25/2024
2.1.263 135 7/25/2024
2.1.262 137 7/24/2024
2.1.261 139 7/24/2024
2.1.260 234 7/20/2024
2.1.259 181 7/14/2024
2.1.258 148 7/14/2024
2.1.256 198 7/10/2024
2.1.255 164 7/10/2024
2.1.254 144 7/10/2024
2.1.253 166 7/10/2024
2.1.252 147 7/10/2024
2.1.251 165 7/10/2024
2.1.250 139 7/9/2024
2.1.249 143 7/9/2024
2.1.248 130 7/9/2024
2.1.247 176 7/9/2024
2.1.246 168 7/9/2024
2.1.245 184 7/9/2024
2.1.244 132 7/9/2024
2.1.243 176 7/9/2024
2.1.242 183 7/8/2024
2.1.241 170 7/8/2024
2.1.240 165 7/8/2024
2.1.239 197 7/7/2024
2.1.238 226 7/7/2024
2.1.237 2,739 7/3/2024
2.1.236 159 7/3/2024
2.1.235 3,331 6/22/2024
2.1.234 1,638 6/15/2024
2.1.233 584 6/15/2024
2.1.232 1,691 6/14/2024
2.1.231 1,674 6/1/2024
2.1.230 268 6/1/2024
2.1.229 675 6/1/2024
2.1.228 2,210 5/31/2024
2.1.227 1,460 5/29/2024
2.1.226 1,324 5/28/2024
2.1.225 681 5/27/2024
2.1.224 1,528 5/26/2024
2.1.223 1,365 5/26/2024
2.1.222 804 5/26/2024
2.1.221 465 5/26/2024
2.1.220 530 5/25/2024
2.1.219 1,225 5/25/2024
2.1.218 276 5/25/2024
2.1.217 715 5/25/2024
2.1.216 698 5/25/2024
2.1.215 1,334 5/23/2024
2.1.214 924 5/23/2024
2.1.213 866 5/22/2024
2.1.212 510 5/22/2024
2.1.211 555 5/22/2024
2.1.210 2,404 5/18/2024
2.1.209 976 5/17/2024
2.1.208 491 5/17/2024
2.1.207 1,212 5/16/2024
2.1.206 337 5/15/2024
2.1.205 1,570 5/15/2024
2.1.204 1,828 5/13/2024
2.1.203 2,008 4/29/2024
2.1.202 449 4/29/2024
2.1.201 1,643 4/28/2024
2.1.200 501 4/28/2024
2.1.199 297 4/28/2024
2.1.198 1,148 4/28/2024
2.1.197 402 4/28/2024
2.1.196 682 4/28/2024
2.1.195 489 4/28/2024
2.1.194 966 4/27/2024
2.1.193 1,333 4/19/2024
2.1.192 1,864 4/18/2024
2.1.191 1,411 4/12/2024
2.1.190 955 4/12/2024
2.1.189 559 4/12/2024
2.1.188 548 4/12/2024
2.1.187 863 4/12/2024
2.1.186 619 4/12/2024
2.1.185 732 4/11/2024
2.1.184 899 4/10/2024
2.1.183 712 4/9/2024
2.1.182 1,530 4/2/2024
2.1.181 643 4/1/2024
2.1.180 1,215 3/29/2024
2.1.179 1,154 3/25/2024
2.1.178 518 3/25/2024
2.1.177 1,456 3/20/2024
2.1.176 1,367 3/19/2024
2.1.175 691 3/19/2024
2.1.174 1,058 3/18/2024
2.1.173 1,553 3/15/2024
2.1.172 1,082 3/13/2024
2.1.171 460 3/13/2024
2.1.170 1,159 3/13/2024
2.1.169 451 3/13/2024
2.1.168 208 3/13/2024
2.1.167 1,100 3/12/2024
2.1.166 825 3/12/2024
2.1.165 1,212 3/11/2024
2.1.164 1,178 3/11/2024
2.1.163 1,265 3/10/2024
2.1.162 1,192 3/8/2024
2.1.161 506 3/8/2024
2.1.160 938 3/8/2024
2.1.159 1,464 3/6/2024
2.1.158 1,152 3/4/2024
2.1.157 1,262 3/4/2024
2.1.156 1,030 3/3/2024
2.1.155 986 3/2/2024
2.1.154 342 3/2/2024
2.1.153 973 3/2/2024
2.1.152 301 3/2/2024
2.1.151 962 2/29/2024
2.1.150 329 2/29/2024
2.1.149 998 2/29/2024
2.1.148 1,185 2/26/2024
2.1.147 724 2/25/2024
2.1.146 762 2/25/2024
2.1.145 2,766 2/23/2024
2.1.144 960 2/22/2024
2.1.143 675 2/22/2024
2.1.142 999 2/21/2024
2.1.141 1,004 2/21/2024
2.1.140 878 2/21/2024
2.1.139 596 2/21/2024
2.1.138 431 2/21/2024
2.1.137 176 2/21/2024
2.1.136 2,371 2/20/2024
2.1.135 835 2/20/2024
2.1.134 670 2/20/2024
2.1.133 753 2/19/2024
2.1.132 1,040 2/19/2024
2.1.131 1,086 2/17/2024
2.1.130 760 2/17/2024
2.1.129 847 2/16/2024
2.1.128 437 2/16/2024
2.1.127 494 2/16/2024
2.1.126 575 2/16/2024
2.1.125 948 2/16/2024
2.1.124 325 2/16/2024
2.1.123 1,725 2/13/2024
2.1.122 1,457 2/13/2024
2.1.121 340 2/13/2024
2.1.120 758 2/13/2024
2.1.119 792 2/13/2024
2.1.118 988 2/12/2024
2.1.117 499 2/11/2024
2.1.116 1,530 2/11/2024
2.1.115 795 2/11/2024
2.1.114 1,013 2/10/2024
2.1.113 545 2/9/2024
2.1.112 1,242 2/9/2024
2.1.111 951 2/9/2024
2.1.110 509 2/8/2024
2.1.109 914 2/8/2024
2.1.108 764 2/8/2024
2.1.107 874 2/8/2024
2.1.106 1,180 2/7/2024
2.1.105 727 2/7/2024
2.1.104 434 2/7/2024
2.1.103 1,069 2/7/2024
2.1.102 170 2/6/2024
2.1.101 821 2/6/2024
2.1.100 1,285 2/5/2024
2.1.99 1,319 2/4/2024
2.1.98 971 2/2/2024
2.1.97 1,353 1/31/2024
2.1.96 1,162 1/29/2024
2.1.95 1,162 1/29/2024
2.1.94 438 1/29/2024
2.1.93 1,150 1/28/2024
2.1.92 457 1/28/2024
2.1.91 856 1/28/2024
2.1.90 448 1/28/2024
2.1.89 546 1/28/2024
2.1.88 1,272 1/27/2024
2.1.87 790 1/27/2024
2.1.86 270 1/27/2024
2.1.85 587 1/27/2024
2.1.84 707 1/27/2024
2.1.83 872 1/27/2024
2.1.82 365 1/26/2024
2.1.81 585 1/26/2024
2.1.80 833 1/26/2024
2.1.79 439 1/26/2024
2.1.78 1,318 1/26/2024
2.1.77 854 1/26/2024
2.1.76 603 1/25/2024
2.1.75 523 1/25/2024
2.1.74 549 1/25/2024
2.1.73 583 1/25/2024
2.1.72 1,699 1/19/2024
2.1.71 1,333 1/15/2024
2.1.70 658 1/15/2024
2.1.69 615 1/15/2024
2.1.68 796 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,414 1/11/2024
2.1.62 1,420 1/7/2024
2.1.61 1,041 1/5/2024
2.1.60 675 1/5/2024
2.1.59 1,113 1/5/2024
2.1.58 1,215 1/1/2024
2.1.57 1,461 12/28/2023
2.1.56 968 12/28/2023
2.1.55 892 12/28/2023
2.1.54 598 12/27/2023
2.1.53 439 12/27/2023
2.1.52 192 12/27/2023
2.1.51 2,100 12/25/2023
2.1.50 341 12/25/2023
2.1.49 914 12/25/2023
2.1.48 592 12/25/2023
2.1.47 771 12/25/2023
2.1.46 350 12/25/2023
2.1.45 1,109 12/24/2023
2.1.44 1,355 12/23/2023
2.1.43 702 12/23/2023
2.1.42 1,111 12/23/2023
2.1.41 474 12/23/2023
2.1.40 796 12/23/2023
2.1.39 1,706 12/19/2023
2.1.38 461 12/19/2023
2.1.37 2,683 12/10/2023
2.1.36 1,046 12/10/2023
2.1.35 1,840 12/9/2023
2.1.34 845 12/9/2023
2.1.33 1,029 12/9/2023
2.1.32 1,753 12/6/2023
2.1.31 1,519 12/5/2023
2.1.30 1,015 12/4/2023
2.1.29 307 12/4/2023
2.1.28 786 12/4/2023
2.1.27 1,924 11/23/2023
2.1.26 719 11/23/2023
2.1.25 949 11/23/2023
2.1.24 411 11/23/2023
2.1.23 1,160 11/20/2023
2.1.22 1,048 11/20/2023
2.1.21 1,007 11/19/2023
2.1.20 462 11/19/2023
2.1.19 879 11/19/2023
2.1.18 589 11/19/2023
2.1.17 1,072 11/18/2023
2.1.16 832 11/18/2023
2.1.15 544 11/18/2023
2.1.14 728 11/18/2023
2.1.13 1,001 11/17/2023
2.1.12 180 11/17/2023
2.1.11 956 11/17/2023
2.1.10 647 11/17/2023
2.1.9 596 11/17/2023
2.1.8 374 11/17/2023
2.1.7 1,036 11/17/2023
2.1.6 551 11/17/2023
2.1.5 301 11/17/2023
2.1.4 1,207 11/16/2023
2.0.82 1,570 11/15/2023
2.0.81 159 11/15/2023
2.0.80 165 11/15/2023
2.0.79 334 11/15/2023
2.0.3 163 11/16/2023
2.0.2 168 11/16/2023
2.0.1 158 11/16/2023
1.0.78 701 11/14/2023
1.0.77 1,369 11/13/2023
1.0.76 945 11/10/2023
1.0.75 969 11/9/2023
1.0.74 180 11/9/2023
1.0.73 1,475 11/7/2023
1.0.72 749 11/6/2023
1.0.71 667 11/3/2023
1.0.70 720 11/2/2023
1.0.69 1,435 11/1/2023
1.0.68 1,758 10/26/2023
1.0.67 1,304 10/19/2023
1.0.66 395 10/18/2023
1.0.65 1,026 10/17/2023
1.0.64 1,576 10/16/2023
1.0.63 956 10/13/2023
1.0.62 1,142 10/12/2023
1.0.61 1,951 9/20/2023
1.0.60 834 9/19/2023
1.0.59 929 9/18/2023
1.0.58 202 9/18/2023
1.0.57 1,462 9/14/2023
1.0.56 1,853 8/31/2023
1.0.55 771 8/30/2023
1.0.54 243 8/30/2023
1.0.53 1,533 8/28/2023
1.0.52 569 8/25/2023
1.0.51 1,428 8/24/2023
1.0.50 1,880 8/21/2023
1.0.49 609 8/18/2023
1.0.48 1,182 8/17/2023
1.0.47 206 8/17/2023
1.0.46 2,144 8/10/2023
1.0.45 857 8/9/2023
1.0.44 1,612 8/8/2023
1.0.43 852 8/7/2023
1.0.42 220 8/7/2023
1.0.41 2,126 7/13/2023
1.0.40 1,598 7/11/2023
1.0.39 992 7/10/2023
1.0.38 1,382 7/7/2023
1.0.37 253 7/7/2023
1.0.36 2,235 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,970 6/26/2023
1.0.31 705 6/23/2023
1.0.30 1,868 6/21/2023
1.0.29 2,051 6/15/2023
1.0.28 1,064 6/14/2023
1.0.27 266 6/14/2023
1.0.26 2,381 6/9/2023
1.0.25 1,140 6/8/2023
1.0.24 621 6/7/2023
1.0.23 301 6/7/2023
1.0.22 1,071 6/6/2023
1.0.21 2,369 6/5/2023
1.0.20 683 6/2/2023
1.0.19 271 6/2/2023
1.0.18 1,398 6/1/2023
1.0.17 476 5/31/2023
1.0.16 1,548 5/31/2023
1.0.15 498 5/31/2023
1.0.14 1,252 5/30/2023
1.0.13 1,873 5/26/2023
1.0.12 1,191 5/25/2023
1.0.11 1,099 5/24/2023
1.0.10 406 5/24/2023
1.0.8 1,544 5/23/2023
1.0.7 552 5/22/2023
1.0.6 1,830 5/17/2023
1.0.5 3,359 4/11/2023
1.0.4 684 4/3/2023
1.0.3 716 3/31/2023
1.0.2 720 3/31/2023
1.0.1 483 2/27/2023