Soenneker.Extensions.String 3.0.500

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.500
                    
NuGet\Install-Package Soenneker.Extensions.String -Version 3.0.500
                    
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.500" />
                    
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.500" />
                    
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.500
                    
#r "nuget: Soenneker.Extensions.String, 3.0.500"
                    
#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.500
                    
Install Soenneker.Extensions.String as a Cake Addin
#tool nuget:?package=Soenneker.Extensions.String&version=3.0.500
                    
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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (52)

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.528 6,338 5/27/2025
3.0.527 1,745 5/27/2025
3.0.526 120 5/27/2025
3.0.525 2,466 5/27/2025
3.0.524 120 5/27/2025
3.0.523 124 5/27/2025
3.0.522 3,345 5/27/2025
3.0.521 16,441 5/25/2025
3.0.520 10,998 5/23/2025
3.0.519 3,771 5/23/2025
3.0.518 128 5/23/2025
3.0.517 113 5/23/2025
3.0.516 2,406 5/22/2025
3.0.515 128 5/22/2025
3.0.514 4,114 5/22/2025
3.0.513 29,216 5/14/2025
3.0.512 17,556 5/8/2025
3.0.511 4,217 5/8/2025
3.0.510 138 5/8/2025
3.0.509 888 5/8/2025
3.0.508 225 5/7/2025
3.0.507 134 5/7/2025
3.0.506 3,608 5/7/2025
3.0.505 20,066 5/5/2025
3.0.504 3,004 5/5/2025
3.0.503 216 5/5/2025
3.0.502 132 5/5/2025
3.0.501 5,081 5/5/2025
3.0.500 1,100 5/5/2025
3.0.499 134 5/5/2025
3.0.498 217 5/5/2025
3.0.497 134 5/5/2025
3.0.496 294 5/5/2025
3.0.495 8,364 5/5/2025
3.0.494 130 5/5/2025
3.0.493 27,284 4/27/2025
3.0.492 88 4/27/2025
3.0.491 5,480 4/26/2025
3.0.490 11,829 4/8/2025
3.0.489 2,369 4/8/2025
3.0.488 154 4/8/2025
3.0.487 152 4/8/2025
3.0.486 3,058 4/8/2025
3.0.485 242 4/8/2025
3.0.484 1,114 4/8/2025
3.0.483 2,698 4/8/2025
3.0.482 28,191 4/8/2025
3.0.481 482 4/8/2025
3.0.480 56,304 4/6/2025
3.0.479 8,537 4/6/2025
3.0.478 2,992 4/6/2025
3.0.477 3,413 4/6/2025
3.0.476 2,687 4/6/2025
3.0.475 132 4/6/2025
3.0.474 137 4/6/2025
3.0.473 8,658 4/6/2025
3.0.472 124 4/6/2025
3.0.471 132 4/6/2025
3.0.470 3,528 4/5/2025
3.0.469 106 4/5/2025
3.0.468 34,647 4/4/2025
3.0.467 92 4/4/2025
3.0.466 187 4/4/2025
3.0.465 9,247 4/4/2025
3.0.464 149,034 3/11/2025
3.0.463 11,987 3/11/2025
3.0.462 161 3/11/2025
3.0.461 8,663 3/11/2025
3.0.460 161 3/11/2025
3.0.459 55,402 3/1/2025
3.0.458 6,559 3/1/2025
3.0.457 94 3/1/2025
3.0.456 4,315 3/1/2025
3.0.455 96 3/1/2025
3.0.454 93 3/1/2025
3.0.453 2,215 3/1/2025
3.0.452 95 3/1/2025
3.0.451 94 3/1/2025
3.0.450 93 3/1/2025
3.0.449 105 3/1/2025
3.0.448 38,555 2/24/2025
3.0.447 1,711 2/24/2025
3.0.446 36,530 2/21/2025
3.0.445 27,729 2/18/2025
3.0.444 1,589 2/18/2025
3.0.443 104 2/18/2025
3.0.442 109 2/18/2025
3.0.441 27,504 2/13/2025
3.0.440 21,428 2/11/2025
3.0.439 4,124 2/11/2025
3.0.438 7,139 2/11/2025
3.0.437 5,551 2/11/2025
3.0.436 3,375 2/10/2025
3.0.435 116 2/10/2025
3.0.434 2,949 2/10/2025
3.0.433 12,517 2/10/2025
3.0.432 5,928 2/10/2025
3.0.431 306 2/10/2025
3.0.430 99 2/10/2025
3.0.429 18,088 2/10/2025
3.0.428 110 2/10/2025
3.0.427 27,545 2/8/2025
3.0.426 2,423 2/7/2025
3.0.425 102 2/7/2025
3.0.424 8,969 2/7/2025
3.0.423 3,174 2/7/2025
3.0.422 2,409 2/7/2025
3.0.421 108 2/7/2025
3.0.420 104 2/7/2025
3.0.419 2,460 2/7/2025
3.0.418 117 2/7/2025
3.0.417 101 2/7/2025
3.0.416 102 2/7/2025
3.0.415 5,300 2/7/2025
3.0.414 136 2/7/2025
3.0.413 99 2/7/2025
3.0.412 64,650 1/27/2025
3.0.411 2,935 1/27/2025
3.0.410 141 1/27/2025
3.0.409 6,362 1/27/2025
3.0.408 1,415 1/27/2025
3.0.407 107 1/27/2025
3.0.406 99 1/27/2025
3.0.405 24,497 1/25/2025
3.0.404 20,757 1/24/2025
3.0.403 19,256 1/24/2025
3.0.402 485 1/24/2025
3.0.401 6,591 1/23/2025
3.0.400 98 1/23/2025
3.0.398 7,060 1/23/2025
3.0.397 22,252 1/21/2025
3.0.396 103 1/21/2025
3.0.395 154 1/21/2025
3.0.394 19,152 1/20/2025
3.0.393 4,551 1/20/2025
3.0.392 1,817 1/20/2025
3.0.391 112 1/20/2025
3.0.390 10,553 1/20/2025
3.0.389 98 1/20/2025
3.0.388 4,038 1/20/2025
3.0.387 116 1/20/2025
3.0.386 99 1/20/2025
3.0.385 8,818 1/20/2025
3.0.384 98 1/20/2025
3.0.383 101 1/20/2025
3.0.382 97 1/20/2025
3.0.381 27,717 1/19/2025
3.0.380 310 1/19/2025
3.0.379 88 1/19/2025
3.0.378 16,057 1/18/2025
3.0.377 15,092 1/16/2025
3.0.376 17,154 1/16/2025
3.0.375 14,320 1/16/2025
3.0.374 12,820 1/15/2025
3.0.373 5,015 1/15/2025
3.0.372 3,744 1/15/2025
3.0.371 7,070 1/15/2025
3.0.370 5,689 1/15/2025
3.0.369 3,057 1/14/2025
3.0.368 1,212 1/14/2025
3.0.367 689 1/14/2025
3.0.366 237 1/14/2025
3.0.365 91 1/14/2025
3.0.364 3,595 1/14/2025
3.0.363 2,173 1/14/2025
3.0.362 90 1/14/2025
3.0.361 5,226 1/14/2025
3.0.360 22,927 1/12/2025
3.0.359 15,955 1/10/2025
3.0.358 4,559 1/10/2025
3.0.357 101 1/10/2025
3.0.356 104 1/10/2025
3.0.355 3,927 1/10/2025
3.0.354 105 1/10/2025
3.0.353 135 1/10/2025
3.0.352 109 1/10/2025
3.0.351 25,638 1/2/2025
3.0.350 160 1/2/2025
3.0.349 120 1/2/2025
3.0.348 6,601 1/2/2025
3.0.347 130 1/2/2025
3.0.346 126 1/2/2025
3.0.345 1,635 1/2/2025
3.0.344 17,031 1/1/2025
3.0.343 137 1/1/2025
3.0.342 140 1/1/2025
3.0.341 570 12/31/2024
3.0.340 122 12/31/2024
3.0.339 125 12/31/2024
3.0.338 2,132 12/31/2024
3.0.337 143 12/31/2024
3.0.336 132 12/31/2024
3.0.335 157 12/31/2024
3.0.334 8,127 12/31/2024
3.0.333 22,054 12/31/2024
3.0.332 110 12/31/2024
3.0.331 131 12/31/2024
3.0.330 9,791 12/31/2024
3.0.329 124 12/31/2024
3.0.328 121 12/31/2024
3.0.327 4,304 12/31/2024
3.0.326 40,234 12/24/2024
3.0.325 111 12/24/2024
3.0.324 112 12/24/2024
3.0.323 6,809 12/24/2024
3.0.322 117 12/24/2024
3.0.321 113 12/24/2024
3.0.320 1,616 12/24/2024
3.0.319 40,491 12/22/2024
3.0.318 483 12/22/2024
3.0.317 120 12/22/2024
3.0.316 6,719 12/21/2024
3.0.315 107 12/21/2024
3.0.314 1,046 12/21/2024
3.0.313 9,769 12/21/2024
3.0.312 114 12/21/2024
3.0.311 3,399 12/21/2024
3.0.310 5,071 12/21/2024
3.0.309 134 12/21/2024
3.0.308 7,239 12/21/2024
3.0.307 127 12/21/2024
3.0.306 625 12/21/2024
3.0.305 5,107 12/21/2024
3.0.304 109 12/21/2024
3.0.303 7,295 12/20/2024
3.0.302 3,811 12/20/2024
3.0.301 111 12/20/2024
3.0.300 14,605 12/19/2024
3.0.299 1,482 12/19/2024
3.0.298 667 12/18/2024
3.0.297 111 12/18/2024
3.0.296 249 12/18/2024
3.0.295 25,145 12/17/2024
3.0.294 3,891 12/17/2024
3.0.293 132 12/17/2024
3.0.292 380 12/16/2024
3.0.291 122 12/16/2024
3.0.290 117 12/16/2024
3.0.289 123 12/16/2024
3.0.288 56,350 12/5/2024
3.0.287 24,243 12/4/2024
3.0.286 8,581 12/4/2024
3.0.285 5,660 12/4/2024
3.0.284 3,388 12/4/2024
3.0.283 7,051 12/4/2024
3.0.282 219 12/4/2024
3.0.281 14,232 12/3/2024
3.0.280 140 12/3/2024
3.0.279 6,802 12/3/2024
3.0.278 4,121 12/2/2024
3.0.277 122 12/2/2024
3.0.276 6,149 12/2/2024
3.0.275 14,515 12/1/2024
3.0.274 5,896 12/1/2024
3.0.273 130 12/1/2024
3.0.272 138 12/1/2024
3.0.271 40,623 11/19/2024
3.0.270 140 11/19/2024
3.0.269 5,414 11/19/2024
3.0.268 152 11/19/2024
3.0.267 127 11/19/2024
3.0.266 14,324 11/19/2024
3.0.265 3,776 11/19/2024
3.0.264 28,207 11/14/2024
3.0.263 156 11/14/2024
3.0.262 3,003 11/14/2024
3.0.261 134 11/14/2024
3.0.260 131 11/14/2024
3.0.259 1,821 11/13/2024
3.0.258 147 11/13/2024
2.1.257 51,151 11/8/2024
2.1.256 14,323 11/8/2024
2.1.255 103 11/8/2024
2.1.254 99 11/8/2024
2.1.253 48,331 10/28/2024
2.1.252 113,791 10/1/2024
2.1.251 16,907 9/30/2024
2.1.250 30,135 9/27/2024
2.1.249 119 9/27/2024
2.1.248 108 9/27/2024
2.1.247 2,824 9/27/2024
2.1.246 106 9/27/2024
2.1.245 103 9/27/2024
2.1.244 106 9/27/2024
2.1.243 54,528 9/23/2024
2.1.242 803 9/23/2024
2.1.241 3,760 9/23/2024
2.1.240 111 9/23/2024
2.1.239 1,294 9/23/2024
2.1.238 130 9/23/2024
2.1.237 7,373 9/22/2024
2.1.236 28,371 9/17/2024
2.1.235 243 9/17/2024
2.1.234 125 9/17/2024
2.1.233 219 9/17/2024
2.1.232 135 9/17/2024
2.1.231 4,204 9/17/2024
2.1.230 156 9/17/2024
2.1.229 50,101 9/11/2024
2.1.228 17,086 9/11/2024
2.1.227 23,563 9/9/2024
2.1.226 9,692 9/9/2024
2.1.225 5,933 9/9/2024
2.1.224 8,351 9/9/2024
2.1.223 8,983 9/9/2024
2.1.222 122 9/9/2024
2.1.221 145 9/9/2024
2.1.220 36,573 9/5/2024
2.1.219 7,218 9/5/2024
2.1.218 124 9/5/2024
2.1.217 139 9/5/2024
2.1.216 1,218 9/5/2024
2.1.215 144 9/5/2024
2.1.214 3,921 9/5/2024
2.1.213 20,877 9/4/2024
2.1.212 49,804 8/20/2024
2.1.211 5,675 8/20/2024
2.1.210 134 8/20/2024
2.1.209 133 8/20/2024
2.1.208 5,028 8/20/2024
2.1.207 136 8/20/2024
2.1.206 127 8/20/2024
2.1.205 73,030 7/24/2024
2.1.204 5,823 7/24/2024
2.1.203 99 7/24/2024
2.1.202 27,986 7/13/2024
2.1.201 133 7/13/2024
2.1.200 15,766 7/10/2024
2.1.199 4,655 7/10/2024
2.1.198 159 7/10/2024
2.1.196 4,306 7/9/2024
2.1.194 3,370 7/9/2024
2.1.193 19,588 7/9/2024
2.1.192 5,965 7/9/2024
2.1.191 669 7/9/2024
2.1.190 122 7/9/2024
2.1.189 9,229 7/9/2024
2.1.188 2,828 7/8/2024
2.1.187 123 7/8/2024
2.1.186 143 7/8/2024
2.1.185 113 7/8/2024
2.1.184 116 7/8/2024
2.1.183 5,438 7/8/2024
2.1.182 135 7/8/2024
2.1.181 118 7/8/2024
2.1.180 575 7/8/2024
2.1.179 24,915 7/7/2024
2.1.178 3,274 7/7/2024
2.1.177 22,172 7/3/2024
2.1.176 37,498 6/14/2024
2.1.174 43,416 5/27/2024
2.1.173 3,109 5/27/2024
2.1.172 111 5/27/2024
2.1.171 20,325 5/25/2024
2.1.170 7,493 5/25/2024
2.1.169 125 5/25/2024
2.1.168 126 5/25/2024
2.1.167 4,429 5/25/2024
2.1.166 129 5/25/2024
2.1.165 154 5/25/2024
2.1.164 144 5/25/2024
2.1.163 4,116 5/25/2024
2.1.162 119 5/25/2024
2.1.161 18,993 5/22/2024
2.1.160 4,788 5/22/2024
2.1.159 2,419 5/22/2024
2.1.158 128 5/22/2024
2.1.157 128 5/22/2024
2.1.156 135 5/22/2024
2.1.155 9,851 5/22/2024
2.1.154 16,403 5/16/2024
2.1.153 47,282 4/28/2024
2.1.152 114 4/28/2024
2.1.151 7,396 4/28/2024
2.1.150 114 4/28/2024
2.1.149 129 4/28/2024
2.1.148 695 4/28/2024
2.1.147 127 4/28/2024
2.1.146 136 4/28/2024
2.1.145 5,228 4/27/2024
2.1.144 158 4/27/2024
2.1.143 123 4/27/2024
2.1.142 38,090 4/12/2024
2.1.141 158 4/12/2024
2.1.140 4,833 4/12/2024
2.1.139 156 4/12/2024
2.1.138 135 4/12/2024
2.1.137 3,151 4/12/2024
2.1.136 145 4/12/2024
2.1.135 143 4/12/2024
2.1.134 133 4/12/2024
2.1.133 27,360 4/1/2024
2.1.132 18,623 3/25/2024
2.1.131 20,210 3/18/2024
2.1.130 216 3/18/2024
2.1.129 368 3/18/2024
2.1.128 18,930 3/13/2024
2.1.127 194 3/13/2024
2.1.126 192 3/13/2024
2.1.125 1,700 3/13/2024
2.1.124 188 3/13/2024
2.1.123 195 3/13/2024
2.1.122 37,977 3/8/2024
2.1.121 15,936 3/3/2024
2.1.120 13,352 3/2/2024
2.1.119 2,084 3/1/2024
2.1.117 12,136 2/28/2024
2.1.116 23,070 2/25/2024
2.1.115 235 2/25/2024
2.1.114 18,580 2/21/2024
2.1.113 4,732 2/21/2024
2.1.112 2,837 2/21/2024
2.1.111 1,904 2/21/2024
2.1.110 260 2/21/2024
2.1.109 6,017 2/21/2024
2.1.108 253 2/21/2024
2.1.107 268 2/21/2024
2.1.106 15,003 2/20/2024
2.1.105 1,665 2/20/2024
2.1.104 10,048 2/19/2024
2.1.103 10,259 2/16/2024
2.1.102 6,985 2/16/2024
2.1.101 254 2/16/2024
2.1.100 6,616 2/16/2024
2.1.99 40,356 2/9/2024
2.1.98 36,458 2/7/2024
2.1.97 4,610 2/6/2024
2.1.96 2,807 2/6/2024
2.1.95 472 2/6/2024
2.1.94 277 2/6/2024
2.1.93 13,499 2/4/2024
2.1.92 98,871 1/15/2024
2.1.91 5,372 1/15/2024
2.1.90 387 1/15/2024
2.1.89 3,136 1/15/2024
2.1.88 331 1/15/2024
2.1.87 37,507 1/7/2024
2.1.86 7,384 1/5/2024
2.1.85 4,479 1/5/2024
2.1.84 368 1/5/2024
2.1.83 392 1/5/2024
2.1.82 5,087 1/5/2024
2.1.81 12,782 1/1/2024
2.1.80 446 1/1/2024
2.1.79 8,379 12/28/2023
2.1.78 4,273 12/28/2023
2.1.77 4,157 12/27/2023
2.1.76 419 12/27/2023
2.1.75 423 12/27/2023
2.1.74 5,020 12/27/2023
2.1.73 395 12/27/2023
2.1.72 436 12/27/2023
2.1.71 15,741 12/25/2023
2.1.70 887 12/25/2023
2.1.69 434 12/25/2023
2.1.68 434 12/25/2023
2.1.67 4,737 12/25/2023
2.1.66 12,785 12/24/2023
2.1.65 7,728 12/23/2023
2.1.64 2,089 12/23/2023
2.1.63 397 12/23/2023
2.1.62 5,543 12/23/2023
2.1.61 446 12/23/2023
2.1.60 391 12/23/2023
2.1.59 1,841 12/23/2023
2.1.58 399 12/23/2023
2.1.57 13,767 12/19/2023
2.1.56 4,612 12/18/2023
2.1.55 12,899 12/10/2023
2.1.51 6,312 12/10/2023
2.1.50 11,089 12/9/2023
2.1.49 442 12/9/2023
2.1.48 527 12/9/2023
2.1.47 458 12/9/2023
2.1.46 459 12/9/2023
2.1.45 477 12/9/2023
2.1.44 7,487 12/9/2023
2.1.43 11,639 12/6/2023
2.1.42 9,347 12/4/2023
2.1.41 5,967 12/4/2023
2.1.40 498 12/4/2023
2.1.39 902 12/4/2023
2.1.38 533 12/4/2023
2.1.37 15,761 11/23/2023
2.1.36 447 11/23/2023
2.1.35 834 11/23/2023
2.1.34 469 11/23/2023
2.1.33 2,065 11/23/2023
2.1.32 3,224 11/23/2023
2.1.31 9,551 11/20/2023
2.1.30 3,866 11/20/2023
2.1.29 6,831 11/19/2023
2.1.28 1,183 11/19/2023
2.1.27 466 11/19/2023
2.1.26 464 11/19/2023
2.1.25 451 11/19/2023
2.1.24 2,352 11/19/2023
2.1.23 10,060 11/18/2023
2.1.22 493 11/18/2023
2.1.21 3,326 11/18/2023
2.1.20 2,260 11/18/2023
2.1.19 481 11/18/2023
2.1.18 5,830 11/17/2023
2.1.17 1,477 11/17/2023
2.1.16 488 11/17/2023
2.1.15 470 11/17/2023
2.1.14 1,892 11/17/2023
2.1.13 8,004 11/17/2023
2.1.12 2,114 11/17/2023
2.1.11 466 11/17/2023
2.1.10 499 11/17/2023
2.1.9 512 11/17/2023
2.1.8 3,702 11/17/2023
2.1.7 1,675 11/16/2023
2.1.6 424 11/16/2023
2.1.5 920 11/16/2023
2.1.4 460 11/16/2023
2.0.140 5,579 11/15/2023
2.0.139 484 11/15/2023
2.0.138 467 11/15/2023
2.0.137 469 11/15/2023
2.0.136 463 11/15/2023
2.0.3 455 11/16/2023
2.0.2 470 11/16/2023
2.0.1 424 11/16/2023
1.0.135 12,288 11/10/2023
1.0.134 490 11/10/2023
1.0.133 5,851 11/9/2023
1.0.132 440 11/9/2023
1.0.131 485 11/9/2023
1.0.130 2,109 11/8/2023
1.0.129 10,591 11/6/2023
1.0.128 466 11/6/2023
1.0.127 494 11/6/2023
1.0.126 496 11/6/2023
1.0.125 3,936 11/3/2023
1.0.124 7,108 11/2/2023
1.0.123 512 11/2/2023
1.0.122 494 11/2/2023
1.0.121 465 11/2/2023
1.0.120 3,790 11/1/2023
1.0.119 19,798 10/18/2023
1.0.118 527 10/18/2023
1.0.117 532 10/18/2023
1.0.116 506 10/18/2023
1.0.115 4,263 10/17/2023
1.0.114 4,983 10/16/2023
1.0.113 522 10/16/2023
1.0.112 510 10/16/2023
1.0.111 542 10/16/2023
1.0.110 7,401 10/13/2023
1.0.109 562 10/13/2023
1.0.108 13,929 9/19/2023
1.0.107 554 9/19/2023
1.0.106 567 9/19/2023
1.0.105 509 9/19/2023
1.0.104 6,652 9/18/2023
1.0.103 558 9/18/2023
1.0.102 16,287 8/30/2023
1.0.101 629 8/30/2023
1.0.100 575 8/30/2023
1.0.99 574 8/30/2023
1.0.98 593 8/30/2023
1.0.97 12,099 8/25/2023
1.0.96 5,528 8/24/2023
1.0.95 583 8/24/2023
1.0.94 10,757 8/18/2023
1.0.93 608 8/18/2023
1.0.92 4,960 8/17/2023
1.0.91 580 8/17/2023
1.0.90 593 8/17/2023
1.0.89 18,487 8/8/2023
1.0.88 635 8/8/2023
1.0.87 6,001 8/7/2023
1.0.86 641 8/7/2023
1.0.85 626 8/7/2023
1.0.84 22,412 7/10/2023
1.0.83 689 7/10/2023
1.0.82 702 7/10/2023
1.0.81 716 7/10/2023
1.0.80 5,075 7/7/2023
1.0.79 663 7/7/2023
1.0.78 16,654 6/29/2023
1.0.77 4,597 6/28/2023
1.0.76 690 6/28/2023
1.0.75 713 6/28/2023
1.0.74 48,037 6/7/2023
1.0.73 6,137 6/7/2023
1.0.72 728 6/7/2023
1.0.71 720 6/7/2023
1.0.70 7,467 6/6/2023
1.0.69 711 6/6/2023
1.0.68 2,866 6/5/2023
1.0.67 692 6/5/2023
1.0.66 7,294 6/2/2023
1.0.65 735 6/2/2023
1.0.64 716 6/2/2023
1.0.63 28,826 5/30/2023
1.0.62 708 5/30/2023
1.0.61 8,356 5/29/2023
1.0.60 718 5/29/2023
1.0.59 6,654 5/26/2023
1.0.58 12,435 5/25/2023
1.0.57 723 5/25/2023
1.0.56 6,399 5/24/2023
1.0.55 738 5/24/2023
1.0.54 734 5/24/2023
1.0.53 715 5/24/2023
1.0.52 816 5/24/2023
1.0.51 4,267 5/23/2023
1.0.50 718 5/23/2023
1.0.49 726 5/23/2023
1.0.46 13,525 5/22/2023
1.0.45 11,040 5/18/2023
1.0.44 6,609 5/17/2023
1.0.43 706 5/17/2023
1.0.42 692 5/17/2023
1.0.41 691 5/17/2023
1.0.40 17,458 4/24/2023
1.0.39 2,425 4/24/2023
1.0.38 765 4/24/2023
1.0.37 4,091 4/21/2023
1.0.36 716 4/21/2023
1.0.35 728 4/21/2023
1.0.34 4,547 4/20/2023
1.0.33 905 4/20/2023
1.0.32 853 4/20/2023
1.0.31 4,193 4/19/2023
1.0.30 1,924 4/18/2023
1.0.29 753 4/18/2023
1.0.28 1,900 4/18/2023
1.0.27 3,380 4/17/2023
1.0.26 825 4/16/2023
1.0.25 771 4/16/2023
1.0.24 3,527 4/14/2023
1.0.23 2,577 4/13/2023
1.0.22 2,473 4/12/2023
1.0.21 752 4/12/2023
1.0.20 752 4/12/2023
1.0.19 1,778 4/11/2023
1.0.18 823 4/11/2023
1.0.17 2,622 4/11/2023
1.0.16 3,012 4/7/2023
1.0.15 3,845 4/3/2023
1.0.14 799 4/3/2023
1.0.13 790 4/3/2023
1.0.12 748 4/3/2023
1.0.11 2,072 4/1/2023
1.0.10 1,180 3/30/2023
1.0.9 920 3/26/2023
1.0.7 4,009 2/27/2023
1.0.6 829 2/26/2023
1.0.5 810 2/22/2023
1.0.4 1,001 2/22/2023
1.0.3 843 2/22/2023
1.0.2 1,387 2/12/2023
1.0.1 1,037 2/12/2023