Soenneker.Utils.MemoryStream 2.1.429

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

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

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 32 5/3/2024
2.1.451 1,483 4/30/2024
2.1.450 270 4/29/2024
2.1.449 1,015 4/29/2024
2.1.448 74 4/29/2024
2.1.447 2,286 4/29/2024
2.1.446 63 4/28/2024
2.1.445 68 4/28/2024
2.1.444 337 4/28/2024
2.1.443 85 4/28/2024
2.1.442 1,186 4/28/2024
2.1.441 70 4/28/2024
2.1.440 67 4/28/2024
2.1.439 2,194 4/28/2024
2.1.438 69 4/28/2024
2.1.437 1,179 4/28/2024
2.1.436 72 4/28/2024
2.1.435 77 4/28/2024
2.1.434 329 4/28/2024
2.1.433 70 4/28/2024
2.1.432 68 4/28/2024
2.1.431 1,845 4/27/2024
2.1.430 74 4/27/2024
2.1.429 4,555 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,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,374 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