Soenneker.Utils.MemoryStream 2.1.533

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.533
NuGet\Install-Package Soenneker.Utils.MemoryStream -Version 2.1.533
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.533" />
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.533
#r "nuget: Soenneker.Utils.MemoryStream, 2.1.533"
#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.533

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

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.537 522 7/4/2024
2.1.536 363 7/3/2024
2.1.535 684 7/3/2024
2.1.534 944 7/3/2024
2.1.533 30 7/3/2024
2.1.532 275 7/3/2024
2.1.531 1,190 7/3/2024
2.1.530 302 7/3/2024
2.1.529 1,238 6/30/2024
2.1.528 1,068 6/28/2024
2.1.527 3,608 6/22/2024
2.1.526 62 6/22/2024
2.1.525 4,186 6/15/2024
2.1.524 60 6/15/2024
2.1.523 1,523 6/15/2024
2.1.522 2,501 6/14/2024
2.1.521 64 6/14/2024
2.1.520 1,218 6/14/2024
2.1.519 1,616 6/12/2024
2.1.518 3,141 6/1/2024
2.1.517 365 6/1/2024
2.1.516 614 6/1/2024
2.1.515 324 6/1/2024
2.1.514 68 6/1/2024
2.1.513 1,160 6/1/2024
2.1.512 3,131 5/31/2024
2.1.511 65 5/31/2024
2.1.510 2,780 5/29/2024
2.1.509 64 5/29/2024
2.1.508 3,329 5/28/2024
2.1.507 49 5/28/2024
2.1.506 1,939 5/27/2024
2.1.505 44 5/27/2024
2.1.504 50 5/27/2024
2.1.503 906 5/27/2024
2.1.502 2,290 5/26/2024
2.1.501 52 5/26/2024
2.1.500 3,341 5/26/2024
2.1.499 57 5/26/2024
2.1.498 840 5/26/2024
2.1.497 150 5/25/2024
2.1.496 56 5/25/2024
2.1.495 901 5/25/2024
2.1.494 64 5/25/2024
2.1.493 57 5/25/2024
2.1.492 56 5/25/2024
2.1.491 1,353 5/25/2024
2.1.490 55 5/25/2024
2.1.489 61 5/25/2024
2.1.488 786 5/25/2024
2.1.487 53 5/25/2024
2.1.486 59 5/25/2024
2.1.485 697 5/25/2024
2.1.484 58 5/25/2024
2.1.483 55 5/25/2024
2.1.482 4,532 5/23/2024
2.1.481 324 5/23/2024
2.1.480 1,158 5/23/2024
2.1.479 60 5/23/2024
2.1.478 888 5/23/2024
2.1.477 52 5/23/2024
2.1.476 66 5/22/2024
2.1.475 60 5/22/2024
2.1.474 57 5/22/2024
2.1.473 1,213 5/22/2024
2.1.472 55 5/22/2024
2.1.471 56 5/22/2024
2.1.470 708 5/22/2024
2.1.469 59 5/22/2024
2.1.468 2,825 5/22/2024
2.1.467 2,554 5/18/2024
2.1.466 98 5/18/2024
2.1.465 700 5/17/2024
2.1.464 76 5/17/2024
2.1.463 1,195 5/17/2024
2.1.462 79 5/17/2024
2.1.461 80 5/17/2024
2.1.460 2,316 5/16/2024
2.1.459 151 5/16/2024
2.1.458 77 5/16/2024
2.1.457 1,065 5/15/2024
2.1.456 889 5/15/2024
2.1.455 85 5/15/2024
2.1.454 3,555 5/13/2024
2.1.453 55 5/13/2024
2.1.452 2,265 5/3/2024
2.1.451 2,062 4/30/2024
2.1.450 286 4/29/2024
2.1.449 1,148 4/29/2024
2.1.448 82 4/29/2024
2.1.447 2,408 4/29/2024
2.1.446 71 4/28/2024
2.1.445 76 4/28/2024
2.1.444 348 4/28/2024
2.1.443 93 4/28/2024
2.1.442 1,199 4/28/2024
2.1.441 78 4/28/2024
2.1.440 75 4/28/2024
2.1.439 2,293 4/28/2024
2.1.438 83 4/28/2024
2.1.437 1,189 4/28/2024
2.1.436 80 4/28/2024
2.1.435 85 4/28/2024
2.1.434 340 4/28/2024
2.1.433 78 4/28/2024
2.1.432 76 4/28/2024
2.1.431 1,853 4/27/2024
2.1.430 82 4/27/2024
2.1.429 4,562 4/19/2024
2.1.428 75 4/19/2024
2.1.427 2,520 4/19/2024
2.1.426 616 4/18/2024
2.1.425 2,687 4/15/2024
2.1.424 1,729 4/12/2024
2.1.423 1,228 4/12/2024
2.1.422 1,041 4/12/2024
2.1.421 83 4/12/2024
2.1.420 1,392 4/12/2024
2.1.419 85 4/12/2024
2.1.418 539 4/12/2024
2.1.417 416 4/11/2024
2.1.416 4,933 4/10/2024
2.1.415 75 4/10/2024
2.1.414 1,504 4/9/2024
2.1.413 2,586 4/2/2024
2.1.412 87 4/2/2024
2.1.411 233 4/1/2024
2.1.410 79 4/1/2024
2.1.409 159 4/1/2024
2.1.408 4,017 3/29/2024
2.1.407 833 3/29/2024
2.1.406 2,120 3/25/2024
2.1.405 84 3/25/2024
2.1.404 568 3/25/2024
2.1.403 1,001 3/25/2024
2.1.402 2,677 3/20/2024
2.1.401 84 3/20/2024
2.1.400 2,665 3/19/2024
2.1.399 94 3/19/2024
2.1.398 1,201 3/19/2024
2.1.397 93 3/19/2024
2.1.396 992 3/19/2024
2.1.395 1,014 3/18/2024
2.1.394 666 3/18/2024
2.1.393 3,071 3/15/2024
2.1.392 88 3/15/2024
2.1.391 2,646 3/13/2024
2.1.390 414 3/13/2024
2.1.389 304 3/13/2024
2.1.388 84 3/13/2024
2.1.387 1,143 3/13/2024
2.1.386 253 3/13/2024
2.1.385 85 3/13/2024
2.1.384 93 3/13/2024
2.1.383 2,056 3/13/2024
2.1.382 89 3/13/2024
2.1.381 143 3/12/2024
2.1.380 85 3/12/2024
2.1.379 2,044 3/12/2024
2.1.378 84 3/12/2024
2.1.377 2,884 3/11/2024
2.1.376 261 3/11/2024
2.1.375 2,403 3/11/2024
2.1.374 146 3/11/2024
2.1.373 2,029 3/10/2024
2.1.372 1,004 3/10/2024
2.1.371 2,404 3/8/2024
2.1.370 90 3/8/2024
2.1.369 1,310 3/8/2024
2.1.368 979 3/8/2024
2.1.367 82 3/8/2024
2.1.366 1,476 3/8/2024
2.1.365 1,505 3/6/2024
2.1.364 280 3/6/2024
2.1.363 2,617 3/4/2024
2.1.362 91 3/4/2024
2.1.361 1,226 3/4/2024
2.1.360 80 3/4/2024
2.1.359 1,760 3/3/2024
2.1.358 1,608 3/3/2024
2.1.357 148 3/2/2024
2.1.356 91 3/2/2024
2.1.355 1,460 3/2/2024
2.1.354 95 3/2/2024
2.1.353 10,634 2/25/2024
2.1.352 904 2/25/2024
2.1.351 82 2/25/2024
2.1.350 334 2/25/2024
2.1.349 1,418 2/25/2024
2.1.348 1,304 2/23/2024
2.1.347 409 2/23/2024
2.1.346 2,882 2/22/2024
2.1.345 80 2/22/2024
2.1.344 601 2/22/2024
2.1.343 132 2/22/2024
2.1.342 88 2/22/2024
2.1.341 1,654 2/21/2024
2.1.340 89 2/21/2024
2.1.339 1,495 2/21/2024
2.1.338 88 2/21/2024
2.1.337 83 2/21/2024
2.1.336 83 2/21/2024
2.1.335 1,473 2/21/2024
2.1.334 536 2/21/2024
2.1.333 79 2/21/2024
2.1.332 79 2/21/2024
2.1.331 1,352 2/21/2024
2.1.330 1,470 2/21/2024
2.1.329 84 2/21/2024
2.1.328 82 2/21/2024
2.1.327 85 2/21/2024
2.1.326 1,881 2/20/2024
2.1.325 83 2/20/2024
2.1.324 1,561 2/20/2024
2.1.323 83 2/20/2024
2.1.322 1,505 2/20/2024
2.1.321 83 2/20/2024
2.1.320 76 2/20/2024
2.1.319 674 2/20/2024
2.1.318 220 2/19/2024
2.1.317 2,473 2/19/2024
2.1.316 78 2/19/2024
2.1.315 1,695 2/19/2024
2.1.314 1,871 2/17/2024
2.1.313 78 2/17/2024
2.1.312 1,096 2/17/2024
2.1.311 79 2/17/2024
2.1.310 214 2/17/2024
2.1.309 617 2/16/2024
2.1.308 77 2/16/2024
2.1.307 77 2/16/2024
2.1.306 112 2/16/2024
2.1.305 76 2/16/2024
2.1.304 1,581 2/16/2024
2.1.303 75 2/16/2024
2.1.302 2,028 2/16/2024
2.1.301 78 2/16/2024
2.1.300 74 2/16/2024
2.1.299 174 2/16/2024
2.1.298 80 2/16/2024
2.1.297 950 2/16/2024
2.1.296 77 2/16/2024
2.1.295 2,815 2/14/2024
2.1.294 1,202 2/13/2024
2.1.293 80 2/13/2024
2.1.292 1,124 2/13/2024
2.1.291 1,298 2/13/2024
2.1.290 713 2/13/2024
2.1.289 89 2/13/2024
2.1.288 1,465 2/13/2024
2.1.287 928 2/13/2024
2.1.286 97 2/13/2024
2.1.285 2,441 2/12/2024
2.1.284 87 2/12/2024
2.1.283 1,424 2/11/2024
2.1.282 1,593 2/11/2024
2.1.281 83 2/11/2024
2.1.280 1,511 2/11/2024
2.1.279 1,047 2/11/2024
2.1.278 2,705 2/10/2024
2.1.277 257 2/10/2024
2.1.276 92 2/10/2024
2.1.275 874 2/9/2024
2.1.274 2,300 2/9/2024
2.1.273 80 2/9/2024
2.1.272 1,758 2/9/2024
2.1.271 478 2/9/2024
2.1.270 96 2/8/2024
2.1.269 86 2/8/2024
2.1.268 2,590 2/8/2024
2.1.267 94 2/8/2024
2.1.266 476 2/8/2024
2.1.265 5,491 2/8/2024
2.1.264 1,046 2/8/2024
2.1.263 92 2/8/2024
2.1.262 3,203 2/7/2024
2.1.261 92 2/7/2024
2.1.260 631 2/7/2024
2.1.259 1,519 2/7/2024
2.1.258 485 2/7/2024
2.1.257 91 2/7/2024
2.1.256 96 2/7/2024
2.1.255 166 2/7/2024
2.1.254 88 2/7/2024
2.1.253 87 2/7/2024
2.1.252 485 2/6/2024
2.1.251 86 2/6/2024
2.1.250 778 2/6/2024
2.1.249 90 2/6/2024
2.1.248 89 2/6/2024
2.1.247 94 2/6/2024
2.1.246 4,745 2/5/2024
2.1.245 173 2/5/2024
2.1.244 1,221 2/4/2024
2.1.243 1,430 2/4/2024
2.1.242 531 2/4/2024
2.1.241 2,590 2/2/2024
2.1.240 77 2/2/2024
2.1.239 3,451 1/31/2024
2.1.238 79 1/31/2024
2.1.237 3,567 1/29/2024
2.1.236 78 1/29/2024
2.1.235 1,547 1/29/2024
2.1.234 78 1/29/2024
2.1.233 772 1/29/2024
2.1.232 82 1/29/2024
2.1.231 1,348 1/28/2024
2.1.230 1,515 1/28/2024
2.1.229 80 1/28/2024
2.1.228 1,029 1/28/2024
2.1.227 1,462 1/28/2024
2.1.226 87 1/28/2024
2.1.225 1,548 1/28/2024
2.1.224 82 1/28/2024
2.1.223 327 1/28/2024
2.1.222 1,391 1/27/2024
2.1.221 78 1/27/2024
2.1.220 310 1/27/2024
2.1.219 2,465 1/27/2024
2.1.218 776 1/27/2024
2.1.217 76 1/27/2024
2.1.216 481 1/27/2024
2.1.215 80 1/27/2024
2.1.214 3,166 1/27/2024
2.1.213 1,495 1/27/2024
2.1.212 78 1/27/2024
2.1.211 866 1/26/2024
2.1.210 80 1/26/2024
2.1.209 843 1/26/2024
2.1.208 78 1/26/2024
2.1.207 628 1/26/2024
2.1.206 340 1/26/2024
2.1.205 2,655 1/26/2024
2.1.204 80 1/26/2024
2.1.203 1,609 1/26/2024
2.1.202 79 1/26/2024
2.1.201 1,864 1/25/2024
2.1.200 81 1/25/2024
2.1.199 1,466 1/25/2024
2.1.198 207 1/25/2024
2.1.197 80 1/25/2024
2.1.196 3,781 1/25/2024
2.1.195 79 1/25/2024
2.1.194 3,603 1/19/2024
2.1.193 82 1/19/2024
2.1.192 3,204 1/16/2024
2.1.191 1,370 1/15/2024
2.1.190 93 1/15/2024
2.1.189 245 1/15/2024
2.1.188 83 1/15/2024
2.1.187 89 1/15/2024
2.1.186 1,756 1/15/2024
2.1.185 91 1/15/2024
2.1.184 1,550 1/15/2024
2.1.183 87 1/15/2024
2.1.182 87 1/15/2024
2.1.181 2,875 1/15/2024
2.1.180 92 1/15/2024
2.1.179 2,817 1/14/2024
2.1.178 91 1/14/2024
2.1.177 3,784 1/13/2024
2.1.176 98 1/13/2024
2.1.175 2,722 1/12/2024
2.1.174 86 1/12/2024
2.1.173 3,156 1/11/2024
2.1.172 413 1/11/2024
2.1.171 4,011 1/7/2024
2.1.170 91 1/7/2024
2.1.169 1,021 1/7/2024
2.1.168 2,504 1/5/2024
2.1.167 1,289 1/5/2024
2.1.166 91 1/5/2024
2.1.165 72 1/5/2024
2.1.164 82 1/5/2024
2.1.163 1,443 1/5/2024
2.1.162 85 1/5/2024
2.1.161 91 1/5/2024
2.1.160 81 1/5/2024
2.1.159 4,254 1/3/2024
2.1.158 2,365 1/1/2024
2.1.157 103 1/1/2024
2.1.156 1,305 1/1/2024
2.1.155 1,876 12/28/2023
2.1.154 583 12/28/2023
2.1.153 113 12/28/2023
2.1.152 162 12/28/2023
2.1.151 104 12/28/2023
2.1.150 96 12/28/2023
2.1.149 2,397 12/28/2023
2.1.148 110 12/28/2023
2.1.147 673 12/28/2023
2.1.146 102 12/28/2023
2.1.145 101 12/28/2023
2.1.144 703 12/27/2023
2.1.143 111 12/27/2023
2.1.142 1,845 12/27/2023
2.1.141 108 12/27/2023
2.1.140 3,612 12/25/2023
2.1.139 98 12/25/2023
2.1.138 1,293 12/25/2023
2.1.137 1,782 12/25/2023
2.1.136 96 12/25/2023
2.1.135 91 12/25/2023
2.1.134 1,311 12/25/2023
2.1.133 95 12/25/2023
2.1.132 96 12/25/2023
2.1.131 163 12/25/2023
2.1.130 105 12/25/2023
2.1.129 3,968 12/24/2023
2.1.128 1,217 12/24/2023
2.1.127 435 12/24/2023
2.1.126 1,751 12/23/2023
2.1.125 1,213 12/23/2023
2.1.124 446 12/23/2023
2.1.123 100 12/23/2023
2.1.122 85 12/23/2023
2.1.121 252 12/23/2023
2.1.120 98 12/23/2023
2.1.119 97 12/23/2023
2.1.118 96 12/23/2023
2.1.117 780 12/23/2023
2.1.116 90 12/23/2023
2.1.115 1,232 12/23/2023
2.1.114 95 12/23/2023
2.1.113 5,371 12/19/2023
2.1.112 80 12/19/2023
2.1.111 704 12/19/2023
2.1.110 85 12/19/2023
2.1.109 1,208 12/19/2023
2.1.108 248 12/18/2023
2.1.107 1,955 12/13/2023
2.1.106 754 12/12/2023
2.1.105 914 12/11/2023
2.1.104 1,024 12/11/2023
2.1.103 293 12/11/2023
2.1.102 394 12/11/2023
2.1.101 220 12/10/2023
2.1.100 87 12/10/2023
2.1.99 108 12/10/2023
2.1.98 108 12/10/2023
2.1.97 3,879 12/10/2023
2.1.96 2,595 12/10/2023
2.1.95 738 12/9/2023
2.1.94 848 12/9/2023
2.1.93 1,298 12/9/2023
2.1.92 114 12/9/2023
2.1.91 108 12/9/2023
2.1.90 94 12/9/2023
2.1.89 100 12/9/2023
2.1.88 999 12/9/2023
2.1.87 97 12/9/2023
2.1.86 2,778 12/9/2023
2.1.85 105 12/9/2023
2.1.84 4,300 12/6/2023
2.1.83 536 12/6/2023
2.1.82 738 12/6/2023
2.1.81 109 12/6/2023
2.1.80 1,882 12/6/2023
2.1.79 498 12/5/2023
2.1.78 1,069 12/5/2023
2.1.77 509 12/5/2023
2.1.76 1,049 12/5/2023
2.1.75 1,069 12/5/2023
2.1.74 306 12/5/2023
2.1.73 188 12/4/2023
2.1.72 110 12/4/2023
2.1.71 108 12/4/2023
2.1.70 3,099 12/4/2023
2.1.69 119 12/4/2023
2.1.68 643 12/4/2023
2.1.67 111 12/4/2023
2.1.66 3,196 12/4/2023
2.1.65 1,710 11/27/2023
2.1.64 464 11/27/2023
2.1.63 1,972 11/23/2023
2.1.62 111 11/23/2023
2.1.61 511 11/23/2023
2.1.60 536 11/23/2023
2.1.59 111 11/23/2023
2.1.58 1,220 11/23/2023
2.1.57 117 11/23/2023
2.1.56 116 11/23/2023
2.1.55 98 11/23/2023
2.1.54 1,243 11/23/2023
2.1.53 119 11/23/2023
2.1.52 3,417 11/20/2023
2.1.51 110 11/20/2023
2.1.50 2,207 11/20/2023
2.1.49 95 11/20/2023
2.1.48 103 11/20/2023
2.1.47 1,423 11/20/2023
2.1.46 1,627 11/19/2023
2.1.45 97 11/19/2023
2.1.44 1,459 11/19/2023
2.1.43 203 11/19/2023
2.1.42 106 11/19/2023
2.1.41 115 11/19/2023
2.1.40 108 11/19/2023
2.1.39 2,733 11/19/2023
2.1.38 102 11/19/2023
2.1.37 2,796 11/18/2023
2.1.36 104 11/18/2023
2.1.35 111 11/18/2023
2.1.34 2,380 11/18/2023
2.1.33 106 11/18/2023
2.1.32 110 11/18/2023
2.1.31 473 11/18/2023
2.1.30 109 11/18/2023
2.1.29 90 11/18/2023
2.1.28 108 11/18/2023
2.1.27 1,098 11/17/2023
2.1.26 90 11/17/2023
2.1.25 1,391 11/17/2023
2.1.24 106 11/17/2023
2.1.23 113 11/17/2023
2.1.22 243 11/17/2023
2.1.21 106 11/17/2023
2.1.20 107 11/17/2023
2.1.19 2,460 11/17/2023
2.1.18 107 11/17/2023
2.1.17 1,067 11/17/2023
2.1.16 109 11/17/2023
2.1.15 1,168 11/17/2023
2.1.14 102 11/17/2023
2.1.13 113 11/17/2023
2.1.12 545 11/17/2023
2.1.11 116 11/17/2023
2.1.10 85 11/17/2023
2.1.9 1,904 11/17/2023
2.1.8 451 11/17/2023
2.1.7 108 11/17/2023
2.1.6 824 11/16/2023
2.1.5 105 11/16/2023
2.0.196 1,806 11/15/2023
2.0.195 109 11/15/2023
2.0.194 109 11/15/2023
2.0.193 109 11/15/2023
2.0.4 96 11/16/2023
2.0.3 108 11/16/2023
2.0.2 106 11/16/2023
2.0.1 103 11/16/2023
1.0.192 1,398 11/14/2023
1.0.191 114 11/14/2023
1.0.190 3,869 11/13/2023
1.0.189 105 11/13/2023
1.0.188 867 11/10/2023
1.0.187 103 11/10/2023
1.0.186 87 11/10/2023
1.0.185 1,957 11/9/2023
1.0.184 102 11/9/2023
1.0.183 105 11/9/2023
1.0.182 105 11/9/2023
1.0.181 3,360 11/8/2023
1.0.180 1,155 11/7/2023
1.0.179 111 11/7/2023
1.0.178 1,816 11/6/2023
1.0.177 102 11/6/2023
1.0.176 103 11/6/2023
1.0.175 1,728 11/3/2023
1.0.174 114 11/3/2023
1.0.173 114 11/3/2023
1.0.172 2,026 11/2/2023
1.0.171 116 11/2/2023
1.0.170 115 11/2/2023
1.0.169 1,627 11/1/2023
1.0.168 105 11/1/2023
1.0.167 6,162 10/27/2023
1.0.166 1,702 10/26/2023
1.0.165 3,104 10/20/2023
1.0.164 2,019 10/19/2023
1.0.163 111 10/19/2023
1.0.162 1,540 10/18/2023
1.0.161 111 10/18/2023
1.0.160 109 10/18/2023
1.0.159 1,879 10/17/2023
1.0.158 110 10/17/2023
1.0.157 124 10/17/2023
1.0.156 2,642 10/16/2023
1.0.155 121 10/16/2023
1.0.154 118 10/16/2023
1.0.153 2,633 10/13/2023
1.0.152 132 10/13/2023
1.0.151 130 10/13/2023
1.0.150 1,465 10/12/2023
1.0.149 5,302 9/20/2023
1.0.148 1,322 9/19/2023
1.0.147 114 9/19/2023
1.0.146 118 9/19/2023
1.0.145 3,853 9/18/2023
1.0.144 116 9/18/2023
1.0.143 110 9/18/2023
1.0.142 1,860 9/15/2023
1.0.141 1,914 9/14/2023
1.0.140 2,900 9/1/2023
1.0.139 2,465 8/31/2023
1.0.138 134 8/31/2023
1.0.137 1,720 8/30/2023
1.0.136 145 8/30/2023
1.0.135 134 8/30/2023
1.0.134 1,499 8/29/2023
1.0.133 151 8/29/2023
1.0.132 3,420 8/28/2023
1.0.131 142 8/28/2023
1.0.130 2,132 8/25/2023
1.0.129 145 8/25/2023
1.0.128 126 8/25/2023
1.0.127 3,023 8/24/2023
1.0.126 149 8/24/2023
1.0.125 3,169 8/22/2023
1.0.124 1,450 8/21/2023
1.0.123 146 8/21/2023
1.0.122 1,637 8/18/2023
1.0.121 141 8/18/2023
1.0.120 135 8/18/2023
1.0.119 2,254 8/17/2023
1.0.118 131 8/17/2023
1.0.117 142 8/17/2023
1.0.116 120 8/17/2023
1.0.115 6,627 8/11/2023
1.0.114 2,072 8/10/2023
1.0.113 148 8/10/2023
1.0.112 2,917 8/9/2023
1.0.111 160 8/9/2023
1.0.110 1,239 8/8/2023
1.0.109 159 8/8/2023
1.0.108 160 8/8/2023
1.0.107 3,293 8/7/2023
1.0.106 154 8/7/2023
1.0.105 158 8/7/2023
1.0.104 160 8/7/2023
1.0.103 6,107 7/14/2023
1.0.102 2,244 7/13/2023
1.0.101 2,125 7/12/2023
1.0.100 1,868 7/11/2023
1.0.99 156 7/11/2023
1.0.98 2,827 7/10/2023
1.0.97 156 7/10/2023
1.0.96 156 7/10/2023
1.0.95 2,237 7/7/2023
1.0.94 160 7/7/2023
1.0.93 162 7/7/2023
1.0.92 5,376 7/3/2023
1.0.91 2,500 6/30/2023
1.0.90 2,240 6/29/2023
1.0.89 180 6/29/2023
1.0.88 162 6/29/2023
1.0.87 2,031 6/28/2023
1.0.86 160 6/28/2023
1.0.85 170 6/28/2023
1.0.84 4,230 6/27/2023
1.0.83 157 6/27/2023
1.0.82 2,931 6/26/2023
1.0.81 163 6/26/2023
1.0.80 3,847 6/23/2023
1.0.79 2,594 6/22/2023
1.0.78 1,931 6/21/2023
1.0.77 3,387 6/19/2023
1.0.76 2,865 6/15/2023
1.0.75 149 6/15/2023
1.0.74 1,880 6/14/2023
1.0.73 5,508 6/12/2023
1.0.72 1,735 6/9/2023
1.0.71 162 6/9/2023
1.0.70 3,181 6/8/2023
1.0.69 167 6/8/2023
1.0.68 168 6/8/2023
1.0.67 4,134 6/7/2023
1.0.66 167 6/7/2023
1.0.65 166 6/7/2023
1.0.64 163 6/7/2023
1.0.63 2,402 6/6/2023
1.0.62 171 6/6/2023
1.0.61 166 6/6/2023
1.0.60 18,483 5/30/2023
1.0.59 167 5/30/2023
1.0.58 161 5/30/2023
1.0.57 4,317 5/29/2023
1.0.56 164 5/29/2023
1.0.55 161 5/29/2023
1.0.54 3,650 5/26/2023
1.0.53 171 5/26/2023
1.0.52 185 5/26/2023
1.0.51 5,908 5/25/2023
1.0.50 168 5/25/2023
1.0.49 168 5/25/2023
1.0.48 2,633 5/24/2023
1.0.46 168 5/24/2023
1.0.45 170 5/24/2023
1.0.43 3,344 5/23/2023
1.0.42 5,073 5/22/2023
1.0.41 178 5/22/2023
1.0.40 5,103 5/18/2023
1.0.39 3,303 5/17/2023
1.0.38 142 5/17/2023
1.0.37 222 5/17/2023
1.0.36 9,650 4/25/2023
1.0.35 1,203 4/24/2023
1.0.34 1,750 4/21/2023
1.0.33 193 4/21/2023
1.0.32 1,553 4/20/2023
1.0.31 2,149 4/19/2023
1.0.30 984 4/18/2023
1.0.29 1,519 4/17/2023
1.0.28 1,111 4/14/2023
1.0.27 1,093 4/13/2023
1.0.26 1,105 4/12/2023
1.0.25 1,400 4/11/2023
1.0.24 270 4/11/2023
1.0.23 1,540 4/10/2023
1.0.22 2,201 4/4/2023
1.0.21 196 4/4/2023
1.0.20 934 4/3/2023
1.0.19 219 4/3/2023
1.0.18 226 4/3/2023
1.0.17 221 4/3/2023
1.0.16 210 4/3/2023
1.0.15 208 4/3/2023
1.0.14 208 4/3/2023
1.0.13 210 4/3/2023
1.0.12 202 4/3/2023
1.0.11 1,966 3/23/2023
1.0.10 525 3/13/2023
1.0.9 295 3/12/2023
1.0.8 240 3/11/2023
1.0.7 240 3/10/2023
1.0.5 390 2/22/2023
1.0.4 440 2/19/2023
1.0.3 422 2/18/2023
1.0.1 369 2/12/2023