Soenneker.Extensions.String 3.0.483

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.483
                    
NuGet\Install-Package Soenneker.Extensions.String -Version 3.0.483
                    
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.483" />
                    
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.483" />
                    
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.483
                    
#r "nuget: Soenneker.Extensions.String, 3.0.483"
                    
#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.483
                    
Install Soenneker.Extensions.String as a Cake Addin
#tool nuget:?package=Soenneker.Extensions.String&version=3.0.483
                    
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 (47)

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

A collection of helpful enumerable string extension methods

Soenneker.Extensions.Type

An extension library for useful Type operations

Soenneker.Documents.Document

The base document type providing a building block for storage objects

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.490 9,517 15 days ago
3.0.489 2,349 15 days ago
3.0.488 144 15 days ago
3.0.487 143 15 days ago
3.0.486 3,048 15 days ago
3.0.485 233 15 days ago
3.0.484 1,104 15 days ago
3.0.483 2,689 15 days ago
3.0.482 28,131 16 days ago
3.0.481 472 16 days ago
3.0.480 56,281 17 days ago
3.0.479 8,529 18 days ago
3.0.478 2,983 18 days ago
3.0.477 3,403 18 days ago
3.0.476 2,677 18 days ago
3.0.475 124 18 days ago
3.0.474 129 18 days ago
3.0.473 8,646 18 days ago
3.0.472 106 18 days ago
3.0.471 123 18 days ago
3.0.470 3,517 18 days ago
3.0.469 98 18 days ago
3.0.468 34,617 19 days ago
3.0.467 84 19 days ago
3.0.466 179 19 days ago
3.0.465 9,234 19 days ago
3.0.464 148,394 a month ago
3.0.463 11,971 a month ago
3.0.462 141 a month ago
3.0.461 8,653 a month ago
3.0.460 152 a month ago
3.0.459 55,384 2 months ago
3.0.458 6,553 2 months ago
3.0.457 88 2 months ago
3.0.456 4,309 2 months ago
3.0.455 88 2 months ago
3.0.454 86 2 months ago
3.0.453 2,204 2 months ago
3.0.452 89 2 months ago
3.0.451 88 2 months ago
3.0.450 86 2 months ago
3.0.449 89 2 months ago
3.0.448 38,543 2 months ago
3.0.447 1,703 2 months ago
3.0.446 36,503 2 months ago
3.0.445 27,716 2 months ago
3.0.444 1,582 2 months ago
3.0.443 96 2 months ago
3.0.442 101 2 months ago
3.0.441 27,416 2 months ago
3.0.440 21,415 2 months ago
3.0.439 4,118 2 months ago
3.0.438 7,131 2 months ago
3.0.437 5,541 2 months ago
3.0.436 3,367 2 months ago
3.0.435 108 2 months ago
3.0.434 2,939 2 months ago
3.0.433 12,509 2 months ago
3.0.432 5,918 2 months ago
3.0.431 298 2 months ago
3.0.430 92 2 months ago
3.0.429 18,081 2 months ago
3.0.428 102 2 months ago
3.0.427 27,538 3 months ago
3.0.426 2,415 3 months ago
3.0.425 96 3 months ago
3.0.424 8,961 3 months ago
3.0.423 3,166 3 months ago
3.0.422 2,401 3 months ago
3.0.421 102 3 months ago
3.0.420 97 3 months ago
3.0.419 2,453 3 months ago
3.0.418 110 3 months ago
3.0.417 95 3 months ago
3.0.416 96 3 months ago
3.0.415 5,292 3 months ago
3.0.414 128 3 months ago
3.0.413 93 3 months ago
3.0.412 64,626 3 months ago
3.0.411 2,929 3 months ago
3.0.410 127 3 months ago
3.0.409 6,355 3 months ago
3.0.408 1,410 3 months ago
3.0.407 95 3 months ago
3.0.406 94 3 months ago
3.0.405 24,484 3 months ago
3.0.404 20,750 3 months ago
3.0.403 19,238 3 months ago
3.0.402 479 3 months ago
3.0.401 6,582 3 months ago
3.0.400 93 3 months ago
3.0.398 7,050 3 months ago
3.0.397 22,236 3 months ago
3.0.396 97 3 months ago
3.0.395 148 3 months ago
3.0.394 19,147 3 months ago
3.0.393 4,546 3 months ago
3.0.392 1,812 3 months ago
3.0.391 106 3 months ago
3.0.390 10,547 3 months ago
3.0.389 92 3 months ago
3.0.388 4,031 3 months ago
3.0.387 109 3 months ago
3.0.386 93 3 months ago
3.0.385 8,802 3 months ago
3.0.384 93 3 months ago
3.0.383 95 3 months ago
3.0.382 92 3 months ago
3.0.381 27,697 3 months ago
3.0.380 296 3 months ago
3.0.379 83 3 months ago
3.0.378 16,045 3 months ago
3.0.377 15,073 3 months ago
3.0.376 17,132 3 months ago
3.0.375 14,310 3 months ago
3.0.374 12,805 3 months ago
3.0.373 5,008 3 months ago
3.0.372 3,733 3 months ago
3.0.371 7,055 3 months ago
3.0.370 5,682 3 months ago
3.0.369 3,051 3 months ago
3.0.368 1,205 3 months ago
3.0.367 682 3 months ago
3.0.366 232 3 months ago
3.0.365 86 3 months ago
3.0.364 3,589 3 months ago
3.0.363 2,168 3 months ago
3.0.362 84 3 months ago
3.0.361 5,213 3 months ago
3.0.360 22,911 3 months ago
3.0.359 15,942 3 months ago
3.0.358 4,554 3 months ago
3.0.357 95 3 months ago
3.0.356 98 3 months ago
3.0.355 3,910 3 months ago
3.0.354 99 3 months ago
3.0.353 130 3 months ago
3.0.352 103 3 months ago
3.0.351 25,616 4 months ago
3.0.350 154 4 months ago
3.0.349 114 4 months ago
3.0.348 6,593 4 months ago
3.0.347 124 4 months ago
3.0.346 119 4 months ago
3.0.345 1,619 4 months ago
3.0.344 17,022 4 months ago
3.0.343 131 4 months ago
3.0.342 133 4 months ago
3.0.341 564 4 months ago
3.0.340 116 4 months ago
3.0.339 119 4 months ago
3.0.338 2,124 4 months ago
3.0.337 136 4 months ago
3.0.336 126 4 months ago
3.0.335 150 4 months ago
3.0.334 8,116 4 months ago
3.0.333 22,040 4 months ago
3.0.332 104 4 months ago
3.0.331 119 4 months ago
3.0.330 9,783 4 months ago
3.0.329 118 4 months ago
3.0.328 114 4 months ago
3.0.327 4,296 4 months ago
3.0.326 40,216 4 months ago
3.0.325 106 4 months ago
3.0.324 106 4 months ago
3.0.323 6,803 4 months ago
3.0.322 112 4 months ago
3.0.321 108 4 months ago
3.0.320 1,610 4 months ago
3.0.319 40,460 4 months ago
3.0.318 478 4 months ago
3.0.317 113 4 months ago
3.0.316 6,705 4 months ago
3.0.315 101 4 months ago
3.0.314 1,039 4 months ago
3.0.313 9,747 4 months ago
3.0.312 109 4 months ago
3.0.311 3,394 4 months ago
3.0.310 5,060 4 months ago
3.0.309 128 4 months ago
3.0.308 7,227 4 months ago
3.0.307 120 4 months ago
3.0.306 619 4 months ago
3.0.305 5,096 4 months ago
3.0.304 102 4 months ago
3.0.303 7,283 4 months ago
3.0.302 3,804 4 months ago
3.0.301 106 4 months ago
3.0.300 14,587 4 months ago
3.0.299 1,476 4 months ago
3.0.298 659 4 months ago
3.0.297 106 4 months ago
3.0.296 244 4 months ago
3.0.295 25,130 4 months ago
3.0.294 3,886 4 months ago
3.0.293 125 4 months ago
3.0.292 366 4 months ago
3.0.291 117 4 months ago
3.0.290 109 4 months ago
3.0.289 116 4 months ago
3.0.288 56,325 5 months ago
3.0.287 24,223 5 months ago
3.0.286 8,572 5 months ago
3.0.285 5,653 5 months ago
3.0.284 3,377 5 months ago
3.0.283 7,041 5 months ago
3.0.282 212 5 months ago
3.0.281 14,208 5 months ago
3.0.280 135 5 months ago
3.0.279 6,795 5 months ago
3.0.278 4,115 5 months ago
3.0.277 115 5 months ago
3.0.276 6,144 5 months ago
3.0.275 14,505 5 months ago
3.0.274 5,891 5 months ago
3.0.273 125 5 months ago
3.0.272 131 5 months ago
3.0.271 40,376 5 months ago
3.0.270 134 5 months ago
3.0.269 5,399 5 months ago
3.0.268 144 5 months ago
3.0.267 120 5 months ago
3.0.266 14,309 5 months ago
3.0.265 3,770 5 months ago
3.0.264 28,182 5 months ago
3.0.263 151 5 months ago
3.0.262 2,997 5 months ago
3.0.261 127 5 months ago
3.0.260 125 5 months ago
3.0.259 1,812 5 months ago
3.0.258 133 5 months ago
2.1.257 50,708 6 months ago
2.1.256 14,299 6 months ago
2.1.255 97 6 months ago
2.1.254 93 6 months ago
2.1.253 48,303 6 months ago
2.1.252 113,246 7 months ago
2.1.251 16,891 7 months ago
2.1.250 30,060 7 months ago
2.1.249 113 7 months ago
2.1.248 103 7 months ago
2.1.247 2,816 7 months ago
2.1.246 100 7 months ago
2.1.245 97 7 months ago
2.1.244 99 7 months ago
2.1.243 54,356 7 months ago
2.1.242 798 7 months ago
2.1.241 3,754 7 months ago
2.1.240 106 7 months ago
2.1.239 1,289 7 months ago
2.1.238 125 7 months ago
2.1.237 7,350 7 months ago
2.1.236 28,331 7 months ago
2.1.235 229 7 months ago
2.1.234 120 7 months ago
2.1.233 214 7 months ago
2.1.232 121 7 months ago
2.1.231 4,196 7 months ago
2.1.230 151 7 months ago
2.1.229 50,028 7 months ago
2.1.228 17,076 7 months ago
2.1.227 23,532 7 months ago
2.1.226 9,684 7 months ago
2.1.225 5,926 7 months ago
2.1.224 8,342 7 months ago
2.1.223 8,976 7 months ago
2.1.222 116 7 months ago
2.1.221 138 7 months ago
2.1.220 36,530 8 months ago
2.1.219 7,198 8 months ago
2.1.218 117 8 months ago
2.1.217 132 8 months ago
2.1.216 1,205 8 months ago
2.1.215 118 8 months ago
2.1.214 3,911 8 months ago
2.1.213 20,851 8 months ago
2.1.212 49,771 8 months ago
2.1.211 5,656 8 months ago
2.1.210 126 8 months ago
2.1.209 127 8 months ago
2.1.208 5,021 8 months ago
2.1.207 129 8 months ago
2.1.206 119 8 months ago
2.1.205 72,962 9 months ago
2.1.204 5,813 9 months ago
2.1.203 92 9 months ago
2.1.202 27,757 9 months ago
2.1.201 125 9 months ago
2.1.200 15,740 9 months ago
2.1.199 4,649 9 months ago
2.1.198 140 9 months ago
2.1.196 4,297 9 months ago
2.1.194 3,363 9 months ago
2.1.193 19,567 9 months ago
2.1.192 5,946 9 months ago
2.1.191 662 9 months ago
2.1.190 116 9 months ago
2.1.189 9,219 9 months ago
2.1.188 2,816 10 months ago
2.1.187 115 10 months ago
2.1.186 137 10 months ago
2.1.185 107 10 months ago
2.1.184 110 10 months ago
2.1.183 5,429 10 months ago
2.1.182 129 10 months ago
2.1.181 111 10 months ago
2.1.180 569 10 months ago
2.1.179 24,885 10 months ago
2.1.178 3,265 10 months ago
2.1.177 22,147 10 months ago
2.1.176 37,424 6/14/2024
2.1.174 43,379 5/27/2024
2.1.173 3,095 5/27/2024
2.1.172 103 5/27/2024
2.1.171 20,274 5/25/2024
2.1.170 7,465 5/25/2024
2.1.169 118 5/25/2024
2.1.168 119 5/25/2024
2.1.167 4,421 5/25/2024
2.1.166 112 5/25/2024
2.1.165 129 5/25/2024
2.1.164 135 5/25/2024
2.1.163 4,108 5/25/2024
2.1.162 112 5/25/2024
2.1.161 18,978 5/22/2024
2.1.160 4,777 5/22/2024
2.1.159 2,407 5/22/2024
2.1.158 121 5/22/2024
2.1.157 121 5/22/2024
2.1.156 128 5/22/2024
2.1.155 9,835 5/22/2024
2.1.154 16,380 5/16/2024
2.1.153 47,245 4/28/2024
2.1.152 107 4/28/2024
2.1.151 7,368 4/28/2024
2.1.150 108 4/28/2024
2.1.149 123 4/28/2024
2.1.148 687 4/28/2024
2.1.147 121 4/28/2024
2.1.146 129 4/28/2024
2.1.145 5,219 4/27/2024
2.1.144 152 4/27/2024
2.1.143 117 4/27/2024
2.1.142 38,067 4/12/2024
2.1.141 150 4/12/2024
2.1.140 4,826 4/12/2024
2.1.139 148 4/12/2024
2.1.138 127 4/12/2024
2.1.137 3,141 4/12/2024
2.1.136 138 4/12/2024
2.1.135 135 4/12/2024
2.1.134 125 4/12/2024
2.1.133 27,024 4/1/2024
2.1.132 18,603 3/25/2024
2.1.131 20,173 3/18/2024
2.1.130 199 3/18/2024
2.1.129 359 3/18/2024
2.1.128 18,896 3/13/2024
2.1.127 185 3/13/2024
2.1.126 184 3/13/2024
2.1.125 1,682 3/13/2024
2.1.124 178 3/13/2024
2.1.123 186 3/13/2024
2.1.122 37,924 3/8/2024
2.1.121 15,902 3/3/2024
2.1.120 13,310 3/2/2024
2.1.119 2,067 3/1/2024
2.1.117 12,096 2/28/2024
2.1.116 22,999 2/25/2024
2.1.115 228 2/25/2024
2.1.114 18,565 2/21/2024
2.1.113 4,718 2/21/2024
2.1.112 2,826 2/21/2024
2.1.111 1,897 2/21/2024
2.1.110 252 2/21/2024
2.1.109 6,004 2/21/2024
2.1.108 245 2/21/2024
2.1.107 260 2/21/2024
2.1.106 14,987 2/20/2024
2.1.105 1,657 2/20/2024
2.1.104 10,033 2/19/2024
2.1.103 10,246 2/16/2024
2.1.102 6,960 2/16/2024
2.1.101 247 2/16/2024
2.1.100 6,599 2/16/2024
2.1.99 40,287 2/9/2024
2.1.98 36,431 2/7/2024
2.1.97 4,590 2/6/2024
2.1.96 2,796 2/6/2024
2.1.95 465 2/6/2024
2.1.94 270 2/6/2024
2.1.93 13,476 2/4/2024
2.1.92 98,813 1/15/2024
2.1.91 5,362 1/15/2024
2.1.90 379 1/15/2024
2.1.89 3,129 1/15/2024
2.1.88 324 1/15/2024
2.1.87 37,466 1/7/2024
2.1.86 7,377 1/5/2024
2.1.85 4,471 1/5/2024
2.1.84 361 1/5/2024
2.1.83 383 1/5/2024
2.1.82 5,076 1/5/2024
2.1.81 12,763 1/1/2024
2.1.80 438 1/1/2024
2.1.79 8,362 12/28/2023
2.1.78 4,265 12/28/2023
2.1.77 4,146 12/27/2023
2.1.76 412 12/27/2023
2.1.75 415 12/27/2023
2.1.74 5,005 12/27/2023
2.1.73 387 12/27/2023
2.1.72 428 12/27/2023
2.1.71 15,712 12/25/2023
2.1.70 880 12/25/2023
2.1.69 426 12/25/2023
2.1.68 427 12/25/2023
2.1.67 4,726 12/25/2023
2.1.66 12,772 12/24/2023
2.1.65 7,718 12/23/2023
2.1.64 2,080 12/23/2023
2.1.63 390 12/23/2023
2.1.62 5,535 12/23/2023
2.1.61 439 12/23/2023
2.1.60 383 12/23/2023
2.1.59 1,834 12/23/2023
2.1.58 391 12/23/2023
2.1.57 13,750 12/19/2023
2.1.56 4,596 12/18/2023
2.1.55 12,880 12/10/2023
2.1.51 6,293 12/10/2023
2.1.50 11,075 12/9/2023
2.1.49 434 12/9/2023
2.1.48 520 12/9/2023
2.1.47 450 12/9/2023
2.1.46 444 12/9/2023
2.1.45 470 12/9/2023
2.1.44 7,480 12/9/2023
2.1.43 11,626 12/6/2023
2.1.42 9,335 12/4/2023
2.1.41 5,963 12/4/2023
2.1.40 493 12/4/2023
2.1.39 899 12/4/2023
2.1.38 529 12/4/2023
2.1.37 15,758 11/23/2023
2.1.36 444 11/23/2023
2.1.35 828 11/23/2023
2.1.34 466 11/23/2023
2.1.33 2,061 11/23/2023
2.1.32 3,221 11/23/2023
2.1.31 9,544 11/20/2023
2.1.30 3,854 11/20/2023
2.1.29 6,819 11/19/2023
2.1.28 1,180 11/19/2023
2.1.27 463 11/19/2023
2.1.26 460 11/19/2023
2.1.25 448 11/19/2023
2.1.24 2,343 11/19/2023
2.1.23 10,051 11/18/2023
2.1.22 490 11/18/2023
2.1.21 3,322 11/18/2023
2.1.20 2,257 11/18/2023
2.1.19 477 11/18/2023
2.1.18 5,827 11/17/2023
2.1.17 1,473 11/17/2023
2.1.16 485 11/17/2023
2.1.15 466 11/17/2023
2.1.14 1,888 11/17/2023
2.1.13 7,996 11/17/2023
2.1.12 2,111 11/17/2023
2.1.11 462 11/17/2023
2.1.10 495 11/17/2023
2.1.9 508 11/17/2023
2.1.8 3,699 11/17/2023
2.1.7 1,672 11/16/2023
2.1.6 421 11/16/2023
2.1.5 916 11/16/2023
2.1.4 457 11/16/2023
2.0.140 5,568 11/15/2023
2.0.139 481 11/15/2023
2.0.138 464 11/15/2023
2.0.137 465 11/15/2023
2.0.136 460 11/15/2023
2.0.3 452 11/16/2023
2.0.2 466 11/16/2023
2.0.1 421 11/16/2023
1.0.135 12,277 11/10/2023
1.0.134 487 11/10/2023
1.0.133 5,841 11/9/2023
1.0.132 437 11/9/2023
1.0.131 482 11/9/2023
1.0.130 2,104 11/8/2023
1.0.129 10,577 11/6/2023
1.0.128 463 11/6/2023
1.0.127 490 11/6/2023
1.0.126 492 11/6/2023
1.0.125 3,931 11/3/2023
1.0.124 7,105 11/2/2023
1.0.123 509 11/2/2023
1.0.122 490 11/2/2023
1.0.121 460 11/2/2023
1.0.120 3,787 11/1/2023
1.0.119 19,772 10/18/2023
1.0.118 524 10/18/2023
1.0.117 528 10/18/2023
1.0.116 503 10/18/2023
1.0.115 4,260 10/17/2023
1.0.114 4,978 10/16/2023
1.0.113 518 10/16/2023
1.0.112 506 10/16/2023
1.0.111 539 10/16/2023
1.0.110 7,389 10/13/2023
1.0.109 559 10/13/2023
1.0.108 13,923 9/19/2023
1.0.107 550 9/19/2023
1.0.106 563 9/19/2023
1.0.105 505 9/19/2023
1.0.104 6,648 9/18/2023
1.0.103 547 9/18/2023
1.0.102 16,276 8/30/2023
1.0.101 623 8/30/2023
1.0.100 568 8/30/2023
1.0.99 567 8/30/2023
1.0.98 587 8/30/2023
1.0.97 12,065 8/25/2023
1.0.96 5,509 8/24/2023
1.0.95 577 8/24/2023
1.0.94 10,737 8/18/2023
1.0.93 601 8/18/2023
1.0.92 4,953 8/17/2023
1.0.91 573 8/17/2023
1.0.90 584 8/17/2023
1.0.89 18,479 8/8/2023
1.0.88 618 8/8/2023
1.0.87 5,994 8/7/2023
1.0.86 634 8/7/2023
1.0.85 619 8/7/2023
1.0.84 22,392 7/10/2023
1.0.83 681 7/10/2023
1.0.82 694 7/10/2023
1.0.81 708 7/10/2023
1.0.80 5,067 7/7/2023
1.0.79 654 7/7/2023
1.0.78 16,629 6/29/2023
1.0.77 4,580 6/28/2023
1.0.76 681 6/28/2023
1.0.75 705 6/28/2023
1.0.74 47,896 6/7/2023
1.0.73 6,126 6/7/2023
1.0.72 709 6/7/2023
1.0.71 702 6/7/2023
1.0.70 7,433 6/6/2023
1.0.69 702 6/6/2023
1.0.68 2,857 6/5/2023
1.0.67 673 6/5/2023
1.0.66 7,230 6/2/2023
1.0.65 726 6/2/2023
1.0.64 707 6/2/2023
1.0.63 28,701 5/30/2023
1.0.62 699 5/30/2023
1.0.61 8,337 5/29/2023
1.0.60 708 5/29/2023
1.0.59 6,644 5/26/2023
1.0.58 12,427 5/25/2023
1.0.57 715 5/25/2023
1.0.56 6,390 5/24/2023
1.0.55 728 5/24/2023
1.0.54 723 5/24/2023
1.0.53 706 5/24/2023
1.0.52 807 5/24/2023
1.0.51 4,257 5/23/2023
1.0.50 708 5/23/2023
1.0.49 716 5/23/2023
1.0.46 13,512 5/22/2023
1.0.45 11,031 5/18/2023
1.0.44 6,599 5/17/2023
1.0.43 697 5/17/2023
1.0.42 683 5/17/2023
1.0.41 680 5/17/2023
1.0.40 17,449 4/24/2023
1.0.39 2,415 4/24/2023
1.0.38 757 4/24/2023
1.0.37 4,082 4/21/2023
1.0.36 706 4/21/2023
1.0.35 710 4/21/2023
1.0.34 4,538 4/20/2023
1.0.33 896 4/20/2023
1.0.32 844 4/20/2023
1.0.31 4,179 4/19/2023
1.0.30 1,915 4/18/2023
1.0.29 743 4/18/2023
1.0.28 1,891 4/18/2023
1.0.27 3,370 4/17/2023
1.0.26 816 4/16/2023
1.0.25 762 4/16/2023
1.0.24 3,518 4/14/2023
1.0.23 2,568 4/13/2023
1.0.22 2,463 4/12/2023
1.0.21 742 4/12/2023
1.0.20 743 4/12/2023
1.0.19 1,768 4/11/2023
1.0.18 813 4/11/2023
1.0.17 2,607 4/11/2023
1.0.16 3,003 4/7/2023
1.0.15 3,825 4/3/2023
1.0.14 790 4/3/2023
1.0.13 777 4/3/2023
1.0.12 738 4/3/2023
1.0.11 2,063 4/1/2023
1.0.10 1,170 3/30/2023
1.0.9 911 3/26/2023
1.0.7 3,999 2/27/2023
1.0.6 820 2/26/2023
1.0.5 799 2/22/2023
1.0.4 992 2/22/2023
1.0.3 834 2/22/2023
1.0.2 1,367 2/12/2023
1.0.1 1,028 2/12/2023