Soenneker.Utils.MemoryStream 2.1.460

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Utils.MemoryStream --version 2.1.460
NuGet\Install-Package Soenneker.Utils.MemoryStream -Version 2.1.460
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.MemoryStream" Version="2.1.460" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Utils.MemoryStream --version 2.1.460
#r "nuget: Soenneker.Utils.MemoryStream, 2.1.460"
#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.MemoryStream as a Cake Addin
#addin nuget:?package=Soenneker.Utils.MemoryStream&version=2.1.460

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

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.MemoryStream

An easy modern MemoryStream utility

A library for management and simple access of RecyclableMemoryStreamManager

Installation

dotnet add package Soenneker.Utils.MemoryStream

Usage

  1. Register the interop within DI (Program.cs).
public static async Task Main(string[] args)
{
    ...
    builder.Services.AddMemoryStreamUtil();
}
  1. Inject IMemoryStreamUtil wherever you need MemoryStream services

  2. Retrieve a fresh MemoryStream from

Example:

public class TestClass{

    IMemoryStreamUtil _memoryStreamUtil;

    public TestClass(IMemoryStreamUtil memoryStreamUtil)
    {
        _memoryStreamUtil = memoryStreamUtil;
    }

    public async ValueTask<MemoryStream> ReadFileIntoMemoryStream(string path)
    {
        MemoryStream memoryStream = await _memoryStreamUtil.Get(); // .GetSync() is also available

        FileStream fileStream = File.OpenRead(path);

        await fileStream.CopyToAsync(memoryStream);
    
        return memoryStream;
    }
}
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Soenneker.Utils.MemoryStream:

Package Downloads
Soenneker.Cosmos.Serializer The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A fast, lightweight JSON (de)serializer for Azure Cosmos DB

Soenneker.Utils.File The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A utility library encapsulating asynchronous file IO operations

Soenneker.Blob.Download The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A utility library for Azure Blob download operations

