Soenneker.Utils.MemoryStream 2.1.451

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Soenneker.Utils.MemoryStream --version 2.1.451
NuGet\Install-Package Soenneker.Utils.MemoryStream -Version 2.1.451
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.451" />
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.451
#r "nuget: Soenneker.Utils.MemoryStream, 2.1.451"
#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.451

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

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.451 1,350 4/30/2024
2.1.450 258 4/29/2024
2.1.449 985 4/29/2024
2.1.448 74 4/29/2024
2.1.447 2,149 4/29/2024
2.1.446 63 4/28/2024
2.1.445 68 4/28/2024
2.1.444 317 4/28/2024
2.1.443 85 4/28/2024
2.1.442 1,120 4/28/2024
2.1.441 70 4/28/2024
2.1.440 67 4/28/2024
2.1.439 2,066 4/28/2024
2.1.438 69 4/28/2024
2.1.437 1,128 4/28/2024
2.1.436 72 4/28/2024
2.1.435 77 4/28/2024
2.1.434 304 4/28/2024
2.1.433 70 4/28/2024
2.1.432 68 4/28/2024
2.1.431 1,756 4/27/2024
2.1.430 74 4/27/2024
2.1.429 4,408 4/19/2024
2.1.428 70 4/19/2024
2.1.427 2,515 4/19/2024
2.1.426 611 4/18/2024
2.1.425 2,680 4/15/2024
2.1.424 1,722 4/12/2024
2.1.423 1,223 4/12/2024
2.1.422 1,033 4/12/2024
2.1.421 78 4/12/2024
2.1.420 1,380 4/12/2024
2.1.419 80 4/12/2024
2.1.418 526 4/12/2024
2.1.417 412 4/11/2024
2.1.416 4,870 4/10/2024
2.1.415 71 4/10/2024
2.1.414 1,500 4/9/2024
2.1.413 2,579 4/2/2024
2.1.412 75 4/2/2024
2.1.411 229 4/1/2024
2.1.410 75 4/1/2024
2.1.409 155 4/1/2024
2.1.408 4,007 3/29/2024
2.1.407 829 3/29/2024
2.1.406 2,115 3/25/2024
2.1.405 80 3/25/2024
2.1.404 558 3/25/2024
2.1.403 994 3/25/2024
2.1.402 2,673 3/20/2024
2.1.401 80 3/20/2024
2.1.400 2,656 3/19/2024
2.1.399 90 3/19/2024
2.1.398 1,195 3/19/2024
2.1.397 88 3/19/2024
2.1.396 988 3/19/2024
2.1.395 1,010 3/18/2024
2.1.394 662 3/18/2024
2.1.393 3,059 3/15/2024
2.1.392 84 3/15/2024
2.1.391 2,638 3/13/2024
2.1.390 411 3/13/2024
2.1.389 301 3/13/2024
2.1.388 81 3/13/2024
2.1.387 1,139 3/13/2024
2.1.386 249 3/13/2024
2.1.385 81 3/13/2024
2.1.384 89 3/13/2024
2.1.383 2,052 3/13/2024
2.1.382 85 3/13/2024
2.1.381 139 3/12/2024
2.1.380 81 3/12/2024
2.1.379 2,040 3/12/2024
2.1.378 80 3/12/2024
2.1.377 2,880 3/11/2024
2.1.376 257 3/11/2024
2.1.375 2,388 3/11/2024
2.1.374 142 3/11/2024
2.1.373 2,025 3/10/2024
2.1.372 1,000 3/10/2024
2.1.371 2,395 3/8/2024
2.1.370 86 3/8/2024
2.1.369 1,306 3/8/2024
2.1.368 975 3/8/2024
2.1.367 78 3/8/2024
2.1.366 1,472 3/8/2024
2.1.365 1,493 3/6/2024
2.1.364 276 3/6/2024
2.1.363 2,611 3/4/2024
2.1.362 85 3/4/2024
2.1.361 1,220 3/4/2024
2.1.360 73 3/4/2024
2.1.359 1,754 3/3/2024
2.1.358 1,601 3/3/2024
2.1.357 142 3/2/2024
2.1.356 84 3/2/2024
2.1.355 1,454 3/2/2024
2.1.354 89 3/2/2024
2.1.353 10,618 2/25/2024
2.1.352 893 2/25/2024
2.1.351 74 2/25/2024
2.1.350 321 2/25/2024
2.1.349 1,410 2/25/2024
2.1.348 1,290 2/23/2024
2.1.347 401 2/23/2024
2.1.346 2,874 2/22/2024
2.1.345 72 2/22/2024
2.1.344 591 2/22/2024
2.1.343 124 2/22/2024
2.1.342 80 2/22/2024
2.1.341 1,644 2/21/2024
2.1.340 81 2/21/2024
2.1.339 1,487 2/21/2024
2.1.338 80 2/21/2024
2.1.337 75 2/21/2024
2.1.336 75 2/21/2024
2.1.335 1,465 2/21/2024
2.1.334 528 2/21/2024
2.1.333 71 2/21/2024
2.1.332 71 2/21/2024
2.1.331 1,344 2/21/2024
2.1.330 1,463 2/21/2024
2.1.329 77 2/21/2024
2.1.328 75 2/21/2024
2.1.327 78 2/21/2024
2.1.326 1,871 2/20/2024
2.1.325 75 2/20/2024
2.1.324 1,553 2/20/2024
2.1.323 75 2/20/2024
2.1.322 1,497 2/20/2024
2.1.321 75 2/20/2024
2.1.320 68 2/20/2024
2.1.319 666 2/20/2024
2.1.318 212 2/19/2024
2.1.317 2,465 2/19/2024
2.1.316 70 2/19/2024
2.1.315 1,687 2/19/2024
2.1.314 1,863 2/17/2024
2.1.313 70 2/17/2024
2.1.312 1,088 2/17/2024
2.1.311 71 2/17/2024
2.1.310 206 2/17/2024
2.1.309 609 2/16/2024
2.1.308 70 2/16/2024
2.1.307 70 2/16/2024
2.1.306 104 2/16/2024
2.1.305 68 2/16/2024
2.1.304 1,573 2/16/2024
2.1.303 67 2/16/2024
2.1.302 2,016 2/16/2024
2.1.301 72 2/16/2024
2.1.300 68 2/16/2024
2.1.299 167 2/16/2024
2.1.298 73 2/16/2024
2.1.297 943 2/16/2024
2.1.296 71 2/16/2024
2.1.295 2,809 2/14/2024
2.1.294 1,196 2/13/2024
2.1.293 73 2/13/2024
2.1.292 1,118 2/13/2024
2.1.291 1,291 2/13/2024
2.1.290 706 2/13/2024
2.1.289 82 2/13/2024
2.1.288 1,458 2/13/2024
2.1.287 921 2/13/2024
2.1.286 90 2/13/2024
2.1.285 2,434 2/12/2024
2.1.284 80 2/12/2024
2.1.283 1,415 2/11/2024
2.1.282 1,586 2/11/2024
2.1.281 76 2/11/2024
2.1.280 1,504 2/11/2024
2.1.279 1,040 2/11/2024
2.1.278 2,698 2/10/2024
2.1.277 250 2/10/2024
2.1.276 85 2/10/2024
2.1.275 867 2/9/2024
2.1.274 2,290 2/9/2024
2.1.273 73 2/9/2024
2.1.272 1,751 2/9/2024
2.1.271 471 2/9/2024
2.1.270 88 2/8/2024
2.1.269 79 2/8/2024
2.1.268 2,577 2/8/2024
2.1.267 87 2/8/2024
2.1.266 469 2/8/2024
2.1.265 5,482 2/8/2024
2.1.264 1,039 2/8/2024
2.1.263 86 2/8/2024
2.1.262 3,193 2/7/2024
2.1.261 85 2/7/2024
2.1.260 624 2/7/2024
2.1.259 1,510 2/7/2024
2.1.258 478 2/7/2024
2.1.257 84 2/7/2024
2.1.256 89 2/7/2024
2.1.255 159 2/7/2024
2.1.254 81 2/7/2024
2.1.253 80 2/7/2024
2.1.252 478 2/6/2024
2.1.251 79 2/6/2024
2.1.250 771 2/6/2024
2.1.249 83 2/6/2024
2.1.248 82 2/6/2024
2.1.247 89 2/6/2024
2.1.246 4,738 2/5/2024
2.1.245 166 2/5/2024
2.1.244 1,212 2/4/2024
2.1.243 1,419 2/4/2024
2.1.242 524 2/4/2024
2.1.241 2,583 2/2/2024
2.1.240 70 2/2/2024
2.1.239 3,439 1/31/2024
2.1.238 72 1/31/2024
2.1.237 3,560 1/29/2024
2.1.236 71 1/29/2024
2.1.235 1,540 1/29/2024
2.1.234 71 1/29/2024
2.1.233 765 1/29/2024
2.1.232 73 1/29/2024
2.1.231 1,341 1/28/2024
2.1.230 1,506 1/28/2024
2.1.229 73 1/28/2024
2.1.228 1,022 1/28/2024
2.1.227 1,455 1/28/2024
2.1.226 80 1/28/2024
2.1.225 1,541 1/28/2024
2.1.224 75 1/28/2024
2.1.223 320 1/28/2024
2.1.222 1,384 1/27/2024
2.1.221 71 1/27/2024
2.1.220 303 1/27/2024
2.1.219 2,458 1/27/2024
2.1.218 769 1/27/2024
2.1.217 69 1/27/2024
2.1.216 468 1/27/2024
2.1.215 73 1/27/2024
2.1.214 3,159 1/27/2024
2.1.213 1,482 1/27/2024
2.1.212 71 1/27/2024
2.1.211 859 1/26/2024
2.1.210 73 1/26/2024
2.1.209 836 1/26/2024
2.1.208 71 1/26/2024
2.1.207 621 1/26/2024
2.1.206 333 1/26/2024
2.1.205 2,644 1/26/2024
2.1.204 73 1/26/2024
2.1.203 1,602 1/26/2024
2.1.202 71 1/26/2024
2.1.201 1,853 1/25/2024
2.1.200 74 1/25/2024
2.1.199 1,459 1/25/2024
2.1.198 200 1/25/2024
2.1.197 73 1/25/2024
2.1.196 3,772 1/25/2024
2.1.195 72 1/25/2024
2.1.194 3,596 1/19/2024
2.1.193 75 1/19/2024
2.1.192 3,197 1/16/2024
2.1.191 1,363 1/15/2024
2.1.190 86 1/15/2024
2.1.189 238 1/15/2024
2.1.188 76 1/15/2024
2.1.187 80 1/15/2024
2.1.186 1,749 1/15/2024
2.1.185 84 1/15/2024
2.1.184 1,543 1/15/2024
2.1.183 80 1/15/2024
2.1.182 80 1/15/2024
2.1.181 2,868 1/15/2024
2.1.180 79 1/15/2024
2.1.179 2,810 1/14/2024
2.1.178 83 1/14/2024
2.1.177 3,774 1/13/2024
2.1.176 90 1/13/2024
2.1.175 2,712 1/12/2024
2.1.174 76 1/12/2024
2.1.173 3,150 1/11/2024
2.1.172 407 1/11/2024
2.1.171 4,001 1/7/2024
2.1.170 84 1/7/2024
2.1.169 1,013 1/7/2024
2.1.168 2,497 1/5/2024
2.1.167 1,279 1/5/2024
2.1.166 84 1/5/2024
2.1.165 65 1/5/2024
2.1.164 75 1/5/2024
2.1.163 1,436 1/5/2024
2.1.162 78 1/5/2024
2.1.161 84 1/5/2024
2.1.160 74 1/5/2024
2.1.159 4,247 1/3/2024
2.1.158 2,358 1/1/2024
2.1.157 96 1/1/2024
2.1.156 1,298 1/1/2024
2.1.155 1,871 12/28/2023
2.1.154 579 12/28/2023
2.1.153 109 12/28/2023
2.1.152 158 12/28/2023
2.1.151 99 12/28/2023
2.1.150 91 12/28/2023
2.1.149 2,393 12/28/2023
2.1.148 105 12/28/2023
2.1.147 668 12/28/2023
2.1.146 98 12/28/2023
2.1.145 97 12/28/2023
2.1.144 698 12/27/2023
2.1.143 106 12/27/2023
2.1.142 1,836 12/27/2023
2.1.141 97 12/27/2023
2.1.140 3,606 12/25/2023
2.1.139 94 12/25/2023
2.1.138 1,289 12/25/2023
2.1.137 1,778 12/25/2023
2.1.136 92 12/25/2023
2.1.135 87 12/25/2023
2.1.134 1,307 12/25/2023
2.1.133 91 12/25/2023
2.1.132 92 12/25/2023
2.1.131 159 12/25/2023
2.1.130 101 12/25/2023
2.1.129 3,964 12/24/2023
2.1.128 1,213 12/24/2023
2.1.127 431 12/24/2023
2.1.126 1,747 12/23/2023
2.1.125 1,209 12/23/2023
2.1.124 442 12/23/2023
2.1.123 96 12/23/2023
2.1.122 81 12/23/2023
2.1.121 242 12/23/2023
2.1.120 94 12/23/2023
2.1.119 93 12/23/2023
2.1.118 92 12/23/2023
2.1.117 776 12/23/2023
2.1.116 86 12/23/2023
2.1.115 1,223 12/23/2023
2.1.114 91 12/23/2023
2.1.113 5,365 12/19/2023
2.1.112 76 12/19/2023
2.1.111 700 12/19/2023
2.1.110 81 12/19/2023
2.1.109 1,198 12/19/2023
2.1.108 244 12/18/2023
2.1.107 1,942 12/13/2023
2.1.106 750 12/12/2023
2.1.105 910 12/11/2023
2.1.104 1,017 12/11/2023
2.1.103 289 12/11/2023
2.1.102 390 12/11/2023
2.1.101 216 12/10/2023
2.1.100 83 12/10/2023
2.1.99 104 12/10/2023
2.1.98 104 12/10/2023
2.1.97 3,872 12/10/2023
2.1.96 2,591 12/10/2023
2.1.95 734 12/9/2023
2.1.94 844 12/9/2023
2.1.93 1,294 12/9/2023
2.1.92 110 12/9/2023
2.1.91 104 12/9/2023
2.1.90 90 12/9/2023
2.1.89 96 12/9/2023
2.1.88 995 12/9/2023
2.1.87 93 12/9/2023
2.1.86 2,774 12/9/2023
2.1.85 101 12/9/2023
2.1.84 4,288 12/6/2023
2.1.83 532 12/6/2023
2.1.82 734 12/6/2023
2.1.81 105 12/6/2023
2.1.80 1,878 12/6/2023
2.1.79 494 12/5/2023
2.1.78 1,065 12/5/2023
2.1.77 505 12/5/2023
2.1.76 1,045 12/5/2023
2.1.75 1,065 12/5/2023
2.1.74 302 12/5/2023
2.1.73 184 12/4/2023
2.1.72 106 12/4/2023
2.1.71 104 12/4/2023
2.1.70 3,091 12/4/2023
2.1.69 115 12/4/2023
2.1.68 639 12/4/2023
2.1.67 107 12/4/2023
2.1.66 3,189 12/4/2023
2.1.65 1,705 11/27/2023
2.1.64 460 11/27/2023
2.1.63 1,964 11/23/2023
2.1.62 107 11/23/2023
2.1.61 505 11/23/2023
2.1.60 531 11/23/2023
2.1.59 106 11/23/2023
2.1.58 1,215 11/23/2023
2.1.57 112 11/23/2023
2.1.56 111 11/23/2023
2.1.55 93 11/23/2023
2.1.54 1,238 11/23/2023
2.1.53 114 11/23/2023
2.1.52 3,412 11/20/2023
2.1.51 104 11/20/2023
2.1.50 2,202 11/20/2023
2.1.49 90 11/20/2023
2.1.48 98 11/20/2023
2.1.47 1,418 11/20/2023
2.1.46 1,618 11/19/2023
2.1.45 92 11/19/2023
2.1.44 1,454 11/19/2023
2.1.43 199 11/19/2023
2.1.42 102 11/19/2023
2.1.41 111 11/19/2023
2.1.40 104 11/19/2023
2.1.39 2,729 11/19/2023
2.1.38 98 11/19/2023
2.1.37 2,789 11/18/2023
2.1.36 100 11/18/2023
2.1.35 107 11/18/2023
2.1.34 2,372 11/18/2023
2.1.33 102 11/18/2023
2.1.32 106 11/18/2023
2.1.31 469 11/18/2023
2.1.30 105 11/18/2023
2.1.29 86 11/18/2023
2.1.28 104 11/18/2023
2.1.27 1,094 11/17/2023
2.1.26 86 11/17/2023
2.1.25 1,383 11/17/2023
2.1.24 102 11/17/2023
2.1.23 109 11/17/2023
2.1.22 239 11/17/2023
2.1.21 102 11/17/2023
2.1.20 103 11/17/2023
2.1.19 2,456 11/17/2023
2.1.18 103 11/17/2023
2.1.17 1,063 11/17/2023
2.1.16 105 11/17/2023
2.1.15 1,164 11/17/2023
2.1.14 98 11/17/2023
2.1.13 109 11/17/2023
2.1.12 540 11/17/2023
2.1.11 105 11/17/2023
2.1.10 80 11/17/2023
2.1.9 1,899 11/17/2023
2.1.8 446 11/17/2023
2.1.7 103 11/17/2023
2.1.6 814 11/16/2023
2.1.5 100 11/16/2023
2.0.196 1,794 11/15/2023
2.0.195 104 11/15/2023
2.0.194 104 11/15/2023
2.0.193 104 11/15/2023
2.0.4 91 11/16/2023
2.0.3 103 11/16/2023
2.0.2 101 11/16/2023
2.0.1 98 11/16/2023
1.0.192 1,392 11/14/2023
1.0.191 103 11/14/2023
1.0.190 3,864 11/13/2023
1.0.189 100 11/13/2023
1.0.188 863 11/10/2023
1.0.187 99 11/10/2023
1.0.186 83 11/10/2023
1.0.185 1,943 11/9/2023
1.0.184 98 11/9/2023
1.0.183 101 11/9/2023
1.0.182 101 11/9/2023
1.0.181 3,356 11/8/2023
1.0.180 1,151 11/7/2023
1.0.179 107 11/7/2023
1.0.178 1,812 11/6/2023
1.0.177 98 11/6/2023
1.0.176 99 11/6/2023
1.0.175 1,724 11/3/2023
1.0.174 110 11/3/2023
1.0.173 110 11/3/2023
1.0.172 2,020 11/2/2023
1.0.171 110 11/2/2023
1.0.170 109 11/2/2023
1.0.169 1,623 11/1/2023
1.0.168 101 11/1/2023
1.0.167 6,152 10/27/2023
1.0.166 1,698 10/26/2023
1.0.165 3,100 10/20/2023
1.0.164 2,015 10/19/2023
1.0.163 107 10/19/2023
1.0.162 1,536 10/18/2023
1.0.161 107 10/18/2023
1.0.160 105 10/18/2023
1.0.159 1,874 10/17/2023
1.0.158 106 10/17/2023
1.0.157 120 10/17/2023
1.0.156 2,633 10/16/2023
1.0.155 117 10/16/2023
1.0.154 114 10/16/2023
1.0.153 2,629 10/13/2023
1.0.152 128 10/13/2023
1.0.151 126 10/13/2023
1.0.150 1,455 10/12/2023
1.0.149 5,296 9/20/2023
1.0.148 1,318 9/19/2023
1.0.147 110 9/19/2023
1.0.146 114 9/19/2023
1.0.145 3,846 9/18/2023
1.0.144 112 9/18/2023
1.0.143 106 9/18/2023
1.0.142 1,856 9/15/2023
1.0.141 1,910 9/14/2023
1.0.140 2,896 9/1/2023
1.0.139 2,460 8/31/2023
1.0.138 130 8/31/2023
1.0.137 1,711 8/30/2023
1.0.136 141 8/30/2023
1.0.135 130 8/30/2023
1.0.134 1,495 8/29/2023
1.0.133 145 8/29/2023
1.0.132 3,416 8/28/2023
1.0.131 138 8/28/2023
1.0.130 2,123 8/25/2023
1.0.129 141 8/25/2023
1.0.128 122 8/25/2023
1.0.127 3,019 8/24/2023
1.0.126 145 8/24/2023
1.0.125 3,165 8/22/2023
1.0.124 1,446 8/21/2023
1.0.123 142 8/21/2023
1.0.122 1,632 8/18/2023
1.0.121 137 8/18/2023
1.0.120 131 8/18/2023
1.0.119 2,250 8/17/2023
1.0.118 127 8/17/2023
1.0.117 138 8/17/2023
1.0.116 116 8/17/2023
1.0.115 6,623 8/11/2023
1.0.114 2,063 8/10/2023
1.0.113 144 8/10/2023
1.0.112 2,908 8/9/2023
1.0.111 156 8/9/2023
1.0.110 1,229 8/8/2023
1.0.109 155 8/8/2023
1.0.108 156 8/8/2023
1.0.107 3,289 8/7/2023
1.0.106 150 8/7/2023
1.0.105 154 8/7/2023
1.0.104 156 8/7/2023
1.0.103 6,102 7/14/2023
1.0.102 2,240 7/13/2023
1.0.101 2,116 7/12/2023
1.0.100 1,864 7/11/2023
1.0.99 152 7/11/2023
1.0.98 2,823 7/10/2023
1.0.97 152 7/10/2023
1.0.96 152 7/10/2023
1.0.95 2,233 7/7/2023
1.0.94 156 7/7/2023
1.0.93 158 7/7/2023
1.0.92 5,367 7/3/2023
1.0.91 2,495 6/30/2023
1.0.90 2,235 6/29/2023
1.0.89 176 6/29/2023
1.0.88 157 6/29/2023
1.0.87 2,028 6/28/2023
1.0.86 157 6/28/2023
1.0.85 162 6/28/2023
1.0.84 4,221 6/27/2023
1.0.83 147 6/27/2023
1.0.82 2,927 6/26/2023
1.0.81 159 6/26/2023
1.0.80 3,839 6/23/2023
1.0.79 2,590 6/22/2023
1.0.78 1,927 6/21/2023
1.0.77 3,383 6/19/2023
1.0.76 2,861 6/15/2023
1.0.75 145 6/15/2023
1.0.74 1,871 6/14/2023
1.0.73 5,504 6/12/2023
1.0.72 1,731 6/9/2023
1.0.71 158 6/9/2023
1.0.70 3,177 6/8/2023
1.0.69 162 6/8/2023
1.0.68 164 6/8/2023
1.0.67 4,130 6/7/2023
1.0.66 163 6/7/2023
1.0.65 162 6/7/2023
1.0.64 159 6/7/2023
1.0.63 2,398 6/6/2023
1.0.62 167 6/6/2023
1.0.61 162 6/6/2023
1.0.60 18,468 5/30/2023
1.0.59 163 5/30/2023
1.0.58 157 5/30/2023
1.0.57 4,309 5/29/2023
1.0.56 160 5/29/2023
1.0.55 157 5/29/2023
1.0.54 3,646 5/26/2023
1.0.53 167 5/26/2023
1.0.52 181 5/26/2023
1.0.51 5,899 5/25/2023
1.0.50 164 5/25/2023
1.0.49 164 5/25/2023
1.0.48 2,629 5/24/2023
1.0.46 164 5/24/2023
1.0.45 160 5/24/2023
1.0.43 3,340 5/23/2023
1.0.42 5,069 5/22/2023
1.0.41 174 5/22/2023
1.0.40 5,099 5/18/2023
1.0.39 3,294 5/17/2023
1.0.38 138 5/17/2023
1.0.37 218 5/17/2023
1.0.36 9,645 4/25/2023
1.0.35 1,199 4/24/2023
1.0.34 1,746 4/21/2023
1.0.33 189 4/21/2023
1.0.32 1,549 4/20/2023
1.0.31 2,145 4/19/2023
1.0.30 975 4/18/2023
1.0.29 1,515 4/17/2023
1.0.28 1,105 4/14/2023
1.0.27 1,089 4/13/2023
1.0.26 1,101 4/12/2023
1.0.25 1,396 4/11/2023
1.0.24 266 4/11/2023
1.0.23 1,533 4/10/2023
1.0.22 2,197 4/4/2023
1.0.21 192 4/4/2023
1.0.20 930 4/3/2023
1.0.19 209 4/3/2023
1.0.18 222 4/3/2023
1.0.17 217 4/3/2023
1.0.16 206 4/3/2023
1.0.15 204 4/3/2023
1.0.14 204 4/3/2023
1.0.13 206 4/3/2023
1.0.12 198 4/3/2023
1.0.11 1,954 3/23/2023
1.0.10 521 3/13/2023
1.0.9 291 3/12/2023
1.0.8 236 3/11/2023
1.0.7 236 3/10/2023
1.0.5 385 2/22/2023
1.0.4 436 2/19/2023
1.0.3 418 2/18/2023
1.0.1 365 2/12/2023