Soenneker.Extensions.String 3.0.464

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Extensions.String --version 3.0.464
                    
NuGet\Install-Package Soenneker.Extensions.String -Version 3.0.464
                    
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.Extensions.String" Version="3.0.464" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Extensions.String" Version="3.0.464" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Extensions.String" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.Extensions.String --version 3.0.464
                    
#r "nuget: Soenneker.Extensions.String, 3.0.464"
                    
#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.
#addin nuget:?package=Soenneker.Extensions.String&version=3.0.464
                    
Install Soenneker.Extensions.String as a Cake Addin
#tool nuget:?package=Soenneker.Extensions.String&version=3.0.464
                    
Install Soenneker.Extensions.String as a Cake Tool

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.Extensions.String

A highly optimized library of string extension methods designed to improve performance, readability, and efficiency in .NET applications. This library is ideal for developers looking to streamline common string operations while adhering to best practices and achieving maximum performance.

Features

  • High Performance: All methods are optimized for speed and low memory usage, ensuring top-notch performance in critical applications.
  • Comprehensive Functionality: Includes a wide range of utility methods for common string operations, such as trimming, splitting, joining, and formatting.
  • Readability-First: Enhances code clarity with intuitive method names and streamlined syntax.
  • Error-Resilient: Methods are built to handle edge cases gracefully, minimizing potential bugs and exceptions.
  • Lightweight: Minimal overhead and dependencies, making it perfect for high-performance applications.

Installation

dotnet add package Soenneker.Extensions.String

Usage

Truncate()

string longString = "This is a long string that needs to be truncated";
string truncatedString = longString.Truncate(10);
// truncatedString = "This is a ..."

IsAlphaNumeric()

string alphanumeric = "abc123";
bool isAlphanumeric = alphanumeric.IsAlphaNumeric();
// isAlphanumeric = true

string nonAlphanumeric = "abc123!";
bool isNonAlphanumeric = nonAlphanumeric.IsAlphaNumeric();
// isNonAlphanumeric = false

Slugify()

string test = "this string&is%bad#for\\urls"

test.Slugify() // "this-string-is-bad-for-urls"

ToDouble()

string numericString = "3.14";
double? doubleValue = numericString.ToDouble();
// doubleValue = 3.14

string nonNumericString = "abc";
double? nonDoubleValue = nonNumericString.ToDouble();
// nonDoubleValue = null

RemoveNonDigits()

string stringWithNonDigits = "abc123xyz456";
string digitsOnly = stringWithNonDigits.RemoveNonDigits();
// digitsOnly = "123456"

Shuffle()

string originalString = "hello";
string shuffledString = originalString.Shuffle();
// shuffledString = "olhel"

... and more

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (45)

Showing the top 5 NuGet packages that depend on Soenneker.Extensions.String:

Package Downloads
Soenneker.Extensions.Configuration

A collection of helpful IConfiguration extension methods

Soenneker.Utils.MemoryStream

An easy modern MemoryStream utility

Soenneker.Utils.Logger

A useful utility library dealing with Serilog logging

Soenneker.Extensions.Enumerable.String

A collection of helpful enumerable string extension methods

Soenneker.Extensions.Type