Soenneker.Blob.Upload The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A utility library for Azure Blob upload operations

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.519 353 6/12/2024
2.1.518 3,097 6/1/2024
2.1.517 361 6/1/2024
2.1.516 610 6/1/2024
2.1.515 320 6/1/2024
2.1.514 64 6/1/2024
2.1.513 1,156 6/1/2024
2.1.512 3,128 5/31/2024
2.1.511 62 5/31/2024
2.1.510 2,777 5/29/2024
2.1.509 61 5/29/2024
2.1.508 3,326 5/28/2024
2.1.507 46 5/28/2024
2.1.506 1,933 5/27/2024
2.1.505 41 5/27/2024
2.1.504 47 5/27/2024
2.1.503 903 5/27/2024
2.1.502 2,283 5/26/2024
2.1.501 49 5/26/2024
2.1.500 3,332 5/26/2024
2.1.499 54 5/26/2024
2.1.498 837 5/26/2024
2.1.497 147 5/25/2024
2.1.496 53 5/25/2024
2.1.495 895 5/25/2024
2.1.494 61 5/25/2024
2.1.493 54 5/25/2024
2.1.492 53 5/25/2024
2.1.491 1,350 5/25/2024
2.1.490 52 5/25/2024
2.1.489 58 5/25/2024
2.1.488 783 5/25/2024
2.1.487 50 5/25/2024
2.1.486 56 5/25/2024
2.1.485 694 5/25/2024
2.1.484 55 5/25/2024
2.1.483 52 5/25/2024
2.1.482 4,526 5/23/2024
2.1.481 321 5/23/2024
2.1.480 1,155 5/23/2024
2.1.479 57 5/23/2024
2.1.478 885 5/23/2024
2.1.477 49 5/23/2024
2.1.476 63 5/22/2024
2.1.475 57 5/22/2024
2.1.474 54 5/22/2024
2.1.473 1,210 5/22/2024
2.1.472 52 5/22/2024
2.1.471 53 5/22/2024
2.1.470 705 5/22/2024
2.1.469 56 5/22/2024
2.1.468 2,822 5/22/2024
2.1.467 2,539 5/18/2024
2.1.466 95 5/18/2024
2.1.465 697 5/17/2024
2.1.464 73 5/17/2024
2.1.463 1,192 5/17/2024
2.1.462 76 5/17/2024
2.1.461 77 5/17/2024
2.1.460 2,313 5/16/2024
2.1.459 142 5/16/2024
2.1.458 74 5/16/2024
2.1.457 1,062 5/15/2024
2.1.456 879 5/15/2024
2.1.455 76 5/15/2024
2.1.454 3,551 5/13/2024
2.1.453 47 5/13/2024
2.1.452 2,256 5/3/2024
2.1.451 2,060 4/30/2024
2.1.450 279 4/29/2024
2.1.449 1,146 4/29/2024
2.1.448 80 4/29/2024
2.1.447 2,406 4/29/2024
2.1.446 69 4/28/2024
2.1.445 74 4/28/2024
2.1.444 343 4/28/2024
2.1.443 91 4/28/2024
2.1.442 1,195 4/28/2024
2.1.441 76 4/28/2024
2.1.440 73 4/28/2024
2.1.439 2,270 4/28/2024
2.1.438 81 4/28/2024
2.1.437 1,187 4/28/2024
2.1.436 78 4/28/2024
2.1.435 83 4/28/2024
2.1.434 338 4/28/2024
2.1.433 76 4/28/2024
2.1.432 74 4/28/2024
2.1.431 1,851 4/27/2024
2.1.430 80 4/27/2024
2.1.429 4,560 4/19/2024
2.1.428 73 4/19/2024
2.1.427 2,518 4/19/2024
2.1.426 614 4/18/2024
2.1.425 2,685 4/15/2024
2.1.424 1,727 4/12/2024
2.1.423 1,226 4/12/2024
2.1.422 1,039 4/12/2024
2.1.421 81 4/12/2024
2.1.420 1,390 4/12/2024
2.1.419 83 4/12/2024
2.1.418 532 4/12/2024
2.1.417 415 4/11/2024
2.1.416 4,880 4/10/2024
2.1.415 74 4/10/2024
2.1.414 1,503 4/9/2024
2.1.413 2,585 4/2/2024
2.1.412 78 4/2/2024
2.1.411 232 4/1/2024
2.1.410 78 4/1/2024
2.1.409 158 4/1/2024
2.1.408 4,015 3/29/2024
2.1.407 832 3/29/2024
2.1.406 2,118 3/25/2024
2.1.405 83 3/25/2024
2.1.404 567 3/25/2024
2.1.403 1,000 3/25/2024
2.1.402 2,676 3/20/2024
2.1.401 83 3/20/2024
2.1.400 2,664 3/19/2024
2.1.399 93 3/19/2024
2.1.398 1,200 3/19/2024
2.1.397 92 3/19/2024
2.1.396 991 3/19/2024
2.1.395 1,013 3/18/2024
2.1.394 665 3/18/2024
2.1.393 3,070 3/15/2024
2.1.392 87 3/15/2024
2.1.391 2,645 3/13/2024
2.1.390 413 3/13/2024
2.1.389 303 3/13/2024
2.1.388 83 3/13/2024
2.1.387 1,142 3/13/2024
2.1.386 252 3/13/2024
2.1.385 84 3/13/2024
2.1.384 92 3/13/2024
2.1.383 2,055 3/13/2024
2.1.382 88 3/13/2024
2.1.381 142 3/12/2024
2.1.380 84 3/12/2024
2.1.379 2,043 3/12/2024
2.1.378 83 3/12/2024
2.1.377 2,883 3/11/2024
2.1.376 260 3/11/2024
2.1.375 2,398 3/11/2024
2.1.374 145 3/11/2024
2.1.373 2,028 3/10/2024
2.1.372 1,003 3/10/2024
2.1.371 2,398 3/8/2024
2.1.370 89 3/8/2024
2.1.369 1,309 3/8/2024
2.1.368 978 3/8/2024
2.1.367 81 3/8/2024
2.1.366 1,475 3/8/2024
2.1.365 1,499 3/6/2024
2.1.364 279 3/6/2024
2.1.363 2,614 3/4/2024
2.1.362 88 3/4/2024
2.1.361 1,223 3/4/2024
2.1.360 77 3/4/2024
2.1.359 1,757 3/3/2024
2.1.358 1,605 3/3/2024
2.1.357 145 3/2/2024
2.1.356 88 3/2/2024
2.1.355 1,457 3/2/2024
2.1.354 92 3/2/2024
2.1.353 10,626 2/25/2024
2.1.352 899 2/25/2024
2.1.351 77 2/25/2024
2.1.350 329 2/25/2024
2.1.349 1,413 2/25/2024
2.1.348 1,299 2/23/2024
2.1.347 404 2/23/2024
2.1.346 2,877 2/22/2024
2.1.345 75 2/22/2024
2.1.344 594 2/22/2024
2.1.343 127 2/22/2024
2.1.342 83 2/22/2024
2.1.341 1,649 2/21/2024
2.1.340 84 2/21/2024
2.1.339 1,490 2/21/2024
2.1.338 83 2/21/2024
2.1.337 78 2/21/2024
2.1.336 78 2/21/2024
2.1.335 1,468 2/21/2024
2.1.334 531 2/21/2024
2.1.333 74 2/21/2024
2.1.332 74 2/21/2024
2.1.331 1,347 2/21/2024
2.1.330 1,466 2/21/2024
2.1.329 80 2/21/2024
2.1.328 78 2/21/2024
2.1.327 81 2/21/2024
2.1.326 1,876 2/20/2024
2.1.325 78 2/20/2024
2.1.324 1,556 2/20/2024
2.1.323 78 2/20/2024
2.1.322 1,500 2/20/2024
2.1.321 78 2/20/2024
2.1.320 71 2/20/2024
2.1.319 669 2/20/2024
2.1.318 215 2/19/2024
2.1.317 2,468 2/19/2024
2.1.316 73 2/19/2024
2.1.315 1,690 2/19/2024
2.1.314 1,866 2/17/2024
2.1.313 73 2/17/2024
2.1.312 1,091 2/17/2024
2.1.311 74 2/17/2024
2.1.310 209 2/17/2024
2.1.309 612 2/16/2024
2.1.308 73 2/16/2024
2.1.307 73 2/16/2024
2.1.306 107 2/16/2024
2.1.305 71 2/16/2024
2.1.304 1,576 2/16/2024
2.1.303 70 2/16/2024
2.1.302 2,025 2/16/2024
2.1.301 75 2/16/2024
2.1.300 71 2/16/2024
2.1.299 170 2/16/2024
2.1.298 76 2/16/2024
2.1.297 946 2/16/2024
2.1.296 74 2/16/2024
2.1.295 2,812 2/14/2024
2.1.294 1,199 2/13/2024
2.1.293 76 2/13/2024
2.1.292 1,121 2/13/2024
2.1.291 1,294 2/13/2024
2.1.290 709 2/13/2024
2.1.289 85 2/13/2024
2.1.288 1,461 2/13/2024
2.1.287 924 2/13/2024
2.1.286 93 2/13/2024
2.1.285 2,437 2/12/2024
2.1.284 83 2/12/2024
2.1.283 1,420 2/11/2024
2.1.282 1,589 2/11/2024
2.1.281 79 2/11/2024
2.1.280 1,507 2/11/2024
2.1.279 1,043 2/11/2024
2.1.278 2,701 2/10/2024
2.1.277 253 2/10/2024
2.1.276 88 2/10/2024
2.1.275 870 2/9/2024
2.1.274 2,296 2/9/2024
2.1.273 76 2/9/2024
2.1.272 1,754 2/9/2024
2.1.271 474 2/9/2024
2.1.270 92 2/8/2024
2.1.269 82 2/8/2024
2.1.268 2,586 2/8/2024
2.1.267 90 2/8/2024
2.1.266 472 2/8/2024
2.1.265 5,487 2/8/2024
2.1.264 1,042 2/8/2024
2.1.263 88 2/8/2024
2.1.262 3,199 2/7/2024
2.1.261 88 2/7/2024
2.1.260 627 2/7/2024
2.1.259 1,515 2/7/2024
2.1.258 481 2/7/2024
2.1.257 87 2/7/2024
2.1.256 92 2/7/2024
2.1.255 162 2/7/2024
2.1.254 84 2/7/2024
2.1.253 83 2/7/2024
2.1.252 481 2/6/2024
2.1.251 82 2/6/2024
2.1.250 774 2/6/2024
2.1.249 86 2/6/2024
2.1.248 85 2/6/2024
2.1.247 92 2/6/2024
2.1.246 4,741 2/5/2024
2.1.245 169 2/5/2024
2.1.244 1,215 2/4/2024
2.1.243 1,425 2/4/2024
2.1.242 527 2/4/2024
2.1.241 2,586 2/2/2024
2.1.240 73 2/2/2024
2.1.239 3,447 1/31/2024
2.1.238 75 1/31/2024
2.1.237 3,563 1/29/2024
2.1.236 74 1/29/2024
2.1.235 1,543 1/29/2024
2.1.234 74 1/29/2024
2.1.233 768 1/29/2024
2.1.232 76 1/29/2024
2.1.231 1,344 1/28/2024
2.1.230 1,511 1/28/2024
2.1.229 76 1/28/2024
2.1.228 1,025 1/28/2024
2.1.227 1,458 1/28/2024
2.1.226 83 1/28/2024
2.1.225 1,544 1/28/2024
2.1.224 78 1/28/2024
2.1.223 323 1/28/2024
2.1.222 1,387 1/27/2024
2.1.221 74 1/27/2024
2.1.220 306 1/27/2024
2.1.219 2,461 1/27/2024
2.1.218 772 1/27/2024
2.1.217 72 1/27/2024
2.1.216 471 1/27/2024
2.1.215 76 1/27/2024
2.1.214 3,162 1/27/2024
2.1.213 1,485 1/27/2024
2.1.212 74 1/27/2024
2.1.211 862 1/26/2024
2.1.210 76 1/26/2024
2.1.209 839 1/26/2024
2.1.208 74 1/26/2024
2.1.207 624 1/26/2024
2.1.206 336 1/26/2024
2.1.205 2,647 1/26/2024
2.1.204 76 1/26/2024
2.1.203 1,605 1/26/2024
2.1.202 75 1/26/2024
2.1.201 1,856 1/25/2024
2.1.200 77 1/25/2024
2.1.199 1,462 1/25/2024
2.1.198 203 1/25/2024
2.1.197 76 1/25/2024
2.1.196 3,777 1/25/2024
2.1.195 75 1/25/2024
2.1.194 3,599 1/19/2024
2.1.193 78 1/19/2024
2.1.192 3,200 1/16/2024
2.1.191 1,366 1/15/2024
2.1.190 89 1/15/2024
2.1.189 241 1/15/2024
2.1.188 79 1/15/2024
2.1.187 85 1/15/2024
2.1.186 1,752 1/15/2024
2.1.185 87 1/15/2024
2.1.184 1,546 1/15/2024
2.1.183 83 1/15/2024
2.1.182 83 1/15/2024
2.1.181 2,871 1/15/2024
2.1.180 82 1/15/2024
2.1.179 2,813 1/14/2024
2.1.178 87 1/14/2024
2.1.177 3,780 1/13/2024
2.1.176 94 1/13/2024
2.1.175 2,718 1/12/2024
2.1.174 82 1/12/2024
2.1.173 3,153 1/11/2024
2.1.172 411 1/11/2024
2.1.171 4,007 1/7/2024
2.1.170 87 1/7/2024
2.1.169 1,016 1/7/2024
2.1.168 2,500 1/5/2024
2.1.167 1,285 1/5/2024
2.1.166 87 1/5/2024
2.1.165 68 1/5/2024
2.1.164 78 1/5/2024
2.1.163 1,439 1/5/2024
2.1.162 81 1/5/2024
2.1.161 87 1/5/2024
2.1.160 77 1/5/2024
2.1.159 4,250 1/3/2024
2.1.158 2,361 1/1/2024
2.1.157 99 1/1/2024
2.1.156 1,301 1/1/2024
2.1.155 1,875 12/28/2023
2.1.154 582 12/28/2023
2.1.153 112 12/28/2023
2.1.152 161 12/28/2023
2.1.151 103 12/28/2023
2.1.150 95 12/28/2023
2.1.149 2,396 12/28/2023
2.1.148 109 12/28/2023
2.1.147 672 12/28/2023
2.1.146 101 12/28/2023
2.1.145 100 12/28/2023
2.1.144 702 12/27/2023
2.1.143 110 12/27/2023
2.1.142 1,844 12/27/2023
2.1.141 107 12/27/2023
2.1.140 3,611 12/25/2023
2.1.139 97 12/25/2023
2.1.138 1,292 12/25/2023
2.1.137 1,781 12/25/2023
2.1.136 95 12/25/2023
2.1.135 90 12/25/2023
2.1.134 1,310 12/25/2023
2.1.133 94 12/25/2023
2.1.132 95 12/25/2023
2.1.131 162 12/25/2023
2.1.130 104 12/25/2023
2.1.129 3,967 12/24/2023
2.1.128 1,216 12/24/2023
2.1.127 434 12/24/2023
2.1.126 1,750 12/23/2023
2.1.125 1,212 12/23/2023
2.1.124 445 12/23/2023
2.1.123 99 12/23/2023
2.1.122 84 12/23/2023
2.1.121 245 12/23/2023
2.1.120 97 12/23/2023
2.1.119 96 12/23/2023
2.1.118 95 12/23/2023
2.1.117 779 12/23/2023
2.1.116 89 12/23/2023
2.1.115 1,228 12/23/2023
2.1.114 94 12/23/2023
2.1.113 5,370 12/19/2023
2.1.112 79 12/19/2023
2.1.111 703 12/19/2023
2.1.110 84 12/19/2023
2.1.109 1,201 12/19/2023
2.1.108 247 12/18/2023
2.1.107 1,954 12/13/2023
2.1.106 753 12/12/2023
2.1.105 913 12/11/2023
2.1.104 1,020 12/11/2023
2.1.103 292 12/11/2023
2.1.102 393 12/11/2023
2.1.101 219 12/10/2023
2.1.100 86 12/10/2023
2.1.99 107 12/10/2023
2.1.98 107 12/10/2023
2.1.97 3,878 12/10/2023
2.1.96 2,594 12/10/2023
2.1.95 737 12/9/2023
2.1.94 847 12/9/2023
2.1.93 1,297 12/9/2023
2.1.92 113 12/9/2023
2.1.91 107 12/9/2023
2.1.90 93 12/9/2023
2.1.89 99 12/9/2023
2.1.88 998 12/9/2023
2.1.87 96 12/9/2023
2.1.86 2,777 12/9/2023
2.1.85 104 12/9/2023
2.1.84 4,297 12/6/2023
2.1.83 535 12/6/2023
2.1.82 737 12/6/2023
2.1.81 108 12/6/2023
2.1.80 1,881 12/6/2023
2.1.79 497 12/5/2023
2.1.78 1,068 12/5/2023
2.1.77 508 12/5/2023
2.1.76 1,048 12/5/2023
2.1.75 1,068 12/5/2023
2.1.74 305 12/5/2023
2.1.73 187 12/4/2023
2.1.72 109 12/4/2023
2.1.71 107 12/4/2023
2.1.70 3,094 12/4/2023
2.1.69 118 12/4/2023
2.1.68 642 12/4/2023
2.1.67 110 12/4/2023
2.1.66 3,195 12/4/2023
2.1.65 1,709 11/27/2023
2.1.64 463 11/27/2023
2.1.63 1,971 11/23/2023
2.1.62 110 11/23/2023
2.1.61 510 11/23/2023
2.1.60 535 11/23/2023
2.1.59 110 11/23/2023
2.1.58 1,219 11/23/2023
2.1.57 116 11/23/2023
2.1.56 115 11/23/2023
2.1.55 97 11/23/2023
2.1.54 1,242 11/23/2023
2.1.53 118 11/23/2023
2.1.52 3,416 11/20/2023
2.1.51 109 11/20/2023
2.1.50 2,206 11/20/2023
2.1.49 94 11/20/2023
2.1.48 102 11/20/2023
2.1.47 1,422 11/20/2023
2.1.46 1,623 11/19/2023
2.1.45 96 11/19/2023
2.1.44 1,458 11/19/2023
2.1.43 202 11/19/2023
2.1.42 105 11/19/2023
2.1.41 114 11/19/2023
2.1.40 107 11/19/2023
2.1.39 2,732 11/19/2023
2.1.38 101 11/19/2023
2.1.37 2,795 11/18/2023
2.1.36 103 11/18/2023
2.1.35 110 11/18/2023
2.1.34 2,377 11/18/2023
2.1.33 105 11/18/2023
2.1.32 109 11/18/2023
2.1.31 472 11/18/2023
2.1.30 108 11/18/2023
2.1.29 89 11/18/2023
2.1.28 107 11/18/2023
2.1.27 1,097 11/17/2023
2.1.26 89 11/17/2023
2.1.25 1,390 11/17/2023
2.1.24 105 11/17/2023
2.1.23 112 11/17/2023
2.1.22 242 11/17/2023
2.1.21 105 11/17/2023
2.1.20 106 11/17/2023
2.1.19 2,459 11/17/2023
2.1.18 106 11/17/2023
2.1.17 1,066 11/17/2023
2.1.16 108 11/17/2023
2.1.15 1,167 11/17/2023
2.1.14 101 11/17/2023
2.1.13 112 11/17/2023
2.1.12 543 11/17/2023
2.1.11 108 11/17/2023
2.1.10 83 11/17/2023
2.1.9 1,902 11/17/2023
2.1.8 449 11/17/2023
2.1.7 106 11/17/2023
2.1.6 819 11/16/2023
2.1.5 103 11/16/2023
2.0.196 1,798 11/15/2023
2.0.195 107 11/15/2023
2.0.194 108 11/15/2023
2.0.193 108 11/15/2023
2.0.4 95 11/16/2023
2.0.3 107 11/16/2023
2.0.2 105 11/16/2023
2.0.1 102 11/16/2023
1.0.192 1,397 11/14/2023
1.0.191 107 11/14/2023
1.0.190 3,868 11/13/2023
1.0.189 104 11/13/2023
1.0.188 866 11/10/2023
1.0.187 102 11/10/2023
1.0.186 86 11/10/2023
1.0.185 1,956 11/9/2023
1.0.184 101 11/9/2023
1.0.183 104 11/9/2023
1.0.182 104 11/9/2023
1.0.181 3,359 11/8/2023
1.0.180 1,154 11/7/2023
1.0.179 110 11/7/2023
1.0.178 1,815 11/6/2023
1.0.177 101 11/6/2023
1.0.176 102 11/6/2023
1.0.175 1,727 11/3/2023
1.0.174 113 11/3/2023
1.0.173 113 11/3/2023
1.0.172 2,025 11/2/2023
1.0.171 115 11/2/2023
1.0.170 114 11/2/2023
1.0.169 1,626 11/1/2023
1.0.168 104 11/1/2023
1.0.167 6,158 10/27/2023
1.0.166 1,701 10/26/2023
1.0.165 3,103 10/20/2023
1.0.164 2,018 10/19/2023
1.0.163 110 10/19/2023
1.0.162 1,539 10/18/2023
1.0.161 110 10/18/2023
1.0.160 108 10/18/2023
1.0.159 1,877 10/17/2023
1.0.158 109 10/17/2023
1.0.157 123 10/17/2023
1.0.156 2,641 10/16/2023
1.0.155 120 10/16/2023
1.0.154 117 10/16/2023
1.0.153 2,632 10/13/2023
1.0.152 131 10/13/2023
1.0.151 129 10/13/2023
1.0.150 1,464 10/12/2023
1.0.149 5,300 9/20/2023
1.0.148 1,321 9/19/2023
1.0.147 113 9/19/2023
1.0.146 117 9/19/2023
1.0.145 3,849 9/18/2023
1.0.144 115 9/18/2023
1.0.143 109 9/18/2023
1.0.142 1,859 9/15/2023
1.0.141 1,913 9/14/2023
1.0.140 2,899 9/1/2023
1.0.139 2,464 8/31/2023
1.0.138 133 8/31/2023
1.0.137 1,719 8/30/2023
1.0.136 144 8/30/2023
1.0.135 133 8/30/2023
1.0.134 1,498 8/29/2023
1.0.133 150 8/29/2023
1.0.132 3,419 8/28/2023
1.0.131 141 8/28/2023
1.0.130 2,126 8/25/2023
1.0.129 144 8/25/2023
1.0.128 125 8/25/2023
1.0.127 3,022 8/24/2023
1.0.126 148 8/24/2023
1.0.125 3,168 8/22/2023
1.0.124 1,449 8/21/2023
1.0.123 145 8/21/2023
1.0.122 1,635 8/18/2023
1.0.121 140 8/18/2023
1.0.120 134 8/18/2023
1.0.119 2,253 8/17/2023
1.0.118 130 8/17/2023
1.0.117 141 8/17/2023
1.0.116 119 8/17/2023
1.0.115 6,626 8/11/2023
1.0.114 2,066 8/10/2023
1.0.113 147 8/10/2023
1.0.112 2,916 8/9/2023
1.0.111 159 8/9/2023
1.0.110 1,232 8/8/2023
1.0.109 158 8/8/2023
1.0.108 159 8/8/2023
1.0.107 3,292 8/7/2023
1.0.106 153 8/7/2023
1.0.105 157 8/7/2023
1.0.104 159 8/7/2023
1.0.103 6,106 7/14/2023
1.0.102 2,243 7/13/2023
1.0.101 2,124 7/12/2023
1.0.100 1,867 7/11/2023
1.0.99 155 7/11/2023
1.0.98 2,826 7/10/2023
1.0.97 155 7/10/2023
1.0.96 155 7/10/2023
1.0.95 2,236 7/7/2023
1.0.94 159 7/7/2023
1.0.93 161 7/7/2023
1.0.92 5,370 7/3/2023
1.0.91 2,499 6/30/2023
1.0.90 2,239 6/29/2023
1.0.89 179 6/29/2023
1.0.88 161 6/29/2023
1.0.87 2,030 6/28/2023
1.0.86 159 6/28/2023
1.0.85 169 6/28/2023
1.0.84 4,229 6/27/2023
1.0.83 150 6/27/2023
1.0.82 2,930 6/26/2023
1.0.81 162 6/26/2023
1.0.80 3,843 6/23/2023
1.0.79 2,593 6/22/2023
1.0.78 1,930 6/21/2023
1.0.77 3,386 6/19/2023
1.0.76 2,864 6/15/2023
1.0.75 148 6/15/2023
1.0.74 1,874 6/14/2023
1.0.73 5,507 6/12/2023
1.0.72 1,734 6/9/2023
1.0.71 161 6/9/2023
1.0.70 3,180 6/8/2023
1.0.69 165 6/8/2023
1.0.68 167 6/8/2023
1.0.67 4,133 6/7/2023
1.0.66 166 6/7/2023
1.0.65 165 6/7/2023
1.0.64 162 6/7/2023
1.0.63 2,401 6/6/2023
1.0.62 170 6/6/2023
1.0.61 165 6/6/2023
1.0.60 18,474 5/30/2023
1.0.59 166 5/30/2023
1.0.58 160 5/30/2023
1.0.57 4,312 5/29/2023
1.0.56 163 5/29/2023
1.0.55 160 5/29/2023
1.0.54 3,649 5/26/2023
1.0.53 170 5/26/2023
1.0.52 184 5/26/2023
1.0.51 5,907 5/25/2023
1.0.50 167 5/25/2023
1.0.49 167 5/25/2023
1.0.48 2,632 5/24/2023
1.0.46 167 5/24/2023
1.0.45 163 5/24/2023
1.0.43 3,343 5/23/2023
1.0.42 5,072 5/22/2023
1.0.41 177 5/22/2023
1.0.40 5,102 5/18/2023
1.0.39 3,302 5/17/2023
1.0.38 141 5/17/2023
1.0.37 221 5/17/2023
1.0.36 9,649 4/25/2023
1.0.35 1,202 4/24/2023
1.0.34 1,749 4/21/2023
1.0.33 192 4/21/2023
1.0.32 1,552 4/20/2023
1.0.31 2,148 4/19/2023
1.0.30 983 4/18/2023
1.0.29 1,518 4/17/2023
1.0.28 1,108 4/14/2023
1.0.27 1,092 4/13/2023
1.0.26 1,104 4/12/2023
1.0.25 1,399 4/11/2023
1.0.24 269 4/11/2023
1.0.23 1,539 4/10/2023
1.0.22 2,200 4/4/2023
1.0.21 195 4/4/2023
1.0.20 933 4/3/2023
1.0.19 218 4/3/2023
1.0.18 225 4/3/2023
1.0.17 220 4/3/2023
1.0.16 209 4/3/2023
1.0.15 207 4/3/2023
1.0.14 207 4/3/2023
1.0.13 209 4/3/2023
1.0.12 201 4/3/2023
1.0.11 1,965 3/23/2023
1.0.10 524 3/13/2023
1.0.9 294 3/12/2023
1.0.8 239 3/11/2023
1.0.7 239 3/10/2023
1.0.5 389 2/22/2023
1.0.4 439 2/19/2023
1.0.3 421 2/18/2023
1.0.1 368 2/12/2023