Soenneker.Blazor.Utils.BlazorOutputInvoker 3.0.636

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

// Install Soenneker.Blazor.Utils.BlazorOutputInvoker as a Cake Tool
#tool nuget:?package=Soenneker.Blazor.Utils.BlazorOutputInvoker&version=3.0.636                

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.Blazor.Utils.BlazorOutputInvoker

A generic invoker to simplify JavaScript to C# interaction that allows for an input and output, providing two-way communication with invocations.

Installation

dotnet add package Soenneker.Blazor.Utils.BlazorOutputInvoker

Usage

C#

async ValueTask<int> YourInvokerMethod(string input)
{
    Console.Log(input); // 'Hello there'
    return 42;
}

var blazorOutputInvoker = new BlazorOutputInvoker<string, int>(YourInvokerMethod);

JS

dotnetObject.invokeMethodAsync('InvokeWithOutput', 'Hello there').then((data) => {
    console.log(data); // 42
});
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Soenneker.Blazor.Utils.BlazorOutputInvoker:

Package Downloads
Soenneker.Blazor.Utils.InteropEventListener

Manages the registration, removal, and disposal of .NET object references used for interop event listeners.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.636 34 11/21/2024
3.0.635 23 11/21/2024
3.0.634 168 11/20/2024
3.0.633 28 11/20/2024
3.0.632 35 11/20/2024
3.0.631 33 11/20/2024
3.0.630 31 11/20/2024
3.0.629 32 11/20/2024
3.0.628 31 11/20/2024
3.0.627 286 11/19/2024
3.0.626 31 11/19/2024
3.0.625 370 11/19/2024
3.0.624 32 11/19/2024
3.0.623 27 11/19/2024
3.0.622 428 11/15/2024
3.0.621 183 11/14/2024
3.0.620 65 11/14/2024
3.0.619 67 11/14/2024
3.0.618 62 11/14/2024
3.0.617 233 11/14/2024
3.0.616 168 11/14/2024
3.0.615 62 11/14/2024
3.0.614 271 11/14/2024
3.0.613 280 11/14/2024
3.0.612 64 11/14/2024
3.0.611 237 11/14/2024
3.0.610 63 11/14/2024
3.0.609 61 11/14/2024
2.1.608 401 11/13/2024
2.1.607 300 11/13/2024
2.1.606 68 11/13/2024
2.1.605 502 11/13/2024
2.1.604 63 11/12/2024
2.1.603 62 11/12/2024
2.1.602 565 11/9/2024
2.1.601 235 11/9/2024
2.1.600 232 11/9/2024
2.1.599 66 11/9/2024
2.1.598 69 11/8/2024
2.1.597 396 11/8/2024
2.1.596 69 11/8/2024
2.1.595 627 11/8/2024
2.1.594 224 11/8/2024
2.1.593 286 11/6/2024
2.1.592 323 11/1/2024
2.1.591 63 11/1/2024
2.1.590 63 11/1/2024
2.1.589 610 10/29/2024
2.1.588 72 10/29/2024
2.1.587 227 10/29/2024
2.1.586 211 10/29/2024
2.1.585 273 10/29/2024
2.1.584 68 10/29/2024
2.1.583 300 10/29/2024
2.1.582 443 10/28/2024
2.1.581 406 10/26/2024
2.1.580 68 10/26/2024
2.1.579 581 10/22/2024
2.1.578 313 10/22/2024
2.1.577 165 10/22/2024
2.1.576 69 10/22/2024
2.1.575 63 10/22/2024
2.1.574 763 10/17/2024
2.1.573 181 10/17/2024
2.1.572 507 10/15/2024
2.1.571 70 10/15/2024
2.1.570 245 10/14/2024
2.1.569 351 10/12/2024
2.1.568 76 10/12/2024
2.1.567 76 10/12/2024
2.1.566 458 10/11/2024
2.1.565 470 10/9/2024
2.1.564 201 10/9/2024
2.1.563 250 10/9/2024
2.1.562 239 10/9/2024
2.1.561 173 10/8/2024
2.1.560 73 10/8/2024
2.1.559 277 10/8/2024
2.1.558 78 10/8/2024
2.1.557 442 10/8/2024
2.1.556 77 10/8/2024
2.1.555 665 10/3/2024
2.1.554 240 10/3/2024
2.1.553 242 10/3/2024
2.1.552 76 10/3/2024
2.1.551 70 10/3/2024
2.1.550 69 10/3/2024
2.1.549 631 10/2/2024
2.1.548 152 10/2/2024
2.1.547 71 10/2/2024
2.1.546 372 10/2/2024
2.1.545 73 10/2/2024
2.1.544 77 10/2/2024
2.1.543 554 10/1/2024
2.1.542 217 10/1/2024
2.1.541 297 10/1/2024
2.1.540 76 10/1/2024
2.1.539 581 9/29/2024
2.1.538 76 9/29/2024
2.1.537 74 9/29/2024
2.1.536 492 9/29/2024
2.1.535 492 9/27/2024
2.1.534 73 9/27/2024
2.1.533 456 9/27/2024
2.1.532 81 9/27/2024
2.1.531 463 9/27/2024
2.1.530 74 9/27/2024
2.1.529 351 9/26/2024
2.1.528 199 9/26/2024
2.1.527 609 9/26/2024
2.1.526 140 9/26/2024
2.1.525 233 9/26/2024
2.1.524 223 9/26/2024
2.1.523 80 9/26/2024
2.1.522 703 9/23/2024
2.1.521 152 9/23/2024
2.1.520 278 9/23/2024
2.1.519 373 9/23/2024
2.1.518 72 9/23/2024
2.1.517 254 9/23/2024
2.1.516 533 9/23/2024
2.1.515 199 9/23/2024
2.1.514 76 9/23/2024
2.1.513 448 9/22/2024
2.1.512 365 9/18/2024
2.1.511 90 9/18/2024
2.1.510 174 9/18/2024
2.1.509 254 9/18/2024
2.1.508 81 9/18/2024
2.1.507 92 9/17/2024
2.1.506 305 9/17/2024
2.1.505 132 9/17/2024
2.1.504 89 9/17/2024
2.1.503 272 9/17/2024
2.1.502 173 9/17/2024
2.1.501 161 9/17/2024
2.1.500 81 9/17/2024
2.1.499 1,100 9/16/2024
2.1.498 94 9/16/2024
2.1.497 569 9/12/2024
2.1.496 133 9/12/2024
2.1.495 145 9/12/2024
2.1.494 100 9/12/2024
2.1.493 171 9/12/2024
2.1.492 123 9/11/2024
2.1.491 134 9/11/2024
2.1.490 161 9/11/2024
2.1.489 148 9/11/2024
2.1.488 155 9/11/2024
2.1.487 172 9/11/2024
2.1.486 103 9/11/2024
2.1.485 1,540 9/10/2024
2.1.484 226 9/10/2024
2.1.483 208 9/10/2024
2.1.482 158 9/10/2024
2.1.481 82 9/10/2024
2.1.480 186 9/10/2024
2.1.478 169 9/9/2024
2.1.477 85 9/9/2024
2.1.476 182 9/9/2024
2.1.475 170 9/9/2024
2.1.474 84 9/9/2024
2.1.473 1,444 9/9/2024
2.1.472 303 9/7/2024
2.1.471 86 9/7/2024
2.1.470 288 9/7/2024
2.1.469 396 9/6/2024
2.1.468 208 9/6/2024
2.1.467 232 9/6/2024
2.1.466 101 9/5/2024
2.1.465 87 9/5/2024
2.1.464 575 9/5/2024
2.1.463 92 9/5/2024
2.1.462 256 9/5/2024
2.1.461 84 9/5/2024
2.1.460 94 9/5/2024
2.1.459 268 9/5/2024
2.1.458 416 9/4/2024
2.1.457 424 9/4/2024
2.1.456 111 9/3/2024
2.1.455 100 9/3/2024
2.1.454 397 9/3/2024
2.1.453 92 9/3/2024
2.1.452 416 9/3/2024
2.1.451 277 8/29/2024
2.1.450 166 8/29/2024
2.1.449 88 8/29/2024
2.1.448 527 8/26/2024
2.1.447 324 8/26/2024
2.1.446 89 8/26/2024
2.1.445 594 8/21/2024
2.1.444 111 8/21/2024
2.1.443 397 8/21/2024
2.1.442 111 8/21/2024
2.1.441 234 8/20/2024
2.1.440 118 8/20/2024
2.1.439 107 8/20/2024
2.1.438 480 8/20/2024
2.1.437 103 8/20/2024
2.1.436 112 8/20/2024
2.1.435 381 8/20/2024
2.1.434 99 8/19/2024
2.1.433 425 8/15/2024
2.1.432 382 8/15/2024
2.1.431 107 8/15/2024
2.1.430 316 8/15/2024
2.1.429 454 8/13/2024
2.1.428 113 8/13/2024
2.1.427 428 8/7/2024
2.1.426 180 8/7/2024
2.1.425 91 8/7/2024
2.1.424 90 8/7/2024
2.1.423 408 8/6/2024
2.1.422 350 8/1/2024
2.1.421 87 8/1/2024
2.1.420 260 8/1/2024
2.1.419 80 8/1/2024
2.1.418 83 8/1/2024
2.1.417 637 7/25/2024
2.1.416 60 7/25/2024
2.1.415 63 7/25/2024
2.1.414 280 7/25/2024
2.1.413 59 7/25/2024
2.1.412 207 7/25/2024
2.1.411 92 7/25/2024
2.1.410 102 7/24/2024
2.1.409 70 7/24/2024
2.1.408 55 7/24/2024
2.1.407 464 7/20/2024
2.1.406 88 7/20/2024
2.1.405 300 7/20/2024
2.1.404 672 7/14/2024
2.1.403 149 7/14/2024
2.1.402 81 7/14/2024
2.1.401 277 7/14/2024
2.1.400 238 7/14/2024
2.1.399 242 7/10/2024
2.1.398 82 7/10/2024
2.1.397 81 7/10/2024
2.1.396 84 7/10/2024
2.1.395 67 7/10/2024
2.1.394 634 7/10/2024
2.1.393 239 7/10/2024
2.1.392 76 7/10/2024
2.1.391 86 7/10/2024
2.1.390 331 7/10/2024
2.1.389 90 7/10/2024
2.1.388 85 7/9/2024
2.1.387 322 7/9/2024
2.1.386 74 7/9/2024
2.1.385 80 7/9/2024
2.1.384 75 7/9/2024
2.1.383 88 7/9/2024
2.1.382 75 7/9/2024
2.1.381 84 7/9/2024
2.1.380 72 7/9/2024
2.1.379 71 7/9/2024
2.1.378 910 7/8/2024
2.1.377 65 7/8/2024
2.1.376 78 7/8/2024
2.1.375 311 7/8/2024
2.1.374 410 7/8/2024
2.1.373 84 7/7/2024
2.1.372 72 7/7/2024
2.1.371 429 7/7/2024
2.1.370 839 7/3/2024
2.1.369 82 7/3/2024
2.1.368 145 7/3/2024
2.1.367 323 7/3/2024
2.1.366 82 7/3/2024
2.1.365 808 6/27/2024
2.1.364 84 6/27/2024
2.1.363 85 6/27/2024
2.1.362 506 6/22/2024
2.1.361 96 6/22/2024
2.1.360 232 6/22/2024
2.1.359 324 6/16/2024
2.1.358 97 6/15/2024
2.1.357 89 6/15/2024
2.1.356 327 6/15/2024
2.1.355 93 6/15/2024
2.1.354 85 6/15/2024
2.1.353 345 6/15/2024
2.1.352 153 6/15/2024
2.1.351 196 6/15/2024
2.1.350 98 6/14/2024
2.1.349 466 6/4/2024
2.1.348 222 6/4/2024
2.1.347 403 6/2/2024
2.1.346 271 6/1/2024
2.1.345 84 6/1/2024
2.1.344 82 6/1/2024
2.1.343 93 6/1/2024
2.1.342 460 6/1/2024
2.1.341 81 6/1/2024
2.1.340 95 6/1/2024
2.1.339 311 5/31/2024
2.1.338 96 5/31/2024
2.1.337 86 5/31/2024
2.1.336 101 5/31/2024
2.1.335 510 5/29/2024
2.1.334 80 5/29/2024
2.1.333 277 5/29/2024
2.1.332 177 5/29/2024
2.1.331 240 5/28/2024
2.1.330 198 5/28/2024
2.1.329 253 5/28/2024
2.1.328 89 5/28/2024
2.1.327 90 5/28/2024
2.1.326 344 5/28/2024
2.1.325 205 5/27/2024
2.1.324 260 5/27/2024
2.1.323 88 5/27/2024
2.1.322 187 5/26/2024
2.1.321 251 5/26/2024
2.1.320 308 5/26/2024
2.1.319 96 5/26/2024
2.1.318 87 5/26/2024
2.1.317 278 5/26/2024
2.1.316 93 5/26/2024
2.1.315 93 5/25/2024
2.1.314 96 5/25/2024
2.1.313 91 5/25/2024
2.1.312 399 5/25/2024
2.1.311 97 5/25/2024
2.1.310 491 5/25/2024
2.1.309 222 5/23/2024
2.1.308 149 5/23/2024
2.1.307 91 5/23/2024
2.1.306 342 5/23/2024
2.1.305 87 5/23/2024
2.1.304 95 5/23/2024
2.1.303 269 5/23/2024
2.1.302 281 5/22/2024
2.1.301 91 5/22/2024
2.1.300 242 5/22/2024
2.1.299 91 5/22/2024
2.1.298 351 5/18/2024
2.1.297 95 5/18/2024
2.1.296 226 5/18/2024
2.1.295 111 5/18/2024
2.1.294 202 5/17/2024
2.1.293 105 5/17/2024
2.1.292 331 5/17/2024
2.1.291 209 5/17/2024
2.1.290 164 5/16/2024
2.1.289 117 5/16/2024
2.1.288 109 5/16/2024
2.1.287 313 5/15/2024
2.1.286 94 5/15/2024
2.1.285 103 5/14/2024
2.1.284 431 5/13/2024
2.1.283 77 5/13/2024
2.1.282 77 5/13/2024
2.1.281 416 5/1/2024
2.1.280 131 5/1/2024
2.1.279 1,140 4/28/2024
2.1.278 177 4/28/2024
2.1.277 167 4/28/2024
2.1.276 80 4/28/2024
2.1.275 103 4/28/2024
2.1.274 95 4/28/2024
2.1.273 98 4/27/2024
2.1.272 590 4/27/2024
2.1.271 244 4/20/2024
2.1.270 236 4/20/2024
2.1.269 100 4/19/2024
2.1.268 89 4/19/2024
2.1.267 433 4/19/2024
2.1.266 255 4/19/2024
2.1.265 209 4/19/2024
2.1.264 169 4/18/2024
2.1.263 439 4/13/2024
2.1.262 145 4/13/2024
2.1.261 194 4/13/2024
2.1.260 105 4/13/2024
2.1.259 265 4/12/2024
2.1.258 96 4/12/2024
2.1.257 445 4/12/2024
2.1.256 93 4/12/2024
2.1.255 96 4/12/2024
2.1.254 99 4/12/2024
2.1.253 101 4/12/2024
2.1.252 412 4/12/2024
2.1.251 82 4/12/2024
2.1.250 947 4/10/2024
2.1.249 90 4/10/2024
2.1.248 85 4/10/2024
2.1.247 423 4/10/2024
2.1.246 96 4/10/2024
2.1.245 259 4/9/2024
2.1.244 456 4/3/2024
2.1.243 196 4/2/2024
2.1.242 246 4/2/2024
2.1.241 225 4/2/2024
2.1.240 107 4/1/2024
2.1.239 560 3/30/2024
2.1.238 177 3/29/2024
2.1.237 77 3/29/2024
2.1.236 448 3/25/2024
2.1.235 112 3/25/2024
2.1.234 120 3/25/2024
2.1.233 310 3/25/2024
2.1.232 112 3/25/2024
2.1.231 103 3/25/2024
2.1.230 416 3/21/2024
2.1.229 105 3/21/2024
2.1.228 305 3/21/2024
2.1.227 110 3/20/2024
2.1.226 405 3/20/2024
2.1.225 106 3/19/2024
2.1.224 109 3/19/2024
2.1.223 98 3/19/2024
2.1.222 351 3/19/2024
2.1.221 94 3/19/2024
2.1.220 104 3/19/2024
2.1.219 341 3/19/2024
2.1.218 244 3/19/2024
2.1.217 116 3/18/2024
2.1.216 371 3/16/2024
2.1.215 101 3/16/2024
2.1.214 288 3/16/2024
2.1.213 105 3/16/2024
2.1.212 257 3/15/2024
2.1.211 112 3/15/2024
2.1.210 234 3/14/2024
2.1.209 94 3/13/2024
2.1.208 264 3/13/2024
2.1.207 101 3/13/2024
2.1.206 111 3/13/2024
2.1.205 98 3/13/2024
2.1.204 533 3/13/2024
2.1.203 264 3/13/2024
2.1.202 98 3/13/2024
2.1.201 90 3/12/2024
2.1.200 97 3/12/2024
2.1.199 94 3/12/2024
2.1.198 357 3/12/2024
2.1.197 98 3/12/2024
2.1.196 104 3/12/2024
2.1.195 440 3/11/2024
2.1.194 287 3/11/2024
2.1.193 95 3/11/2024
2.1.192 97 3/11/2024
2.1.191 411 3/10/2024
2.1.190 108 3/10/2024
2.1.189 105 3/10/2024
2.1.188 424 3/10/2024
2.1.187 239 3/9/2024
2.1.186 105 3/9/2024
2.1.185 103 3/8/2024
2.1.184 108 3/8/2024
2.1.183 96 3/8/2024
2.1.182 97 3/8/2024
2.1.181 464 3/8/2024
2.1.180 104 3/8/2024
2.1.179 383 3/6/2024
2.1.178 243 3/6/2024
2.1.177 111 3/6/2024
2.1.176 395 3/4/2024
2.1.175 211 3/4/2024
2.1.174 108 3/4/2024
2.1.173 102 3/4/2024
2.1.172 104 3/4/2024
2.1.171 297 3/4/2024
2.1.170 219 3/3/2024
2.1.169 180 3/3/2024
2.1.168 158 3/3/2024
2.1.167 109 3/3/2024
2.1.166 102 3/2/2024
2.1.165 210 3/2/2024
2.1.164 154 3/2/2024
2.1.163 97 3/2/2024
2.1.162 293 3/2/2024
2.1.161 105 3/2/2024
2.1.160 235 3/1/2024
2.1.159 99 2/29/2024
2.1.158 99 2/29/2024
2.1.157 98 2/29/2024
2.1.156 95 2/29/2024
2.1.155 380 2/29/2024
2.1.154 98 2/29/2024
2.1.153 246 2/27/2024
2.1.152 195 2/26/2024
2.1.151 135 2/26/2024
2.1.150 212 2/25/2024
2.1.149 159 2/25/2024
2.1.148 100 2/25/2024
2.1.147 99 2/25/2024
2.1.146 100 2/25/2024
2.1.145 318 2/24/2024
2.1.144 107 2/24/2024
2.1.143 113 2/24/2024
2.1.142 103 2/23/2024
2.1.141 103 2/23/2024
2.1.140 374 2/22/2024
2.1.139 113 2/22/2024
2.1.138 101 2/22/2024
2.1.137 233 2/22/2024
2.1.136 112 2/22/2024
2.1.135 222 2/22/2024
2.1.134 114 2/21/2024
2.1.133 107 2/21/2024
2.1.132 111 2/21/2024
2.1.131 286 2/21/2024
2.1.130 110 2/21/2024
2.1.129 240 2/21/2024
2.1.128 113 2/21/2024
2.1.127 106 2/21/2024
2.1.126 105 2/21/2024
2.1.125 285 2/20/2024
2.1.124 97 2/20/2024
2.1.123 222 2/20/2024
2.1.122 101 2/20/2024
2.1.121 237 2/20/2024
2.1.120 106 2/20/2024
2.1.119 100 2/20/2024
2.1.118 108 2/19/2024
2.1.117 103 2/19/2024
2.1.116 103 2/19/2024
2.1.115 373 2/19/2024
2.1.114 207 2/19/2024
2.1.113 119 2/17/2024
2.1.112 107 2/17/2024
2.1.111 104 2/17/2024
2.1.110 314 2/17/2024
2.1.109 149 2/16/2024
2.1.108 97 2/16/2024
2.1.107 96 2/16/2024
2.1.106 263 2/16/2024
2.1.105 98 2/16/2024
2.1.104 99 2/16/2024
2.1.103 170 2/16/2024
2.1.102 225 2/14/2024
2.1.101 97 2/14/2024
2.1.100 110 2/14/2024
2.1.99 105 2/14/2024
2.1.98 306 2/13/2024
2.1.97 107 2/13/2024
2.1.96 92 2/13/2024
2.1.95 98 2/13/2024
2.1.94 233 2/13/2024
2.1.93 170 2/13/2024
2.1.92 147 2/13/2024
2.1.91 180 2/13/2024
2.1.90 163 2/12/2024
2.1.89 102 2/12/2024
2.1.88 222 2/12/2024
2.1.87 108 2/12/2024
2.1.86 232 2/11/2024
2.1.85 98 2/11/2024
2.1.84 213 2/11/2024
2.1.83 106 2/11/2024
2.1.82 107 2/11/2024
2.1.81 275 2/11/2024
2.1.80 189 2/10/2024
2.1.79 105 2/10/2024
2.1.78 208 2/10/2024
2.1.77 171 2/10/2024
2.1.76 109 2/10/2024
2.1.75 254 2/9/2024
2.1.74 173 2/9/2024
2.1.73 101 2/9/2024
2.1.72 287 2/9/2024
2.1.71 96 2/9/2024
2.1.70 107 2/8/2024
2.1.69 108 2/8/2024
2.1.68 305 2/8/2024
2.1.67 109 2/8/2024
2.1.66 104 2/8/2024
2.1.65 368 2/7/2024
2.1.64 202 2/7/2024
2.1.63 111 2/7/2024
2.1.62 115 2/7/2024
2.1.61 161 2/7/2024
2.1.60 198 2/7/2024
2.1.59 110 2/7/2024
2.1.58 130 2/6/2024
2.1.57 131 2/6/2024
2.1.56 113 2/6/2024
2.1.55 409 2/5/2024
2.1.54 106 2/5/2024
2.1.53 210 2/5/2024
2.1.52 249 2/4/2024
2.1.51 103 2/4/2024
2.1.50 254 2/4/2024
2.1.49 186 2/3/2024
2.1.48 315 2/3/2024
2.1.47 155 1/31/2024
2.1.46 122 1/31/2024
2.1.45 100 1/31/2024
2.1.44 98 1/31/2024
2.1.43 400 1/30/2024
2.1.42 100 1/30/2024
2.1.41 196 1/30/2024
2.1.40 135 1/30/2024
2.1.39 96 1/29/2024
2.1.38 280 1/29/2024
2.1.37 104 1/29/2024
2.1.36 100 1/29/2024
2.1.35 98 1/29/2024
2.1.34 91 1/29/2024
2.1.33 401 1/28/2024
2.1.32 104 1/28/2024
2.1.31 103 1/28/2024
2.1.30 101 1/28/2024
2.1.29 105 1/28/2024
2.1.28 100 1/28/2024
2.1.27 401 1/27/2024
2.1.26 101 1/27/2024
2.1.25 308 1/27/2024
2.1.24 100 1/27/2024
2.1.23 247 1/27/2024
2.1.22 133 1/27/2024
2.1.21 192 1/26/2024
2.1.20 101 1/26/2024
2.1.19 123 1/26/2024
2.1.18 192 1/26/2024
2.1.17 265 1/26/2024
2.1.16 100 1/26/2024
2.1.15 102 1/26/2024
2.1.14 215 1/25/2024
2.1.13 106 1/25/2024
2.1.12 200 1/25/2024
2.1.11 105 1/25/2024
2.1.10 215 1/25/2024
2.1.9 91 1/25/2024
2.1.8 223 1/19/2024
2.1.7 213 1/19/2024
2.1.6 105 1/19/2024
2.1.5 249 1/17/2024
2.1.4 161 1/17/2024
2.1.3 332 1/15/2024
2.1.2 375 1/13/2024
2.1.1 131 1/13/2024