An extension library for useful Type operations

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.468 1,316 4/4/2025
3.0.467 43 4/4/2025
3.0.466 131 4/4/2025
3.0.465 3,310 4/4/2025
3.0.464 107,768 3/11/2025
3.0.463 11,964 3/11/2025
3.0.462 136 3/11/2025
3.0.461 8,643 3/11/2025
3.0.460 147 3/11/2025
3.0.459 54,592 3/1/2025
3.0.458 6,549 3/1/2025
3.0.457 84 3/1/2025
3.0.456 4,302 3/1/2025
3.0.455 84 3/1/2025
3.0.454 82 3/1/2025
3.0.453 2,200 3/1/2025
3.0.452 85 3/1/2025
3.0.451 84 3/1/2025
3.0.450 82 3/1/2025
3.0.449 85 3/1/2025
3.0.448 38,529 2/24/2025
3.0.447 1,699 2/24/2025
3.0.446 36,493 2/21/2025
3.0.445 27,698 2/18/2025
3.0.444 1,578 2/18/2025
3.0.443 92 2/18/2025
3.0.442 97 2/18/2025
3.0.441 27,408 2/13/2025
3.0.440 21,391 2/11/2025
3.0.439 4,110 2/11/2025
3.0.438 7,122 2/11/2025
3.0.437 5,535 2/11/2025
3.0.436 3,363 2/10/2025
3.0.435 104 2/10/2025
3.0.434 2,935 2/10/2025
3.0.433 12,502 2/10/2025
3.0.432 5,914 2/10/2025
3.0.431 294 2/10/2025
3.0.430 88 2/10/2025
3.0.429 18,074 2/10/2025
3.0.428 98 2/10/2025
3.0.427 27,534 2/8/2025
3.0.426 2,411 2/7/2025
3.0.425 92 2/7/2025
3.0.424 8,957 2/7/2025
3.0.423 3,162 2/7/2025
3.0.422 2,390 2/7/2025
3.0.421 98 2/7/2025
3.0.420 93 2/7/2025
3.0.419 2,449 2/7/2025
3.0.418 106 2/7/2025
3.0.417 91 2/7/2025
3.0.416 92 2/7/2025
3.0.415 5,288 2/7/2025
3.0.414 124 2/7/2025
3.0.413 89 2/7/2025
3.0.412 64,616 1/27/2025
3.0.411 2,925 1/27/2025
3.0.410 123 1/27/2025
3.0.409 6,351 1/27/2025
3.0.408 1,406 1/27/2025
3.0.407 91 1/27/2025
3.0.406 90 1/27/2025
3.0.405 24,480 1/25/2025
3.0.404 20,746 1/24/2025
3.0.403 19,234 1/24/2025
3.0.402 475 1/24/2025
3.0.401 6,578 1/23/2025
3.0.400 89 1/23/2025
3.0.398 7,043 1/23/2025
3.0.397 22,226 1/21/2025
3.0.396 93 1/21/2025
3.0.395 127 1/21/2025
3.0.394 19,141 1/20/2025
3.0.393 4,542 1/20/2025
3.0.392 1,808 1/20/2025
3.0.391 102 1/20/2025
3.0.390 10,543 1/20/2025
3.0.389 88 1/20/2025
3.0.388 4,027 1/20/2025
3.0.387 105 1/20/2025
3.0.386 89 1/20/2025
3.0.385 8,798 1/20/2025
3.0.384 89 1/20/2025
3.0.383 91 1/20/2025
3.0.382 88 1/20/2025
3.0.381 27,693 1/19/2025
3.0.380 292 1/19/2025
3.0.379 79 1/19/2025
3.0.378 16,037 1/18/2025
3.0.377 15,069 1/16/2025
3.0.376 17,128 1/16/2025
3.0.375 14,303 1/16/2025
3.0.374 12,797 1/15/2025
3.0.373 5,004 1/15/2025
3.0.372 3,675 1/15/2025
3.0.371 7,051 1/15/2025
3.0.370 5,678 1/15/2025
3.0.369 3,047 1/14/2025
3.0.368 1,199 1/14/2025
3.0.367 676 1/14/2025
3.0.366 226 1/14/2025
3.0.365 80 1/14/2025
3.0.364 3,583 1/14/2025
3.0.363 2,164 1/14/2025
3.0.362 80 1/14/2025
3.0.361 5,206 1/14/2025
3.0.360 22,907 1/12/2025
3.0.359 15,933 1/10/2025
3.0.358 4,545 1/10/2025
3.0.357 91 1/10/2025
3.0.356 94 1/10/2025
3.0.355 3,897 1/10/2025
3.0.354 92 1/10/2025
3.0.353 126 1/10/2025
3.0.352 99 1/10/2025
3.0.351 25,601 1/2/2025
3.0.350 150 1/2/2025
3.0.349 110 1/2/2025
3.0.348 6,587 1/2/2025
3.0.347 120 1/2/2025
3.0.346 115 1/2/2025
3.0.345 1,611 1/2/2025
3.0.344 17,008 1/1/2025
3.0.343 127 1/1/2025
3.0.342 129 1/1/2025
3.0.341 560 12/31/2024
3.0.340 112 12/31/2024
3.0.339 115 12/31/2024
3.0.338 2,117 12/31/2024
3.0.337 132 12/31/2024
3.0.336 119 12/31/2024
3.0.335 146 12/31/2024
3.0.334 8,108 12/31/2024
3.0.333 22,033 12/31/2024
3.0.332 100 12/31/2024
3.0.331 115 12/31/2024
3.0.330 9,775 12/31/2024
3.0.329 114 12/31/2024
3.0.328 110 12/31/2024
3.0.327 4,292 12/31/2024
3.0.326 40,212 12/24/2024
3.0.325 101 12/24/2024
3.0.324 102 12/24/2024
3.0.323 6,798 12/24/2024
3.0.322 107 12/24/2024
3.0.321 103 12/24/2024
3.0.320 1,603 12/24/2024
3.0.319 40,446 12/22/2024
3.0.318 473 12/22/2024
3.0.317 108 12/22/2024
3.0.316 6,696 12/21/2024
3.0.315 96 12/21/2024
3.0.314 1,032 12/21/2024
3.0.313 9,739 12/21/2024
3.0.312 104 12/21/2024
3.0.311 3,389 12/21/2024
3.0.310 5,051 12/21/2024
3.0.309 124 12/21/2024
3.0.308 7,219 12/21/2024
3.0.307 115 12/21/2024
3.0.306 615 12/21/2024
3.0.305 5,088 12/21/2024
3.0.304 98 12/21/2024
3.0.303 7,278 12/20/2024
3.0.302 3,799 12/20/2024
3.0.301 101 12/20/2024
3.0.300 14,579 12/19/2024
3.0.299 1,471 12/19/2024
3.0.298 655 12/18/2024
3.0.297 101 12/18/2024
3.0.296 238 12/18/2024
3.0.295 25,115 12/17/2024
3.0.294 3,879 12/17/2024
3.0.293 121 12/17/2024
3.0.292 361 12/16/2024
3.0.291 112 12/16/2024
3.0.290 105 12/16/2024
3.0.289 111 12/16/2024
3.0.288 56,312 12/5/2024
3.0.287 24,211 12/4/2024
3.0.286 8,567 12/4/2024
3.0.285 5,648 12/4/2024
3.0.284 3,372 12/4/2024
3.0.283 7,032 12/4/2024
3.0.282 208 12/4/2024
3.0.281 14,200 12/3/2024
3.0.280 130 12/3/2024
3.0.279 6,787 12/3/2024
3.0.278 4,108 12/2/2024
3.0.277 110 12/2/2024
3.0.276 6,139 12/2/2024
3.0.275 14,497 12/1/2024
3.0.274 5,886 12/1/2024
3.0.273 120 12/1/2024
3.0.272 127 12/1/2024
3.0.271 40,296 11/19/2024
3.0.270 130 11/19/2024
3.0.269 5,394 11/19/2024
3.0.268 139 11/19/2024
3.0.267 116 11/19/2024
3.0.266 14,293 11/19/2024
3.0.265 3,765 11/19/2024
3.0.264 28,174 11/14/2024
3.0.263 130 11/14/2024
3.0.262 2,992 11/14/2024
3.0.261 123 11/14/2024
3.0.260 121 11/14/2024
3.0.259 1,804 11/13/2024
3.0.258 128 11/13/2024
2.1.257 50,559 11/8/2024
2.1.256 14,292 11/8/2024
2.1.255 92 11/8/2024
2.1.254 89 11/8/2024
2.1.253 48,289 10/28/2024
2.1.252 112,983 10/1/2024
2.1.251 16,887 9/30/2024
2.1.250 29,914 9/27/2024
2.1.249 109 9/27/2024
2.1.248 98 9/27/2024
2.1.247 2,807 9/27/2024
2.1.246 95 9/27/2024
2.1.245 92 9/27/2024
2.1.244 95 9/27/2024
2.1.243 54,243 9/23/2024
2.1.242 793 9/23/2024
2.1.241 3,749 9/23/2024
2.1.240 101 9/23/2024
2.1.239 1,284 9/23/2024
2.1.238 120 9/23/2024
2.1.237 7,343 9/22/2024
2.1.236 28,312 9/17/2024
2.1.235 224 9/17/2024
2.1.234 115 9/17/2024
2.1.233 209 9/17/2024
2.1.232 116 9/17/2024
2.1.231 4,191 9/17/2024
2.1.230 146 9/17/2024
2.1.229 50,001 9/11/2024
2.1.228 17,070 9/11/2024
2.1.227 23,527 9/9/2024
2.1.226 9,679 9/9/2024
2.1.225 5,922 9/9/2024
2.1.224 8,337 9/9/2024
2.1.223 8,971 9/9/2024
2.1.222 111 9/9/2024
2.1.221 133 9/9/2024
2.1.220 36,501 9/5/2024
2.1.219 7,183 9/5/2024
2.1.218 112 9/5/2024
2.1.217 127 9/5/2024
2.1.216 1,201 9/5/2024
2.1.215 113 9/5/2024
2.1.214 3,906 9/5/2024
2.1.213 20,845 9/4/2024
2.1.212 49,751 8/20/2024
2.1.211 5,652 8/20/2024
2.1.210 121 8/20/2024
2.1.209 122 8/20/2024
2.1.208 5,016 8/20/2024
2.1.207 125 8/20/2024
2.1.206 115 8/20/2024
2.1.205 72,926 7/24/2024
2.1.204 5,809 7/24/2024
2.1.203 87 7/24/2024
2.1.202 27,638 7/13/2024
2.1.201 120 7/13/2024
2.1.200 15,726 7/10/2024
2.1.199 4,644 7/10/2024
2.1.198 135 7/10/2024
2.1.196 4,292 7/9/2024
2.1.194 3,359 7/9/2024
2.1.193 19,556 7/9/2024
2.1.192 5,936 7/9/2024
2.1.191 658 7/9/2024
2.1.190 111 7/9/2024
2.1.189 9,215 7/9/2024
2.1.188 2,811 7/8/2024
2.1.187 111 7/8/2024
2.1.186 132 7/8/2024
2.1.185 102 7/8/2024
2.1.184 105 7/8/2024
2.1.183 5,410 7/8/2024
2.1.182 124 7/8/2024
2.1.181 106 7/8/2024
2.1.180 564 7/8/2024
2.1.179 24,880 7/7/2024
2.1.178 3,255 7/7/2024
2.1.177 22,138 7/3/2024
2.1.176 37,376 6/14/2024
2.1.174 43,373 5/27/2024
2.1.173 3,090 5/27/2024
2.1.172 99 5/27/2024
2.1.171 20,259 5/25/2024
2.1.170 7,460 5/25/2024
2.1.169 114 5/25/2024
2.1.168 114 5/25/2024
2.1.167 4,416 5/25/2024
2.1.166 107 5/25/2024
2.1.165 124 5/25/2024
2.1.164 131 5/25/2024
2.1.163 4,104 5/25/2024
2.1.162 107 5/25/2024
2.1.161 18,974 5/22/2024
2.1.160 4,772 5/22/2024
2.1.159 2,402 5/22/2024
2.1.158 116 5/22/2024
2.1.157 116 5/22/2024
2.1.156 122 5/22/2024
2.1.155 9,825 5/22/2024
2.1.154 16,374 5/16/2024
2.1.153 47,223 4/28/2024
2.1.152 102 4/28/2024
2.1.151 7,360 4/28/2024
2.1.150 103 4/28/2024
2.1.149 117 4/28/2024
2.1.148 682 4/28/2024
2.1.147 116 4/28/2024
2.1.146 124 4/28/2024
2.1.145 5,215 4/27/2024
2.1.144 147 4/27/2024
2.1.143 112 4/27/2024
2.1.142 38,039 4/12/2024
2.1.141 146 4/12/2024
2.1.140 4,821 4/12/2024
2.1.139 143 4/12/2024
2.1.138 123 4/12/2024
2.1.137 3,137 4/12/2024
2.1.136 133 4/12/2024
2.1.135 130 4/12/2024
2.1.134 118 4/12/2024
2.1.133 26,821 4/1/2024
2.1.132 18,571 3/25/2024
2.1.131 20,158 3/18/2024
2.1.130 194 3/18/2024
2.1.129 354 3/18/2024
2.1.128 18,886 3/13/2024
2.1.127 181 3/13/2024
2.1.126 179 3/13/2024
2.1.125 1,677 3/13/2024
2.1.124 174 3/13/2024
2.1.123 182 3/13/2024
2.1.122 37,913 3/8/2024
2.1.121 15,896 3/3/2024
2.1.120 13,306 3/2/2024
2.1.119 2,062 3/1/2024
2.1.117 12,091 2/28/2024
2.1.116 22,983 2/25/2024
2.1.115 223 2/25/2024
2.1.114 18,555 2/21/2024
2.1.113 4,714 2/21/2024
2.1.112 2,821 2/21/2024
2.1.111 1,869 2/21/2024
2.1.110 247 2/21/2024
2.1.109 5,996 2/21/2024
2.1.108 240 2/21/2024
2.1.107 255 2/21/2024
2.1.106 14,978 2/20/2024
2.1.105 1,647 2/20/2024
2.1.104 10,008 2/19/2024
2.1.103 10,241 2/16/2024
2.1.102 6,943 2/16/2024
2.1.101 242 2/16/2024
2.1.100 6,590 2/16/2024
2.1.99 40,259 2/9/2024
2.1.98 36,409 2/7/2024
2.1.97 4,585 2/6/2024
2.1.96 2,792 2/6/2024
2.1.95 460 2/6/2024
2.1.94 265 2/6/2024
2.1.93 13,466 2/4/2024
2.1.92 98,778 1/15/2024
2.1.91 5,357 1/15/2024
2.1.90 373 1/15/2024
2.1.89 3,124 1/15/2024
2.1.88 319 1/15/2024
2.1.87 37,451 1/7/2024
2.1.86 7,372 1/5/2024
2.1.85 4,467 1/5/2024
2.1.84 356 1/5/2024
2.1.83 379 1/5/2024
2.1.82 5,071 1/5/2024
2.1.81 12,752 1/1/2024
2.1.80 433 1/1/2024
2.1.79 8,357 12/28/2023
2.1.78 4,255 12/28/2023
2.1.77 4,142 12/27/2023
2.1.76 407 12/27/2023
2.1.75 410 12/27/2023
2.1.74 5,000 12/27/2023
2.1.73 383 12/27/2023
2.1.72 423 12/27/2023
2.1.71 15,701 12/25/2023
2.1.70 875 12/25/2023
2.1.69 422 12/25/2023
2.1.68 422 12/25/2023
2.1.67 4,716 12/25/2023
2.1.66 12,752 12/24/2023
2.1.65 7,707 12/23/2023
2.1.64 2,076 12/23/2023
2.1.63 385 12/23/2023
2.1.62 5,531 12/23/2023
2.1.61 434 12/23/2023
2.1.60 378 12/23/2023
2.1.59 1,829 12/23/2023
2.1.58 387 12/23/2023
2.1.57 13,740 12/19/2023
2.1.56 4,582 12/18/2023
2.1.55 12,869 12/10/2023
2.1.51 6,288 12/10/2023
2.1.50 11,070 12/9/2023
2.1.49 429 12/9/2023
2.1.48 515 12/9/2023
2.1.47 446 12/9/2023
2.1.46 440 12/9/2023
2.1.45 465 12/9/2023
2.1.44 7,470 12/9/2023
2.1.43 11,615 12/6/2023
2.1.42 9,324 12/4/2023
2.1.41 5,957 12/4/2023
2.1.40 493 12/4/2023
2.1.39 893 12/4/2023
2.1.38 529 12/4/2023
2.1.37 15,742 11/23/2023
2.1.36 443 11/23/2023
2.1.35 827 11/23/2023
2.1.34 465 11/23/2023
2.1.33 2,061 11/23/2023
2.1.32 3,220 11/23/2023
2.1.31 9,529 11/20/2023
2.1.30 3,848 11/20/2023
2.1.29 6,812 11/19/2023
2.1.28 1,179 11/19/2023
2.1.27 462 11/19/2023
2.1.26 458 11/19/2023
2.1.25 447 11/19/2023
2.1.24 2,342 11/19/2023
2.1.23 10,049 11/18/2023
2.1.22 489 11/18/2023
2.1.21 3,321 11/18/2023
2.1.20 2,256 11/18/2023
2.1.19 475 11/18/2023
2.1.18 5,821 11/17/2023
2.1.17 1,472 11/17/2023
2.1.16 484 11/17/2023
2.1.15 466 11/17/2023
2.1.14 1,888 11/17/2023
2.1.13 7,990 11/17/2023
2.1.12 2,110 11/17/2023
2.1.11 462 11/17/2023
2.1.10 494 11/17/2023
2.1.9 508 11/17/2023
2.1.8 3,698 11/17/2023
2.1.7 1,671 11/16/2023
2.1.6 420 11/16/2023
2.1.5 916 11/16/2023
2.1.4 456 11/16/2023
2.0.140 5,567 11/15/2023
2.0.139 480 11/15/2023
2.0.138 463 11/15/2023
2.0.137 465 11/15/2023
2.0.136 459 11/15/2023
2.0.3 451 11/16/2023
2.0.2 465 11/16/2023
2.0.1 420 11/16/2023
1.0.135 12,274 11/10/2023
1.0.134 486 11/10/2023
1.0.133 5,840 11/9/2023
1.0.132 436 11/9/2023
1.0.131 481 11/9/2023
1.0.130 2,104 11/8/2023
1.0.129 10,558 11/6/2023
1.0.128 462 11/6/2023
1.0.127 489 11/6/2023
1.0.126 491 11/6/2023
1.0.125 3,931 11/3/2023
1.0.124 7,104 11/2/2023
1.0.123 508 11/2/2023
1.0.122 488 11/2/2023
1.0.121 460 11/2/2023
1.0.120 3,786 11/1/2023
1.0.119 19,765 10/18/2023
1.0.118 523 10/18/2023
1.0.117 528 10/18/2023
1.0.116 501 10/18/2023
1.0.115 4,252 10/17/2023
1.0.114 4,978 10/16/2023
1.0.113 517 10/16/2023
1.0.112 506 10/16/2023
1.0.111 538 10/16/2023
1.0.110 7,388 10/13/2023
1.0.109 558 10/13/2023
1.0.108 13,914 9/19/2023
1.0.107 550 9/19/2023
1.0.106 562 9/19/2023
1.0.105 505 9/19/2023
1.0.104 6,641 9/18/2023
1.0.103 547 9/18/2023
1.0.102 16,269 8/30/2023
1.0.101 622 8/30/2023
1.0.100 567 8/30/2023
1.0.99 567 8/30/2023
1.0.98 586 8/30/2023
1.0.97 12,062 8/25/2023
1.0.96 5,508 8/24/2023
1.0.95 576 8/24/2023
1.0.94 10,723 8/18/2023
1.0.93 600 8/18/2023
1.0.92 4,952 8/17/2023
1.0.91 572 8/17/2023
1.0.90 584 8/17/2023
1.0.89 18,478 8/8/2023
1.0.88 617 8/8/2023
1.0.87 5,986 8/7/2023
1.0.86 633 8/7/2023
1.0.85 618 8/7/2023
1.0.84 22,391 7/10/2023
1.0.83 680 7/10/2023
1.0.82 693 7/10/2023
1.0.81 707 7/10/2023
1.0.80 5,066 7/7/2023
1.0.79 653 7/7/2023
1.0.78 16,627 6/29/2023
1.0.77 4,578 6/28/2023
1.0.76 680 6/28/2023
1.0.75 704 6/28/2023
1.0.74 47,894 6/7/2023
1.0.73 6,125 6/7/2023
1.0.72 708 6/7/2023
1.0.71 700 6/7/2023
1.0.70 7,431 6/6/2023
1.0.69 700 6/6/2023
1.0.68 2,855 6/5/2023
1.0.67 672 6/5/2023
1.0.66 7,228 6/2/2023
1.0.65 724 6/2/2023
1.0.64 705 6/2/2023
1.0.63 28,692 5/30/2023
1.0.62 697 5/30/2023
1.0.61 8,329 5/29/2023
1.0.60 707 5/29/2023
1.0.59 6,642 5/26/2023
1.0.58 12,416 5/25/2023
1.0.57 713 5/25/2023
1.0.56 6,387 5/24/2023
1.0.55 726 5/24/2023
1.0.54 722 5/24/2023
1.0.53 704 5/24/2023
1.0.52 805 5/24/2023
1.0.51 4,255 5/23/2023
1.0.50 707 5/23/2023
1.0.49 714 5/23/2023
1.0.46 13,510 5/22/2023
1.0.45 11,029 5/18/2023
1.0.44 6,597 5/17/2023
1.0.43 694 5/17/2023
1.0.42 681 5/17/2023
1.0.41 679 5/17/2023
1.0.40 17,447 4/24/2023
1.0.39 2,413 4/24/2023
1.0.38 755 4/24/2023
1.0.37 4,080 4/21/2023
1.0.36 704 4/21/2023
1.0.35 708 4/21/2023
1.0.34 4,536 4/20/2023
1.0.33 893 4/20/2023
1.0.32 842 4/20/2023
1.0.31 4,177 4/19/2023
1.0.30 1,913 4/18/2023
1.0.29 740 4/18/2023
1.0.28 1,889 4/18/2023
1.0.27 3,368 4/17/2023
1.0.26 814 4/16/2023
1.0.25 760 4/16/2023
1.0.24 3,516 4/14/2023
1.0.23 2,566 4/13/2023
1.0.22 2,461 4/12/2023
1.0.21 741 4/12/2023
1.0.20 741 4/12/2023
1.0.19 1,766 4/11/2023
1.0.18 811 4/11/2023
1.0.17 2,591 4/11/2023
1.0.16 3,001 4/7/2023
1.0.15 3,817 4/3/2023
1.0.14 788 4/3/2023
1.0.13 775 4/3/2023
1.0.12 736 4/3/2023
1.0.11 2,061 4/1/2023
1.0.10 1,169 3/30/2023
1.0.9 909 3/26/2023
1.0.7 3,980 2/27/2023
1.0.6 818 2/26/2023
1.0.5 798 2/22/2023
1.0.4 989 2/22/2023
1.0.3 832 2/22/2023
1.0.2 1,365 2/12/2023
1.0.1 1,026 2/12/2023