Soenneker.Utils.MemoryStream 2.1.452

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

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

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.452 257 5/3/2024
2.1.451 1,973 4/30/2024
2.1.450 272 4/29/2024
2.1.449 1,142 4/29/2024
2.1.448 76 4/29/2024
2.1.447 2,402 4/29/2024
2.1.446 65 4/28/2024
2.1.445 70 4/28/2024
2.1.444 339 4/28/2024
2.1.443 87 4/28/2024
2.1.442 1,191 4/28/2024
2.1.441 72 4/28/2024
2.1.440 69 4/28/2024
2.1.439 2,259 4/28/2024
2.1.438 71 4/28/2024
2.1.437 1,181 4/28/2024
2.1.436 74 4/28/2024
2.1.435 79 4/28/2024
2.1.434 331 4/28/2024
2.1.433 72 4/28/2024
2.1.432 70 4/28/2024
2.1.431 1,847 4/27/2024
2.1.430 76 4/27/2024
2.1.429 4,557 4/19/2024
2.1.428 72 4/19/2024
2.1.427 2,517 4/19/2024
2.1.426 613 4/18/2024
2.1.425 2,682 4/15/2024
2.1.424 1,724 4/12/2024
2.1.423 1,225 4/12/2024
2.1.422 1,035 4/12/2024
2.1.421 80 4/12/2024
2.1.420 1,382 4/12/2024
2.1.419 82 4/12/2024
2.1.418 528 4/12/2024
2.1.417 414 4/11/2024
2.1.416 4,872 4/10/2024
2.1.415 73 4/10/2024
2.1.414 1,502 4/9/2024
2.1.413 2,581 4/2/2024
2.1.412 77 4/2/2024
2.1.411 231 4/1/2024
2.1.410 77 4/1/2024
2.1.409 157 4/1/2024
2.1.408 4,009 3/29/2024
2.1.407 831 3/29/2024
2.1.406 2,117 3/25/2024
2.1.405 82 3/25/2024
2.1.404 560 3/25/2024
2.1.403 996 3/25/2024
2.1.402 2,675 3/20/2024
2.1.401 82 3/20/2024
2.1.400 2,658 3/19/2024
2.1.399 92 3/19/2024
2.1.398 1,197 3/19/2024
2.1.397 91 3/19/2024
2.1.396 990 3/19/2024
2.1.395 1,012 3/18/2024
2.1.394 664 3/18/2024
2.1.393 3,061 3/15/2024
2.1.392 86 3/15/2024
2.1.391 2,640 3/13/2024
2.1.390 412 3/13/2024
2.1.389 302 3/13/2024
2.1.388 82 3/13/2024
2.1.387 1,141 3/13/2024
2.1.386 251 3/13/2024
2.1.385 83 3/13/2024
2.1.384 91 3/13/2024
2.1.383 2,054 3/13/2024
2.1.382 87 3/13/2024
2.1.381 141 3/12/2024
2.1.380 83 3/12/2024
2.1.379 2,042 3/12/2024
2.1.378 82 3/12/2024
2.1.377 2,882 3/11/2024
2.1.376 259 3/11/2024
2.1.375 2,390 3/11/2024
2.1.374 144 3/11/2024
2.1.373 2,027 3/10/2024
2.1.372 1,002 3/10/2024
2.1.371 2,397 3/8/2024
2.1.370 88 3/8/2024
2.1.369 1,308 3/8/2024
2.1.368 977 3/8/2024
2.1.367 80 3/8/2024
2.1.366 1,474 3/8/2024
2.1.365 1,495 3/6/2024
2.1.364 278 3/6/2024
2.1.363 2,613 3/4/2024
2.1.362 87 3/4/2024
2.1.361 1,222 3/4/2024
2.1.360 76 3/4/2024
2.1.359 1,756 3/3/2024
2.1.358 1,604 3/3/2024
2.1.357 144 3/2/2024
2.1.356 87 3/2/2024
2.1.355 1,456 3/2/2024
2.1.354 91 3/2/2024
2.1.353 10,620 2/25/2024
2.1.352 895 2/25/2024
2.1.351 76 2/25/2024
2.1.350 323 2/25/2024
2.1.349 1,412 2/25/2024
2.1.348 1,292 2/23/2024
2.1.347 403 2/23/2024
2.1.346 2,876 2/22/2024
2.1.345 74 2/22/2024
2.1.344 593 2/22/2024
2.1.343 126 2/22/2024
2.1.342 82 2/22/2024
2.1.341 1,646 2/21/2024
2.1.340 83 2/21/2024
2.1.339 1,489 2/21/2024
2.1.338 82 2/21/2024
2.1.337 77 2/21/2024
2.1.336 77 2/21/2024
2.1.335 1,467 2/21/2024
2.1.334 530 2/21/2024
2.1.333 73 2/21/2024
2.1.332 73 2/21/2024
2.1.331 1,346 2/21/2024
2.1.330 1,465 2/21/2024
2.1.329 79 2/21/2024
2.1.328 77 2/21/2024
2.1.327 80 2/21/2024
2.1.326 1,873 2/20/2024
2.1.325 77 2/20/2024
2.1.324 1,555 2/20/2024
2.1.323 77 2/20/2024
2.1.322 1,499 2/20/2024
2.1.321 77 2/20/2024
2.1.320 70 2/20/2024
2.1.319 668 2/20/2024
2.1.318 214 2/19/2024
2.1.317 2,467 2/19/2024
2.1.316 72 2/19/2024
2.1.315 1,689 2/19/2024
2.1.314 1,865 2/17/2024
2.1.313 72 2/17/2024
2.1.312 1,090 2/17/2024
2.1.311 73 2/17/2024
2.1.310 208 2/17/2024
2.1.309 611 2/16/2024
2.1.308 72 2/16/2024
2.1.307 72 2/16/2024
2.1.306 106 2/16/2024
2.1.305 70 2/16/2024
2.1.304 1,575 2/16/2024
2.1.303 69 2/16/2024
2.1.302 2,024 2/16/2024
2.1.301 74 2/16/2024
2.1.300 70 2/16/2024
2.1.299 169 2/16/2024
2.1.298 75 2/16/2024
2.1.297 945 2/16/2024
2.1.296 73 2/16/2024
2.1.295 2,811 2/14/2024
2.1.294 1,198 2/13/2024
2.1.293 75 2/13/2024
2.1.292 1,120 2/13/2024
2.1.291 1,293 2/13/2024
2.1.290 708 2/13/2024
2.1.289 84 2/13/2024
2.1.288 1,460 2/13/2024
2.1.287 923 2/13/2024
2.1.286 92 2/13/2024
2.1.285 2,436 2/12/2024
2.1.284 82 2/12/2024
2.1.283 1,417 2/11/2024
2.1.282 1,588 2/11/2024
2.1.281 78 2/11/2024
2.1.280 1,506 2/11/2024
2.1.279 1,042 2/11/2024
2.1.278 2,700 2/10/2024
2.1.277 252 2/10/2024
2.1.276 87 2/10/2024
2.1.275 869 2/9/2024
2.1.274 2,292 2/9/2024
2.1.273 75 2/9/2024
2.1.272 1,753 2/9/2024
2.1.271 473 2/9/2024
2.1.270 91 2/8/2024
2.1.269 81 2/8/2024
2.1.268 2,579 2/8/2024
2.1.267 89 2/8/2024
2.1.266 471 2/8/2024
2.1.265 5,484 2/8/2024
2.1.264 1,041 2/8/2024
2.1.263 87 2/8/2024
2.1.262 3,198 2/7/2024
2.1.261 87 2/7/2024
2.1.260 626 2/7/2024
2.1.259 1,512 2/7/2024
2.1.258 480 2/7/2024
2.1.257 86 2/7/2024
2.1.256 91 2/7/2024
2.1.255 161 2/7/2024
2.1.254 83 2/7/2024
2.1.253 82 2/7/2024
2.1.252 480 2/6/2024
2.1.251 81 2/6/2024
2.1.250 773 2/6/2024
2.1.249 85 2/6/2024
2.1.248 84 2/6/2024
2.1.247 91 2/6/2024
2.1.246 4,740 2/5/2024
2.1.245 168 2/5/2024
2.1.244 1,214 2/4/2024
2.1.243 1,421 2/4/2024
2.1.242 526 2/4/2024
2.1.241 2,585 2/2/2024
2.1.240 72 2/2/2024
2.1.239 3,441 1/31/2024
2.1.238 74 1/31/2024
2.1.237 3,562 1/29/2024
2.1.236 73 1/29/2024
2.1.235 1,542 1/29/2024
2.1.234 73 1/29/2024
2.1.233 767 1/29/2024
2.1.232 75 1/29/2024
2.1.231 1,343 1/28/2024
2.1.230 1,508 1/28/2024
2.1.229 75 1/28/2024
2.1.228 1,024 1/28/2024
2.1.227 1,457 1/28/2024
2.1.226 82 1/28/2024
2.1.225 1,543 1/28/2024
2.1.224 77 1/28/2024
2.1.223 322 1/28/2024
2.1.222 1,386 1/27/2024
2.1.221 73 1/27/2024
2.1.220 305 1/27/2024
2.1.219 2,460 1/27/2024
2.1.218 771 1/27/2024
2.1.217 71 1/27/2024
2.1.216 470 1/27/2024
2.1.215 75 1/27/2024
2.1.214 3,161 1/27/2024
2.1.213 1,484 1/27/2024
2.1.212 73 1/27/2024
2.1.211 861 1/26/2024
2.1.210 75 1/26/2024
2.1.209 838 1/26/2024
2.1.208 73 1/26/2024
2.1.207 623 1/26/2024
2.1.206 335 1/26/2024
2.1.205 2,646 1/26/2024
2.1.204 75 1/26/2024
2.1.203 1,604 1/26/2024
2.1.202 74 1/26/2024
2.1.201 1,855 1/25/2024
2.1.200 76 1/25/2024
2.1.199 1,461 1/25/2024
2.1.198 202 1/25/2024
2.1.197 75 1/25/2024
2.1.196 3,774 1/25/2024
2.1.195 74 1/25/2024
2.1.194 3,598 1/19/2024
2.1.193 77 1/19/2024
2.1.192 3,199 1/16/2024
2.1.191 1,365 1/15/2024
2.1.190 88 1/15/2024
2.1.189 240 1/15/2024
2.1.188 78 1/15/2024
2.1.187 82 1/15/2024
2.1.186 1,751 1/15/2024
2.1.185 86 1/15/2024
2.1.184 1,545 1/15/2024
2.1.183 82 1/15/2024
2.1.182 82 1/15/2024
2.1.181 2,870 1/15/2024
2.1.180 81 1/15/2024
2.1.179 2,812 1/14/2024
2.1.178 85 1/14/2024
2.1.177 3,776 1/13/2024
2.1.176 92 1/13/2024
2.1.175 2,714 1/12/2024
2.1.174 78 1/12/2024
2.1.173 3,152 1/11/2024
2.1.172 409 1/11/2024
2.1.171 4,006 1/7/2024
2.1.170 86 1/7/2024
2.1.169 1,015 1/7/2024
2.1.168 2,499 1/5/2024
2.1.167 1,284 1/5/2024
2.1.166 86 1/5/2024
2.1.165 67 1/5/2024
2.1.164 77 1/5/2024
2.1.163 1,438 1/5/2024
2.1.162 80 1/5/2024
2.1.161 86 1/5/2024
2.1.160 76 1/5/2024
2.1.159 4,249 1/3/2024
2.1.158 2,360 1/1/2024
2.1.157 98 1/1/2024
2.1.156 1,300 1/1/2024
2.1.155 1,873 12/28/2023
2.1.154 581 12/28/2023
2.1.153 111 12/28/2023
2.1.152 160 12/28/2023
2.1.151 102 12/28/2023
2.1.150 94 12/28/2023
2.1.149 2,395 12/28/2023
2.1.148 108 12/28/2023
2.1.147 671 12/28/2023
2.1.146 100 12/28/2023
2.1.145 99 12/28/2023
2.1.144 701 12/27/2023
2.1.143 109 12/27/2023
2.1.142 1,840 12/27/2023
2.1.141 100 12/27/2023
2.1.140 3,608 12/25/2023
2.1.139 96 12/25/2023
2.1.138 1,291 12/25/2023
2.1.137 1,780 12/25/2023
2.1.136 94 12/25/2023
2.1.135 89 12/25/2023
2.1.134 1,309 12/25/2023
2.1.133 93 12/25/2023
2.1.132 94 12/25/2023
2.1.131 161 12/25/2023
2.1.130 103 12/25/2023
2.1.129 3,966 12/24/2023
2.1.128 1,215 12/24/2023
2.1.127 433 12/24/2023
2.1.126 1,749 12/23/2023
2.1.125 1,211 12/23/2023
2.1.124 444 12/23/2023
2.1.123 98 12/23/2023
2.1.122 83 12/23/2023
2.1.121 244 12/23/2023
2.1.120 96 12/23/2023
2.1.119 95 12/23/2023
2.1.118 94 12/23/2023
2.1.117 778 12/23/2023
2.1.116 88 12/23/2023
2.1.115 1,225 12/23/2023
2.1.114 93 12/23/2023
2.1.113 5,367 12/19/2023
2.1.112 78 12/19/2023
2.1.111 702 12/19/2023
2.1.110 83 12/19/2023
2.1.109 1,200 12/19/2023
2.1.108 246 12/18/2023
2.1.107 1,947 12/13/2023
2.1.106 752 12/12/2023
2.1.105 912 12/11/2023
2.1.104 1,019 12/11/2023
2.1.103 291 12/11/2023
2.1.102 392 12/11/2023
2.1.101 218 12/10/2023
2.1.100 85 12/10/2023
2.1.99 106 12/10/2023
2.1.98 106 12/10/2023
2.1.97 3,874 12/10/2023
2.1.96 2,593 12/10/2023
2.1.95 736 12/9/2023
2.1.94 846 12/9/2023
2.1.93 1,296 12/9/2023
2.1.92 112 12/9/2023
2.1.91 106 12/9/2023
2.1.90 92 12/9/2023
2.1.89 98 12/9/2023
2.1.88 997 12/9/2023
2.1.87 95 12/9/2023
2.1.86 2,776 12/9/2023
2.1.85 103 12/9/2023
2.1.84 4,290 12/6/2023
2.1.83 534 12/6/2023
2.1.82 736 12/6/2023
2.1.81 107 12/6/2023
2.1.80 1,880 12/6/2023
2.1.79 496 12/5/2023
2.1.78 1,067 12/5/2023
2.1.77 507 12/5/2023
2.1.76 1,047 12/5/2023
2.1.75 1,067 12/5/2023
2.1.74 304 12/5/2023
2.1.73 186 12/4/2023
2.1.72 108 12/4/2023
2.1.71 106 12/4/2023
2.1.70 3,093 12/4/2023
2.1.69 117 12/4/2023
2.1.68 641 12/4/2023
2.1.67 109 12/4/2023
2.1.66 3,191 12/4/2023
2.1.65 1,707 11/27/2023
2.1.64 462 11/27/2023
2.1.63 1,966 11/23/2023
2.1.62 109 11/23/2023
2.1.61 507 11/23/2023
2.1.60 533 11/23/2023
2.1.59 108 11/23/2023
2.1.58 1,217 11/23/2023
2.1.57 114 11/23/2023
2.1.56 113 11/23/2023
2.1.55 95 11/23/2023
2.1.54 1,240 11/23/2023
2.1.53 116 11/23/2023
2.1.52 3,414 11/20/2023
2.1.51 106 11/20/2023
2.1.50 2,204 11/20/2023
2.1.49 92 11/20/2023
2.1.48 100 11/20/2023
2.1.47 1,420 11/20/2023
2.1.46 1,620 11/19/2023
2.1.45 94 11/19/2023
2.1.44 1,456 11/19/2023
2.1.43 201 11/19/2023
2.1.42 104 11/19/2023
2.1.41 113 11/19/2023
2.1.40 106 11/19/2023
2.1.39 2,731 11/19/2023
2.1.38 100 11/19/2023
2.1.37 2,794 11/18/2023
2.1.36 102 11/18/2023
2.1.35 109 11/18/2023
2.1.34 2,376 11/18/2023
2.1.33 104 11/18/2023
2.1.32 108 11/18/2023
2.1.31 471 11/18/2023
2.1.30 107 11/18/2023
2.1.29 88 11/18/2023
2.1.28 106 11/18/2023
2.1.27 1,096 11/17/2023
2.1.26 88 11/17/2023
2.1.25 1,385 11/17/2023
2.1.24 104 11/17/2023
2.1.23 111 11/17/2023
2.1.22 241 11/17/2023
2.1.21 104 11/17/2023
2.1.20 105 11/17/2023
2.1.19 2,458 11/17/2023
2.1.18 105 11/17/2023
2.1.17 1,065 11/17/2023
2.1.16 107 11/17/2023
2.1.15 1,166 11/17/2023
2.1.14 100 11/17/2023
2.1.13 111 11/17/2023
2.1.12 542 11/17/2023
2.1.11 107 11/17/2023
2.1.10 82 11/17/2023
2.1.9 1,901 11/17/2023
2.1.8 448 11/17/2023
2.1.7 105 11/17/2023
2.1.6 816 11/16/2023
2.1.5 102 11/16/2023
2.0.196 1,796 11/15/2023
2.0.195 106 11/15/2023
2.0.194 106 11/15/2023
2.0.193 106 11/15/2023
2.0.4 93 11/16/2023
2.0.3 105 11/16/2023
2.0.2 103 11/16/2023
2.0.1 100 11/16/2023
1.0.192 1,394 11/14/2023
1.0.191 105 11/14/2023
1.0.190 3,866 11/13/2023
1.0.189 102 11/13/2023
1.0.188 865 11/10/2023
1.0.187 101 11/10/2023
1.0.186 85 11/10/2023
1.0.185 1,945 11/9/2023
1.0.184 100 11/9/2023
1.0.183 103 11/9/2023
1.0.182 103 11/9/2023
1.0.181 3,358 11/8/2023
1.0.180 1,153 11/7/2023
1.0.179 109 11/7/2023
1.0.178 1,814 11/6/2023
1.0.177 100 11/6/2023
1.0.176 101 11/6/2023
1.0.175 1,726 11/3/2023
1.0.174 112 11/3/2023
1.0.173 112 11/3/2023
1.0.172 2,024 11/2/2023
1.0.171 114 11/2/2023
1.0.170 113 11/2/2023
1.0.169 1,625 11/1/2023
1.0.168 103 11/1/2023
1.0.167 6,154 10/27/2023
1.0.166 1,700 10/26/2023
1.0.165 3,102 10/20/2023
1.0.164 2,017 10/19/2023
1.0.163 109 10/19/2023
1.0.162 1,538 10/18/2023
1.0.161 109 10/18/2023
1.0.160 107 10/18/2023
1.0.159 1,876 10/17/2023
1.0.158 108 10/17/2023
1.0.157 122 10/17/2023
1.0.156 2,635 10/16/2023
1.0.155 119 10/16/2023
1.0.154 116 10/16/2023
1.0.153 2,631 10/13/2023
1.0.152 130 10/13/2023
1.0.151 128 10/13/2023
1.0.150 1,457 10/12/2023
1.0.149 5,298 9/20/2023
1.0.148 1,320 9/19/2023
1.0.147 112 9/19/2023
1.0.146 116 9/19/2023
1.0.145 3,848 9/18/2023
1.0.144 114 9/18/2023
1.0.143 108 9/18/2023
1.0.142 1,858 9/15/2023
1.0.141 1,912 9/14/2023
1.0.140 2,898 9/1/2023
1.0.139 2,462 8/31/2023
1.0.138 132 8/31/2023
1.0.137 1,713 8/30/2023
1.0.136 143 8/30/2023
1.0.135 132 8/30/2023
1.0.134 1,497 8/29/2023
1.0.133 149 8/29/2023
1.0.132 3,418 8/28/2023
1.0.131 140 8/28/2023
1.0.130 2,125 8/25/2023
1.0.129 143 8/25/2023
1.0.128 124 8/25/2023
1.0.127 3,021 8/24/2023
1.0.126 147 8/24/2023
1.0.125 3,167 8/22/2023
1.0.124 1,448 8/21/2023
1.0.123 144 8/21/2023
1.0.122 1,634 8/18/2023
1.0.121 139 8/18/2023
1.0.120 133 8/18/2023
1.0.119 2,252 8/17/2023
1.0.118 129 8/17/2023
1.0.117 140 8/17/2023
1.0.116 118 8/17/2023
1.0.115 6,625 8/11/2023
1.0.114 2,065 8/10/2023
1.0.113 146 8/10/2023
1.0.112 2,910 8/9/2023
1.0.111 158 8/9/2023
1.0.110 1,231 8/8/2023
1.0.109 157 8/8/2023
1.0.108 158 8/8/2023
1.0.107 3,291 8/7/2023
1.0.106 152 8/7/2023
1.0.105 156 8/7/2023
1.0.104 158 8/7/2023
1.0.103 6,104 7/14/2023
1.0.102 2,242 7/13/2023
1.0.101 2,118 7/12/2023
1.0.100 1,866 7/11/2023
1.0.99 154 7/11/2023
1.0.98 2,825 7/10/2023
1.0.97 154 7/10/2023
1.0.96 154 7/10/2023
1.0.95 2,235 7/7/2023
1.0.94 158 7/7/2023
1.0.93 160 7/7/2023
1.0.92 5,369 7/3/2023
1.0.91 2,497 6/30/2023
1.0.90 2,238 6/29/2023
1.0.89 178 6/29/2023
1.0.88 160 6/29/2023
1.0.87 2,029 6/28/2023
1.0.86 158 6/28/2023
1.0.85 162 6/28/2023
1.0.84 4,223 6/27/2023
1.0.83 149 6/27/2023
1.0.82 2,929 6/26/2023
1.0.81 161 6/26/2023
1.0.80 3,842 6/23/2023
1.0.79 2,592 6/22/2023
1.0.78 1,929 6/21/2023
1.0.77 3,385 6/19/2023
1.0.76 2,863 6/15/2023
1.0.75 147 6/15/2023
1.0.74 1,873 6/14/2023
1.0.73 5,506 6/12/2023
1.0.72 1,733 6/9/2023
1.0.71 160 6/9/2023
1.0.70 3,179 6/8/2023
1.0.69 164 6/8/2023
1.0.68 166 6/8/2023
1.0.67 4,132 6/7/2023
1.0.66 165 6/7/2023
1.0.65 164 6/7/2023
1.0.64 161 6/7/2023
1.0.63 2,400 6/6/2023
1.0.62 169 6/6/2023
1.0.61 164 6/6/2023
1.0.60 18,470 5/30/2023
1.0.59 165 5/30/2023
1.0.58 159 5/30/2023
1.0.57 4,311 5/29/2023
1.0.56 162 5/29/2023
1.0.55 159 5/29/2023
1.0.54 3,648 5/26/2023
1.0.53 169 5/26/2023
1.0.52 183 5/26/2023
1.0.51 5,901 5/25/2023
1.0.50 166 5/25/2023
1.0.49 166 5/25/2023
1.0.48 2,631 5/24/2023
1.0.46 166 5/24/2023
1.0.45 162 5/24/2023
1.0.43 3,342 5/23/2023
1.0.42 5,071 5/22/2023
1.0.41 176 5/22/2023
1.0.40 5,101 5/18/2023
1.0.39 3,301 5/17/2023
1.0.38 140 5/17/2023
1.0.37 220 5/17/2023
1.0.36 9,647 4/25/2023
1.0.35 1,201 4/24/2023
1.0.34 1,748 4/21/2023
1.0.33 191 4/21/2023
1.0.32 1,551 4/20/2023
1.0.31 2,147 4/19/2023
1.0.30 982 4/18/2023
1.0.29 1,517 4/17/2023
1.0.28 1,107 4/14/2023
1.0.27 1,091 4/13/2023
1.0.26 1,103 4/12/2023
1.0.25 1,398 4/11/2023
1.0.24 268 4/11/2023
1.0.23 1,535 4/10/2023
1.0.22 2,199 4/4/2023
1.0.21 194 4/4/2023
1.0.20 932 4/3/2023
1.0.19 211 4/3/2023
1.0.18 224 4/3/2023
1.0.17 219 4/3/2023
1.0.16 208 4/3/2023
1.0.15 206 4/3/2023
1.0.14 206 4/3/2023
1.0.13 208 4/3/2023
1.0.12 200 4/3/2023
1.0.11 1,956 3/23/2023
1.0.10 523 3/13/2023
1.0.9 293 3/12/2023
1.0.8 238 3/11/2023
1.0.7 238 3/10/2023
1.0.5 387 2/22/2023
1.0.4 438 2/19/2023
1.0.3 420 2/18/2023
1.0.1 367 2/12/2023