Soenneker.Extensions.String 3.0.535

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

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.Runtime

A collection of helpful runtime-based operations

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.538 16,406 6/28/2025
3.0.537 4,263 6/27/2025
3.0.536 51 6/27/2025
3.0.535 6,188 6/27/2025
3.0.534 69 6/27/2025
3.0.533 292 6/27/2025
3.0.532 20,135 6/24/2025
3.0.531 16,167 6/11/2025
3.0.530 10,884 6/10/2025
3.0.529 20,381 6/2/2025
3.0.528 11,670 5/27/2025
3.0.527 2,168 5/27/2025
3.0.526 136 5/27/2025
3.0.525 3,083 5/27/2025
3.0.524 138 5/27/2025
3.0.523 145 5/27/2025
3.0.522 3,953 5/27/2025
3.0.521 18,578 5/25/2025
3.0.520 11,020 5/23/2025
3.0.519 3,788 5/23/2025
3.0.518 141 5/23/2025
3.0.517 130 5/23/2025
3.0.516 2,420 5/22/2025
3.0.515 143 5/22/2025
3.0.514 4,140 5/22/2025
3.0.513 29,331 5/14/2025
3.0.512 17,669 5/8/2025
3.0.511 4,232 5/8/2025
3.0.510 157 5/8/2025
3.0.509 902 5/8/2025
3.0.508 241 5/7/2025
3.0.507 151 5/7/2025
3.0.506 3,621 5/7/2025
3.0.505 20,311 5/5/2025
3.0.504 3,020 5/5/2025
3.0.503 230 5/5/2025
3.0.502 144 5/5/2025
3.0.501 5,091 5/5/2025
3.0.500 1,114 5/5/2025
3.0.499 159 5/5/2025
3.0.498 229 5/5/2025
3.0.497 145 5/5/2025
3.0.496 311 5/5/2025
3.0.495 8,383 5/5/2025
3.0.494 145 5/5/2025
3.0.493 27,300 4/27/2025
3.0.492 104 4/27/2025
3.0.491 5,493 4/26/2025
3.0.490 11,902 4/8/2025
3.0.489 2,379 4/8/2025
3.0.488 165 4/8/2025
3.0.487 169 4/8/2025
3.0.486 3,070 4/8/2025
3.0.485 252 4/8/2025
3.0.484 1,126 4/8/2025
3.0.483 2,711 4/8/2025
3.0.482 28,208 4/8/2025
3.0.481 492 4/8/2025
3.0.480 56,335 4/6/2025
3.0.479 8,553 4/6/2025
3.0.478 3,003 4/6/2025
3.0.477 3,437 4/6/2025
3.0.476 2,698 4/6/2025
3.0.475 146 4/6/2025
3.0.474 151 4/6/2025
3.0.473 8,674 4/6/2025
3.0.472 134 4/6/2025
3.0.471 144 4/6/2025
3.0.470 3,544 4/5/2025
3.0.469 118 4/5/2025
3.0.468 34,668 4/4/2025
3.0.467 105 4/4/2025
3.0.466 198 4/4/2025
3.0.465 9,262 4/4/2025
3.0.464 149,116 3/11/2025
3.0.463 11,999 3/11/2025
3.0.462 170 3/11/2025
3.0.461 8,676 3/11/2025
3.0.460 176 3/11/2025
3.0.459 55,438 3/1/2025
3.0.458 6,571 3/1/2025
3.0.457 105 3/1/2025
3.0.456 4,328 3/1/2025
3.0.455 107 3/1/2025
3.0.454 105 3/1/2025
3.0.453 2,226 3/1/2025
3.0.452 111 3/1/2025
3.0.451 110 3/1/2025
3.0.450 111 3/1/2025
3.0.449 114 3/1/2025
3.0.448 38,571 2/24/2025
3.0.447 1,728 2/24/2025
3.0.446 36,543 2/21/2025
3.0.445 27,757 2/18/2025
3.0.444 1,611 2/18/2025
3.0.443 115 2/18/2025
3.0.442 119 2/18/2025
3.0.441 27,830 2/13/2025
3.0.440 21,464 2/11/2025
3.0.439 4,135 2/11/2025
3.0.438 7,160 2/11/2025
3.0.437 5,560 2/11/2025
3.0.436 3,391 2/10/2025
3.0.435 132 2/10/2025
3.0.434 2,961 2/10/2025
3.0.433 12,529 2/10/2025
3.0.432 5,937 2/10/2025
3.0.431 313 2/10/2025
3.0.430 110 2/10/2025
3.0.429 18,102 2/10/2025
3.0.428 128 2/10/2025
3.0.427 27,564 2/8/2025
3.0.426 2,435 2/7/2025
3.0.425 115 2/7/2025
3.0.424 8,986 2/7/2025
3.0.423 3,185 2/7/2025
3.0.422 2,418 2/7/2025
3.0.421 118 2/7/2025
3.0.420 118 2/7/2025
3.0.419 2,475 2/7/2025
3.0.418 135 2/7/2025
3.0.417 114 2/7/2025
3.0.416 119 2/7/2025
3.0.415 5,314 2/7/2025
3.0.414 144 2/7/2025
3.0.413 118 2/7/2025
3.0.412 64,688 1/27/2025
3.0.411 2,946 1/27/2025
3.0.410 158 1/27/2025
3.0.409 6,377 1/27/2025
3.0.408 1,428 1/27/2025
3.0.407 119 1/27/2025
3.0.406 109 1/27/2025
3.0.405 24,514 1/25/2025
3.0.404 20,781 1/24/2025
3.0.403 19,280 1/24/2025
3.0.402 498 1/24/2025
3.0.401 6,606 1/23/2025
3.0.400 109 1/23/2025
3.0.398 7,073 1/23/2025
3.0.397 22,276 1/21/2025
3.0.396 123 1/21/2025
3.0.395 171 1/21/2025
3.0.394 19,184 1/20/2025
3.0.393 4,569 1/20/2025
3.0.392 1,829 1/20/2025
3.0.391 126 1/20/2025
3.0.390 10,565 1/20/2025
3.0.389 109 1/20/2025
3.0.388 4,061 1/20/2025
3.0.387 128 1/20/2025
3.0.386 112 1/20/2025
3.0.385 8,832 1/20/2025
3.0.384 110 1/20/2025
3.0.383 115 1/20/2025
3.0.382 107 1/20/2025
3.0.381 27,739 1/19/2025
3.0.380 323 1/19/2025
3.0.379 99 1/19/2025
3.0.378 16,072 1/18/2025
3.0.377 15,119 1/16/2025
3.0.376 17,176 1/16/2025
3.0.375 14,348 1/16/2025
3.0.374 12,840 1/15/2025
3.0.373 5,030 1/15/2025
3.0.372 3,757 1/15/2025
3.0.371 7,084 1/15/2025
3.0.370 5,699 1/15/2025
3.0.369 3,075 1/14/2025
3.0.368 1,224 1/14/2025
3.0.367 697 1/14/2025
3.0.366 248 1/14/2025
3.0.365 104 1/14/2025
3.0.364 3,607 1/14/2025
3.0.363 2,187 1/14/2025
3.0.362 103 1/14/2025
3.0.361 5,240 1/14/2025
3.0.360 22,947 1/12/2025
3.0.359 15,979 1/10/2025
3.0.358 4,576 1/10/2025
3.0.357 112 1/10/2025
3.0.356 115 1/10/2025
3.0.355 3,940 1/10/2025
3.0.354 122 1/10/2025
3.0.353 148 1/10/2025
3.0.352 120 1/10/2025
3.0.351 25,657 1/2/2025
3.0.350 173 1/2/2025
3.0.349 132 1/2/2025
3.0.348 6,612 1/2/2025
3.0.347 141 1/2/2025
3.0.346 140 1/2/2025
3.0.345 1,648 1/2/2025
3.0.344 17,062 1/1/2025
3.0.343 152 1/1/2025
3.0.342 155 1/1/2025
3.0.341 581 12/31/2024
3.0.340 134 12/31/2024
3.0.339 139 12/31/2024
3.0.338 2,144 12/31/2024
3.0.337 159 12/31/2024
3.0.336 140 12/31/2024
3.0.335 170 12/31/2024
3.0.334 8,152 12/31/2024
3.0.333 22,084 12/31/2024
3.0.332 124 12/31/2024
3.0.331 148 12/31/2024
3.0.330 9,806 12/31/2024
3.0.329 142 12/31/2024
3.0.328 131 12/31/2024
3.0.327 4,314 12/31/2024
3.0.326 40,266 12/24/2024
3.0.325 119 12/24/2024
3.0.324 124 12/24/2024
3.0.323 6,821 12/24/2024
3.0.322 140 12/24/2024
3.0.321 126 12/24/2024
3.0.320 1,632 12/24/2024
3.0.319 40,523 12/22/2024
3.0.318 494 12/22/2024
3.0.317 135 12/22/2024
3.0.316 6,733 12/21/2024
3.0.315 115 12/21/2024
3.0.314 1,057 12/21/2024
3.0.313 9,788 12/21/2024
3.0.312 124 12/21/2024
3.0.311 3,410 12/21/2024
3.0.310 5,080 12/21/2024
3.0.309 146 12/21/2024
3.0.308 7,249 12/21/2024
3.0.307 135 12/21/2024
3.0.306 638 12/21/2024
3.0.305 5,125 12/21/2024
3.0.304 121 12/21/2024
3.0.303 7,312 12/20/2024
3.0.302 3,830 12/20/2024
3.0.301 120 12/20/2024
3.0.300 14,624 12/19/2024
3.0.299 1,493 12/19/2024
3.0.298 681 12/18/2024
3.0.297 126 12/18/2024
3.0.296 259 12/18/2024
3.0.295 25,165 12/17/2024
3.0.294 3,902 12/17/2024
3.0.293 156 12/17/2024
3.0.292 390 12/16/2024
3.0.291 136 12/16/2024
3.0.290 128 12/16/2024
3.0.289 132 12/16/2024
3.0.288 56,400 12/5/2024
3.0.287 24,287 12/4/2024
3.0.286 8,593 12/4/2024
3.0.285 5,681 12/4/2024
3.0.284 3,399 12/4/2024
3.0.283 7,066 12/4/2024
3.0.282 226 12/4/2024
3.0.281 14,253 12/3/2024
3.0.280 153 12/3/2024
3.0.279 6,811 12/3/2024
3.0.278 4,129 12/2/2024
3.0.277 135 12/2/2024
3.0.276 6,160 12/2/2024
3.0.275 14,535 12/1/2024
3.0.274 5,915 12/1/2024
3.0.273 147 12/1/2024
3.0.272 153 12/1/2024
3.0.271 40,743 11/19/2024
3.0.270 151 11/19/2024
3.0.269 5,427 11/19/2024
3.0.268 163 11/19/2024
3.0.267 136 11/19/2024
3.0.266 14,345 11/19/2024
3.0.265 3,785 11/19/2024
3.0.264 28,242 11/14/2024
3.0.263 163 11/14/2024
3.0.262 3,015 11/14/2024
3.0.261 144 11/14/2024
3.0.260 140 11/14/2024
3.0.259 1,835 11/13/2024
3.0.258 156 11/13/2024
2.1.257 51,603 11/8/2024
2.1.256 14,336 11/8/2024
2.1.255 116 11/8/2024
2.1.254 111 11/8/2024
2.1.253 48,357 10/28/2024
2.1.252 114,087 10/1/2024
2.1.251 16,932 9/30/2024
2.1.250 30,172 9/27/2024
2.1.249 132 9/27/2024
2.1.248 124 9/27/2024
2.1.247 2,843 9/27/2024
2.1.246 117 9/27/2024
2.1.245 116 9/27/2024
2.1.244 116 9/27/2024
2.1.243 54,682 9/23/2024
2.1.242 818 9/23/2024
2.1.241 3,773 9/23/2024
2.1.240 127 9/23/2024
2.1.239 1,317 9/23/2024
2.1.238 149 9/23/2024
2.1.237 7,389 9/22/2024
2.1.236 28,402 9/17/2024
2.1.235 263 9/17/2024
2.1.234 138 9/17/2024
2.1.233 230 9/17/2024
2.1.232 150 9/17/2024
2.1.231 4,219 9/17/2024
2.1.230 169 9/17/2024
2.1.229 50,152 9/11/2024
2.1.228 17,105 9/11/2024
2.1.227 23,599 9/9/2024
2.1.226 9,714 9/9/2024
2.1.225 5,944 9/9/2024
2.1.224 8,364 9/9/2024
2.1.223 8,997 9/9/2024
2.1.222 137 9/9/2024
2.1.221 165 9/9/2024
2.1.220 36,610 9/5/2024
2.1.219 7,228 9/5/2024
2.1.218 135 9/5/2024
2.1.217 149 9/5/2024
2.1.216 1,229 9/5/2024
2.1.215 162 9/5/2024
2.1.214 3,929 9/5/2024
2.1.213 20,898 9/4/2024
2.1.212 49,839 8/20/2024
2.1.211 5,699 8/20/2024
2.1.210 143 8/20/2024
2.1.209 143 8/20/2024
2.1.208 5,045 8/20/2024
2.1.207 147 8/20/2024
2.1.206 143 8/20/2024
2.1.205 73,091 7/24/2024
2.1.204 5,835 7/24/2024
2.1.203 110 7/24/2024
2.1.202 28,074 7/13/2024
2.1.201 144 7/13/2024
2.1.200 15,790 7/10/2024
2.1.199 4,669 7/10/2024
2.1.198 168 7/10/2024
2.1.196 4,329 7/9/2024
2.1.194 3,387 7/9/2024
2.1.193 19,608 7/9/2024
2.1.192 5,981 7/9/2024
2.1.191 681 7/9/2024
2.1.190 137 7/9/2024
2.1.189 9,253 7/9/2024
2.1.188 2,842 7/8/2024
2.1.187 132 7/8/2024
2.1.186 152 7/8/2024
2.1.185 122 7/8/2024
2.1.184 126 7/8/2024
2.1.183 5,450 7/8/2024
2.1.182 143 7/8/2024
2.1.181 134 7/8/2024
2.1.180 593 7/8/2024
2.1.179 24,950 7/7/2024
2.1.178 3,284 7/7/2024
2.1.177 22,192 7/3/2024
2.1.176 37,549 6/14/2024
2.1.174 43,435 5/27/2024
2.1.173 3,118 5/27/2024
2.1.172 119 5/27/2024
2.1.171 20,353 5/25/2024
2.1.170 7,508 5/25/2024
2.1.169 135 5/25/2024
2.1.168 142 5/25/2024
2.1.167 4,453 5/25/2024
2.1.166 145 5/25/2024
2.1.165 166 5/25/2024
2.1.164 154 5/25/2024
2.1.163 4,139 5/25/2024
2.1.162 128 5/25/2024
2.1.161 19,019 5/22/2024
2.1.160 4,799 5/22/2024
2.1.159 2,436 5/22/2024
2.1.158 136 5/22/2024
2.1.157 137 5/22/2024
2.1.156 145 5/22/2024
2.1.155 9,869 5/22/2024
2.1.154 16,416 5/16/2024
2.1.153 47,333 4/28/2024
2.1.152 126 4/28/2024
2.1.151 7,428 4/28/2024
2.1.150 125 4/28/2024
2.1.149 140 4/28/2024
2.1.148 707 4/28/2024
2.1.147 136 4/28/2024
2.1.146 145 4/28/2024
2.1.145 5,239 4/27/2024
2.1.144 169 4/27/2024
2.1.143 132 4/27/2024
2.1.142 38,126 4/12/2024
2.1.141 173 4/12/2024
2.1.140 4,847 4/12/2024
2.1.139 165 4/12/2024
2.1.138 146 4/12/2024
2.1.137 3,164 4/12/2024
2.1.136 160 4/12/2024
2.1.135 152 4/12/2024
2.1.134 142 4/12/2024
2.1.133 27,507 4/1/2024
2.1.132 18,639 3/25/2024
2.1.131 20,242 3/18/2024
2.1.130 225 3/18/2024
2.1.129 383 3/18/2024
2.1.128 18,964 3/13/2024
2.1.127 216 3/13/2024
2.1.126 202 3/13/2024
2.1.125 1,708 3/13/2024
2.1.124 196 3/13/2024
2.1.123 207 3/13/2024
2.1.122 38,026 3/8/2024
2.1.121 15,953 3/3/2024
2.1.120 13,377 3/2/2024
2.1.119 2,091 3/1/2024
2.1.117 12,172 2/28/2024
2.1.116 23,115 2/25/2024
2.1.115 247 2/25/2024
2.1.114 18,604 2/21/2024
2.1.113 4,743 2/21/2024
2.1.112 2,844 2/21/2024
2.1.111 1,912 2/21/2024
2.1.110 269 2/21/2024
2.1.109 6,035 2/21/2024
2.1.108 259 2/21/2024
2.1.107 276 2/21/2024
2.1.106 15,012 2/20/2024
2.1.105 1,671 2/20/2024
2.1.104 10,054 2/19/2024
2.1.103 10,280 2/16/2024
2.1.102 7,004 2/16/2024
2.1.101 264 2/16/2024
2.1.100 6,640 2/16/2024
2.1.99 40,399 2/9/2024
2.1.98 36,498 2/7/2024
2.1.97 4,622 2/6/2024
2.1.96 2,822 2/6/2024
2.1.95 481 2/6/2024
2.1.94 287 2/6/2024
2.1.93 13,526 2/4/2024
2.1.92 98,932 1/15/2024
2.1.91 5,385 1/15/2024
2.1.90 398 1/15/2024
2.1.89 3,152 1/15/2024
2.1.88 346 1/15/2024
2.1.87 37,535 1/7/2024
2.1.86 7,403 1/5/2024
2.1.85 4,494 1/5/2024
2.1.84 376 1/5/2024
2.1.83 401 1/5/2024
2.1.82 5,105 1/5/2024
2.1.81 12,806 1/1/2024
2.1.80 452 1/1/2024
2.1.79 8,390 12/28/2023
2.1.78 4,284 12/28/2023
2.1.77 4,169 12/27/2023
2.1.76 428 12/27/2023
2.1.75 428 12/27/2023
2.1.74 5,032 12/27/2023
2.1.73 404 12/27/2023
2.1.72 446 12/27/2023
2.1.71 15,771 12/25/2023
2.1.70 897 12/25/2023
2.1.69 439 12/25/2023
2.1.68 443 12/25/2023
2.1.67 4,753 12/25/2023
2.1.66 12,797 12/24/2023
2.1.65 7,737 12/23/2023
2.1.64 2,094 12/23/2023
2.1.63 414 12/23/2023
2.1.62 5,555 12/23/2023
2.1.61 452 12/23/2023
2.1.60 407 12/23/2023
2.1.59 1,857 12/23/2023
2.1.58 407 12/23/2023
2.1.57 13,787 12/19/2023
2.1.56 4,618 12/18/2023
2.1.55 12,909 12/10/2023
2.1.51 6,323 12/10/2023
2.1.50 11,102 12/9/2023
2.1.49 455 12/9/2023
2.1.48 534 12/9/2023
2.1.47 465 12/9/2023
2.1.46 468 12/9/2023
2.1.45 489 12/9/2023
2.1.44 7,503 12/9/2023
2.1.43 11,655 12/6/2023
2.1.42 9,364 12/4/2023
2.1.41 5,971 12/4/2023
2.1.40 507 12/4/2023
2.1.39 908 12/4/2023
2.1.38 539 12/4/2023
2.1.37 15,792 11/23/2023
2.1.36 452 11/23/2023
2.1.35 841 11/23/2023
2.1.34 474 11/23/2023
2.1.33 2,070 11/23/2023
2.1.32 3,233 11/23/2023
2.1.31 9,570 11/20/2023
2.1.30 3,881 11/20/2023
2.1.29 6,836 11/19/2023
2.1.28 1,190 11/19/2023
2.1.27 473 11/19/2023
2.1.26 471 11/19/2023
2.1.25 456 11/19/2023
2.1.24 2,360 11/19/2023
2.1.23 10,078 11/18/2023
2.1.22 500 11/18/2023
2.1.21 3,348 11/18/2023
2.1.20 2,271 11/18/2023
2.1.19 486 11/18/2023
2.1.18 5,841 11/17/2023
2.1.17 1,486 11/17/2023
2.1.16 492 11/17/2023
2.1.15 476 11/17/2023
2.1.14 1,902 11/17/2023
2.1.13 8,014 11/17/2023
2.1.12 2,128 11/17/2023
2.1.11 472 11/17/2023
2.1.10 515 11/17/2023
2.1.9 520 11/17/2023
2.1.8 3,713 11/17/2023
2.1.7 1,680 11/16/2023
2.1.6 432 11/16/2023
2.1.5 929 11/16/2023
2.1.4 463 11/16/2023
2.0.140 5,588 11/15/2023
2.0.139 494 11/15/2023
2.0.138 472 11/15/2023
2.0.137 481 11/15/2023
2.0.136 471 11/15/2023
2.0.3 462 11/16/2023
2.0.2 478 11/16/2023
2.0.1 430 11/16/2023
1.0.135 12,299 11/10/2023
1.0.134 501 11/10/2023
1.0.133 5,860 11/9/2023
1.0.132 449 11/9/2023
1.0.131 498 11/9/2023
1.0.130 2,119 11/8/2023
1.0.129 10,595 11/6/2023
1.0.128 474 11/6/2023
1.0.127 502 11/6/2023
1.0.126 505 11/6/2023
1.0.125 3,945 11/3/2023
1.0.124 7,117 11/2/2023
1.0.123 523 11/2/2023
1.0.122 503 11/2/2023
1.0.121 473 11/2/2023
1.0.120 3,801 11/1/2023
1.0.119 19,830 10/18/2023
1.0.118 538 10/18/2023
1.0.117 544 10/18/2023
1.0.116 513 10/18/2023
1.0.115 4,281 10/17/2023
1.0.114 4,997 10/16/2023
1.0.113 535 10/16/2023
1.0.112 521 10/16/2023
1.0.111 552 10/16/2023
1.0.110 7,431 10/13/2023
1.0.109 574 10/13/2023
1.0.108 13,951 9/19/2023
1.0.107 565 9/19/2023
1.0.106 576 9/19/2023
1.0.105 526 9/19/2023
1.0.104 6,666 9/18/2023
1.0.103 571 9/18/2023
1.0.102 16,303 8/30/2023
1.0.101 638 8/30/2023
1.0.100 584 8/30/2023
1.0.99 585 8/30/2023
1.0.98 600 8/30/2023
1.0.97 12,121 8/25/2023
1.0.96 5,537 8/24/2023
1.0.95 595 8/24/2023
1.0.94 10,777 8/18/2023
1.0.93 616 8/18/2023
1.0.92 4,982 8/17/2023
1.0.91 589 8/17/2023
1.0.90 605 8/17/2023
1.0.89 18,500 8/8/2023
1.0.88 650 8/8/2023
1.0.87 6,011 8/7/2023
1.0.86 659 8/7/2023
1.0.85 644 8/7/2023
1.0.84 22,444 7/10/2023
1.0.83 704 7/10/2023
1.0.82 718 7/10/2023
1.0.81 732 7/10/2023
1.0.80 5,088 7/7/2023
1.0.79 678 7/7/2023
1.0.78 16,687 6/29/2023
1.0.77 4,616 6/28/2023
1.0.76 704 6/28/2023
1.0.75 729 6/28/2023
1.0.74 48,078 6/7/2023
1.0.73 6,152 6/7/2023
1.0.72 740 6/7/2023
1.0.71 734 6/7/2023
1.0.70 7,479 6/6/2023
1.0.69 721 6/6/2023
1.0.68 2,884 6/5/2023
1.0.67 714 6/5/2023
1.0.66 7,307 6/2/2023
1.0.65 749 6/2/2023
1.0.64 728 6/2/2023
1.0.63 28,863 5/30/2023
1.0.62 720 5/30/2023
1.0.61 8,372 5/29/2023
1.0.60 728 5/29/2023
1.0.59 6,667 5/26/2023
1.0.58 12,451 5/25/2023
1.0.57 735 5/25/2023
1.0.56 6,418 5/24/2023
1.0.55 752 5/24/2023
1.0.54 748 5/24/2023
1.0.53 728 5/24/2023
1.0.52 831 5/24/2023
1.0.51 4,284 5/23/2023
1.0.50 730 5/23/2023
1.0.49 740 5/23/2023
1.0.46 13,544 5/22/2023
1.0.45 11,060 5/18/2023
1.0.44 6,618 5/17/2023
1.0.43 720 5/17/2023
1.0.42 705 5/17/2023
1.0.41 700 5/17/2023
1.0.40 17,476 4/24/2023
1.0.39 2,438 4/24/2023
1.0.38 781 4/24/2023
1.0.37 4,105 4/21/2023
1.0.36 728 4/21/2023
1.0.35 742 4/21/2023
1.0.34 4,556 4/20/2023
1.0.33 921 4/20/2023
1.0.32 863 4/20/2023
1.0.31 4,206 4/19/2023
1.0.30 1,939 4/18/2023
1.0.29 766 4/18/2023
1.0.28 1,910 4/18/2023
1.0.27 3,397 4/17/2023
1.0.26 844 4/16/2023
1.0.25 785 4/16/2023
1.0.24 3,543 4/14/2023
1.0.23 2,589 4/13/2023
1.0.22 2,489 4/12/2023
1.0.21 771 4/12/2023
1.0.20 768 4/12/2023
1.0.19 1,790 4/11/2023
1.0.18 836 4/11/2023
1.0.17 2,638 4/11/2023
1.0.16 3,021 4/7/2023
1.0.15 3,861 4/3/2023
1.0.14 813 4/3/2023
1.0.13 803 4/3/2023
1.0.12 762 4/3/2023
1.0.11 2,086 4/1/2023
1.0.10 1,196 3/30/2023
1.0.9 935 3/26/2023
1.0.7 4,023 2/27/2023
1.0.6 846 2/26/2023
1.0.5 823 2/22/2023
1.0.4 1,019 2/22/2023
1.0.3 856 2/22/2023
1.0.2 1,397 2/12/2023
1.0.1 1,049 2/12/2023