Soenneker.Utils.Cancellation 3.0.387

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.387                
NuGet\Install-Package Soenneker.Utils.Cancellation -Version 3.0.387                
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.387" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Utils.Cancellation --version 3.0.387                
#r "nuget: Soenneker.Utils.Cancellation, 3.0.387"                
#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.
// Install Soenneker.Utils.Cancellation as a Cake Addin
#addin nuget:?package=Soenneker.Utils.Cancellation&version=3.0.387

// Install Soenneker.Utils.Cancellation as a Cake Tool
#tool nuget:?package=Soenneker.Utils.Cancellation&version=3.0.387                

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. 
.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.520 17 1/18/2025
3.0.519 24 1/18/2025
3.0.518 37 1/17/2025
3.0.517 37 1/17/2025
3.0.516 37 1/17/2025
3.0.515 38 1/17/2025
3.0.514 40 1/17/2025
3.0.513 38 1/16/2025
3.0.512 37 1/16/2025
3.0.511 43 1/16/2025
3.0.510 35 1/16/2025
3.0.509 38 1/16/2025
3.0.508 35 1/16/2025
3.0.507 36 1/16/2025
3.0.506 38 1/15/2025
3.0.505 51 1/15/2025
3.0.504 52 1/15/2025
3.0.503 43 1/15/2025
3.0.502 43 1/15/2025
3.0.501 38 1/15/2025
3.0.500 37 1/14/2025
3.0.499 39 1/14/2025
3.0.498 40 1/14/2025
3.0.497 37 1/14/2025
3.0.496 62 1/13/2025
3.0.495 57 1/13/2025
3.0.494 58 1/13/2025
3.0.493 57 1/13/2025
3.0.492 58 1/13/2025
3.0.491 60 1/11/2025
3.0.490 60 1/11/2025
3.0.489 62 1/11/2025
3.0.488 55 1/11/2025
3.0.487 57 1/10/2025
3.0.486 61 1/10/2025
3.0.485 59 1/10/2025
3.0.484 56 1/10/2025
3.0.483 67 1/10/2025
3.0.482 61 1/10/2025
3.0.481 104 1/3/2025
3.0.480 90 1/3/2025
3.0.479 85 1/3/2025
3.0.478 84 1/2/2025
3.0.477 84 1/2/2025
3.0.476 87 1/2/2025
3.0.475 85 1/2/2025
3.0.474 91 1/1/2025
3.0.473 88 1/1/2025
3.0.472 92 1/1/2025
3.0.471 85 1/1/2025
3.0.470 97 1/1/2025
3.0.469 95 12/31/2024
3.0.468 89 12/31/2024
3.0.467 87 12/31/2024
3.0.466 103 12/31/2024
3.0.465 104 12/31/2024
3.0.464 97 12/31/2024
3.0.463 76 12/31/2024
3.0.462 77 12/31/2024
3.0.461 83 12/31/2024
3.0.460 89 12/31/2024
3.0.459 90 12/28/2024
3.0.458 75 12/28/2024
3.0.457 77 12/27/2024
3.0.456 91 12/27/2024
3.0.455 79 12/27/2024
3.0.454 86 12/24/2024
3.0.453 83 12/24/2024
3.0.452 76 12/24/2024
3.0.451 83 12/24/2024
3.0.450 84 12/24/2024
3.0.449 86 12/24/2024
3.0.448 86 12/24/2024
3.0.447 79 12/24/2024
3.0.446 87 12/23/2024
3.0.445 77 12/23/2024
3.0.444 77 12/23/2024
3.0.443 88 12/23/2024
3.0.442 81 12/23/2024
3.0.441 81 12/23/2024
3.0.440 84 12/23/2024
3.0.439 83 12/22/2024
3.0.438 84 12/22/2024
3.0.437 92 12/22/2024
3.0.436 84 12/22/2024
3.0.435 92 12/22/2024
3.0.434 92 12/21/2024
3.0.433 88 12/21/2024
3.0.432 89 12/21/2024
3.0.431 82 12/21/2024
3.0.430 81 12/21/2024
3.0.429 87 12/21/2024
3.0.428 81 12/21/2024
3.0.427 86 12/20/2024
3.0.426 87 12/20/2024
3.0.425 78 12/20/2024
3.0.424 90 12/20/2024
3.0.423 90 12/20/2024
3.0.422 84 12/20/2024
3.0.421 91 12/19/2024
3.0.420 87 12/19/2024
3.0.418 94 12/16/2024
3.0.417 80 12/9/2024
3.0.416 77 12/9/2024
3.0.415 84 12/9/2024
3.0.414 84 12/9/2024
3.0.413 90 12/6/2024
3.0.412 89 12/6/2024
3.0.411 81 12/6/2024
3.0.410 88 12/6/2024
3.0.409 90 12/6/2024
3.0.408 89 12/6/2024
3.0.407 85 12/6/2024
3.0.406 88 12/6/2024
3.0.405 91 12/6/2024
3.0.404 86 12/5/2024
3.0.403 82 12/5/2024
3.0.402 91 12/5/2024
3.0.401 88 12/4/2024
3.0.400 91 12/4/2024
3.0.399 89 12/4/2024
3.0.398 91 12/3/2024
3.0.397 89 12/3/2024
3.0.396 90 12/3/2024
3.0.395 86 12/3/2024
3.0.394 84 12/3/2024
3.0.393 86 12/3/2024
3.0.392 82 12/3/2024
3.0.391 81 12/3/2024
3.0.390 97 12/2/2024
3.0.389 90 12/2/2024
3.0.388 86 12/2/2024
3.0.387 91 12/1/2024
3.0.386 93 11/29/2024
3.0.385 90 11/21/2024
3.0.384 93 11/20/2024
3.0.382 92 11/20/2024
3.0.381 80 11/20/2024
3.0.380 92 11/19/2024
3.0.379 85 11/19/2024
3.0.378 79 11/19/2024
3.0.377 91 11/19/2024
3.0.376 88 11/14/2024
3.0.375 84 11/14/2024
3.0.374 84 11/14/2024
3.0.373 90 11/14/2024
3.0.372 96 11/14/2024
3.0.371 88 11/14/2024
3.0.370 92 11/14/2024
2.1.369 90 11/14/2024
2.1.368 87 11/13/2024
2.1.367 88 11/13/2024
2.1.366 89 11/12/2024
2.1.365 94 11/12/2024
2.1.364 91 11/12/2024
2.1.363 93 11/9/2024
2.1.362 88 11/9/2024
2.1.361 91 11/8/2024
2.1.360 89 11/8/2024
2.1.359 89 11/8/2024
2.1.358 94 11/8/2024
2.1.357 90 11/8/2024
2.1.356 91 11/8/2024
2.1.355 84 10/31/2024
2.1.354 97 10/29/2024
2.1.353 87 10/29/2024
2.1.352 87 10/29/2024
2.1.351 97 10/26/2024
2.1.350 89 10/22/2024
2.1.349 88 10/22/2024
2.1.348 84 10/22/2024
2.1.347 94 10/17/2024
2.1.346 87 10/14/2024
2.1.345 94 10/11/2024
2.1.344 105 10/11/2024
2.1.343 96 10/11/2024
2.1.341 92 10/8/2024
2.1.340 92 10/8/2024
2.1.339 81 10/8/2024
2.1.338 84 10/8/2024
2.1.337 87 10/8/2024
2.1.336 87 10/8/2024
2.1.335 90 10/3/2024
2.1.334 91 10/3/2024
2.1.333 93 10/3/2024
2.1.332 93 10/2/2024
2.1.331 94 10/2/2024
2.1.330 93 10/1/2024
2.1.329 88 10/1/2024
2.1.328 97 10/1/2024
2.1.327 96 9/29/2024
2.1.326 108 9/29/2024
2.1.325 100 9/29/2024
2.1.324 100 9/27/2024
2.1.323 91 9/27/2024
2.1.322 97 9/27/2024
2.1.321 99 9/26/2024
2.1.320 100 9/26/2024
2.1.319 99 9/26/2024
2.1.318 96 9/23/2024
2.1.317 101 9/23/2024
2.1.316 94 9/23/2024
2.1.315 95 9/23/2024
2.1.314 92 9/23/2024
2.1.313 99 9/17/2024
2.1.312 100 9/17/2024
2.1.311 86 9/17/2024
2.1.310 95 9/17/2024
2.1.309 88 9/17/2024
2.1.308 96 9/17/2024
2.1.307 96 9/16/2024
2.1.306 113 9/12/2024
2.1.305 116 9/11/2024
2.1.303 101 9/11/2024
2.1.302 113 9/10/2024
2.1.301 105 9/10/2024
2.1.300 104 9/10/2024
2.1.299 111 9/10/2024
2.1.298 104 9/9/2024
2.1.297 104 9/9/2024
2.1.296 105 9/9/2024
2.1.295 108 9/9/2024
2.1.294 111 9/9/2024
2.1.293 107 9/6/2024
2.1.292 124 9/6/2024
2.1.291 105 9/5/2024
2.1.290 104 9/5/2024
2.1.289 114 9/5/2024
2.1.288 114 9/5/2024
2.1.287 106 9/5/2024
2.1.286 106 9/5/2024
2.1.285 119 9/4/2024
2.1.284 103 9/3/2024
2.1.283 106 9/3/2024
2.1.282 109 9/3/2024
2.1.281 105 9/3/2024
2.1.280 108 8/29/2024
2.1.279 113 8/26/2024
2.1.278 122 8/21/2024
2.1.277 117 8/21/2024
2.1.276 119 8/20/2024
2.1.275 124 8/20/2024
2.1.274 119 8/20/2024
2.1.273 128 8/19/2024
2.1.272 132 8/15/2024
2.1.271 109 8/13/2024
2.1.270 98 8/6/2024
2.1.269 74 8/6/2024
2.1.268 98 8/1/2024
2.1.267 96 8/1/2024
2.1.266 98 8/1/2024
2.1.265 71 7/25/2024
2.1.264 83 7/25/2024
2.1.263 80 7/25/2024
2.1.262 81 7/24/2024
2.1.261 67 7/24/2024
2.1.260 180 7/20/2024
2.1.259 122 7/14/2024
2.1.258 94 7/14/2024
2.1.256 117 7/10/2024
2.1.255 97 7/10/2024
2.1.254 72 7/10/2024
2.1.253 109 7/10/2024
2.1.252 89 7/10/2024
2.1.251 112 7/10/2024
2.1.250 68 7/9/2024
2.1.249 87 7/9/2024
2.1.248 77 7/9/2024
2.1.247 101 7/9/2024
2.1.246 97 7/9/2024
2.1.245 113 7/9/2024
2.1.244 74 7/9/2024
2.1.243 120 7/9/2024
2.1.242 102 7/8/2024
2.1.241 103 7/8/2024
2.1.240 109 7/8/2024
2.1.239 119 7/7/2024
2.1.238 147 7/7/2024
2.1.237 1,623 7/3/2024
2.1.236 92 7/3/2024
2.1.235 2,035 6/22/2024
2.1.234 995 6/15/2024
2.1.233 362 6/15/2024
2.1.232 1,037 6/14/2024
2.1.231 1,079 6/1/2024
2.1.230 187 6/1/2024
2.1.229 450 6/1/2024
2.1.228 1,340 5/31/2024
2.1.227 929 5/29/2024
2.1.226 828 5/28/2024
2.1.225 431 5/27/2024
2.1.224 914 5/26/2024
2.1.223 832 5/26/2024
2.1.222 493 5/26/2024
2.1.221 307 5/26/2024
2.1.220 335 5/25/2024
2.1.219 771 5/25/2024
2.1.218 188 5/25/2024
2.1.217 438 5/25/2024
2.1.216 461 5/25/2024
2.1.215 836 5/23/2024
2.1.214 572 5/23/2024
2.1.213 536 5/22/2024
2.1.212 334 5/22/2024
2.1.211 363 5/22/2024
2.1.210 1,479 5/18/2024
2.1.209 626 5/17/2024
2.1.208 322 5/17/2024
2.1.207 790 5/16/2024
2.1.206 221 5/15/2024
2.1.205 965 5/15/2024
2.1.204 1,101 5/13/2024
2.1.203 1,231 4/29/2024
2.1.202 293 4/29/2024
2.1.201 1,022 4/28/2024
2.1.200 332 4/28/2024
2.1.199 193 4/28/2024
2.1.198 721 4/28/2024
2.1.197 270 4/28/2024
2.1.196 457 4/28/2024
2.1.195 296 4/28/2024
2.1.194 604 4/27/2024
2.1.193 883 4/19/2024
2.1.192 1,159 4/18/2024
2.1.191 914 4/12/2024
2.1.190 622 4/12/2024
2.1.189 350 4/12/2024
2.1.188 362 4/12/2024
2.1.187 560 4/12/2024
2.1.186 405 4/12/2024
2.1.185 495 4/11/2024
2.1.184 590 4/10/2024
2.1.183 434 4/9/2024
2.1.182 1,002 4/2/2024
2.1.181 399 4/1/2024
2.1.180 751 3/29/2024
2.1.179 722 3/25/2024
2.1.178 310 3/25/2024
2.1.177 924 3/20/2024
2.1.176 849 3/19/2024
2.1.175 437 3/19/2024
2.1.174 654 3/18/2024
2.1.173 979 3/15/2024
2.1.172 674 3/13/2024
2.1.171 294 3/13/2024
2.1.170 723 3/13/2024
2.1.169 292 3/13/2024
2.1.168 139 3/13/2024
2.1.167 707 3/12/2024
2.1.166 517 3/12/2024
2.1.165 774 3/11/2024
2.1.164 741 3/11/2024
2.1.163 769 3/10/2024
2.1.162 730 3/8/2024
2.1.161 317 3/8/2024
2.1.160 609 3/8/2024
2.1.159 919 3/6/2024
2.1.158 721 3/4/2024
2.1.157 803 3/4/2024
2.1.156 679 3/3/2024
2.1.155 613 3/2/2024
2.1.154 233 3/2/2024
2.1.153 633 3/2/2024
2.1.152 184 3/2/2024
2.1.151 619 2/29/2024
2.1.150 215 2/29/2024
2.1.149 629 2/29/2024
2.1.148 826 2/26/2024
2.1.147 475 2/25/2024
2.1.146 484 2/25/2024
2.1.145 1,749 2/23/2024
2.1.144 623 2/22/2024
2.1.143 428 2/22/2024
2.1.142 649 2/21/2024
2.1.141 641 2/21/2024
2.1.140 545 2/21/2024
2.1.139 351 2/21/2024
2.1.138 294 2/21/2024
2.1.137 117 2/21/2024
2.1.136 1,469 2/20/2024
2.1.135 502 2/20/2024
2.1.134 407 2/20/2024
2.1.133 468 2/19/2024
2.1.132 625 2/19/2024
2.1.131 672 2/17/2024
2.1.130 453 2/17/2024
2.1.129 524 2/16/2024
2.1.128 272 2/16/2024
2.1.127 312 2/16/2024
2.1.126 361 2/16/2024
2.1.125 619 2/16/2024
2.1.124 205 2/16/2024
2.1.123 1,097 2/13/2024
2.1.122 910 2/13/2024
2.1.121 218 2/13/2024
2.1.120 461 2/13/2024
2.1.119 475 2/13/2024
2.1.118 616 2/12/2024
2.1.117 323 2/11/2024
2.1.116 929 2/11/2024
2.1.115 510 2/11/2024
2.1.114 607 2/10/2024
2.1.113 355 2/9/2024
2.1.112 778 2/9/2024
2.1.111 582 2/9/2024
2.1.110 324 2/8/2024
2.1.109 572 2/8/2024
2.1.108 466 2/8/2024
2.1.107 540 2/8/2024
2.1.106 716 2/7/2024
2.1.105 452 2/7/2024
2.1.104 274 2/7/2024
2.1.103 661 2/7/2024
2.1.102 106 2/6/2024
2.1.101 516 2/6/2024
2.1.100 773 2/5/2024
2.1.99 791 2/4/2024
2.1.98 605 2/2/2024
2.1.97 875 1/31/2024
2.1.96 711 1/29/2024
2.1.95 708 1/29/2024
2.1.94 271 1/29/2024
2.1.93 738 1/28/2024
2.1.92 278 1/28/2024
2.1.91 533 1/28/2024
2.1.90 281 1/28/2024
2.1.89 340 1/28/2024
2.1.88 814 1/27/2024
2.1.87 505 1/27/2024
2.1.86 181 1/27/2024
2.1.85 365 1/27/2024
2.1.84 476 1/27/2024
2.1.83 531 1/27/2024
2.1.82 219 1/26/2024
2.1.81 370 1/26/2024
2.1.80 512 1/26/2024
2.1.79 276 1/26/2024
2.1.78 821 1/26/2024
2.1.77 522 1/26/2024
2.1.76 364 1/25/2024
2.1.75 322 1/25/2024
2.1.74 318 1/25/2024
2.1.73 357 1/25/2024
2.1.72 1,046 1/19/2024
2.1.71 837 1/15/2024
2.1.70 420 1/15/2024
2.1.69 401 1/15/2024
2.1.68 504 1/15/2024
2.1.67 651 1/15/2024
2.1.66 692 1/14/2024
2.1.65 758 1/13/2024
2.1.64 665 1/12/2024
2.1.63 880 1/11/2024
2.1.62 905 1/7/2024
2.1.61 679 1/5/2024
2.1.60 437 1/5/2024
2.1.59 736 1/5/2024
2.1.58 783 1/1/2024
2.1.57 933 12/28/2023
2.1.56 601 12/28/2023
2.1.55 575 12/28/2023
2.1.54 411 12/27/2023
2.1.53 298 12/27/2023
2.1.52 123 12/27/2023
2.1.51 1,353 12/25/2023
2.1.50 246 12/25/2023
2.1.49 581 12/25/2023
2.1.48 404 12/25/2023
2.1.47 500 12/25/2023
2.1.46 246 12/25/2023
2.1.45 703 12/24/2023
2.1.44 888 12/23/2023
2.1.43 477 12/23/2023
2.1.42 715 12/23/2023
2.1.41 308 12/23/2023
2.1.40 519 12/23/2023
2.1.39 1,104 12/19/2023
2.1.38 305 12/19/2023
2.1.37 1,791 12/10/2023
2.1.36 702 12/10/2023
2.1.35 1,199 12/9/2023
2.1.34 544 12/9/2023
2.1.33 677 12/9/2023
2.1.32 1,130 12/6/2023
2.1.31 940 12/5/2023
2.1.30 634 12/4/2023
2.1.29 234 12/4/2023
2.1.28 508 12/4/2023
2.1.27 1,233 11/23/2023
2.1.26 496 11/23/2023
2.1.25 605 11/23/2023
2.1.24 297 11/23/2023
2.1.23 731 11/20/2023
2.1.22 666 11/20/2023
2.1.21 645 11/19/2023
2.1.20 305 11/19/2023
2.1.19 590 11/19/2023
2.1.18 364 11/19/2023
2.1.17 690 11/18/2023
2.1.16 531 11/18/2023
2.1.15 357 11/18/2023
2.1.14 488 11/18/2023
2.1.13 633 11/17/2023
2.1.12 128 11/17/2023
2.1.11 620 11/17/2023
2.1.10 428 11/17/2023
2.1.9 392 11/17/2023
2.1.8 279 11/17/2023
2.1.7 663 11/17/2023
2.1.6 353 11/17/2023
2.1.5 206 11/17/2023
2.1.4 725 11/16/2023
2.0.82 978 11/15/2023
2.0.81 119 11/15/2023
2.0.80 114 11/15/2023
2.0.79 255 11/15/2023
2.0.3 127 11/16/2023
2.0.2 125 11/16/2023
2.0.1 120 11/16/2023
1.0.78 482 11/14/2023
1.0.77 911 11/13/2023
1.0.76 658 11/10/2023
1.0.75 644 11/9/2023
1.0.74 133 11/9/2023
1.0.73 976 11/7/2023
1.0.72 516 11/6/2023
1.0.71 458 11/3/2023
1.0.70 514 11/2/2023
1.0.69 978 11/1/2023
1.0.68 1,181 10/26/2023
1.0.67 883 10/19/2023
1.0.66 294 10/18/2023
1.0.65 700 10/17/2023
1.0.64 1,055 10/16/2023
1.0.63 671 10/13/2023
1.0.62 799 10/12/2023
1.0.61 1,369 9/20/2023
1.0.60 556 9/19/2023
1.0.59 628 9/18/2023
1.0.58 142 9/18/2023
1.0.57 950 9/14/2023
1.0.56 1,270 8/31/2023
1.0.55 540 8/30/2023
1.0.54 166 8/30/2023
1.0.53 1,052 8/28/2023
1.0.52 382 8/25/2023
1.0.51 946 8/24/2023
1.0.50 1,262 8/21/2023
1.0.49 433 8/18/2023
1.0.48 807 8/17/2023
1.0.47 140 8/17/2023
1.0.46 1,492 8/10/2023
1.0.45 584 8/9/2023
1.0.44 1,098 8/8/2023
1.0.43 604 8/7/2023
1.0.42 157 8/7/2023
1.0.41 1,499 7/13/2023
1.0.40 1,110 7/11/2023
1.0.39 709 7/10/2023
1.0.38 962 7/7/2023
1.0.37 180 7/7/2023
1.0.36 1,612 6/30/2023
1.0.35 800 6/29/2023
1.0.34 948 6/28/2023
1.0.33 173 6/28/2023
1.0.32 1,428 6/26/2023
1.0.31 534 6/23/2023
1.0.30 1,365 6/21/2023
1.0.29 1,446 6/15/2023
1.0.28 772 6/14/2023
1.0.27 193 6/14/2023
1.0.26 1,719 6/9/2023
1.0.25 883 6/8/2023
1.0.24 488 6/7/2023
1.0.23 215 6/7/2023
1.0.22 835 6/6/2023
1.0.21 1,679 6/5/2023
1.0.20 517 6/2/2023
1.0.19 184 6/2/2023
1.0.18 1,020 6/1/2023
1.0.17 359 5/31/2023
1.0.16 1,171 5/31/2023
1.0.15 373 5/31/2023
1.0.14 969 5/30/2023
1.0.13 1,388 5/26/2023
1.0.12 904 5/25/2023
1.0.11 836 5/24/2023
1.0.10 279 5/24/2023
1.0.8 1,185 5/23/2023
1.0.7 401 5/22/2023
1.0.6 1,356 5/17/2023
1.0.5 2,643 4/11/2023
1.0.4 524 4/3/2023
1.0.3 612 3/31/2023
1.0.2 212 3/31/2023
1.0.1 385 2/27/2023