Soenneker.Extensions.String 3.0.537

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

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.538 7 6/28/2025
3.0.537 11 6/27/2025
3.0.536 10 6/27/2025
3.0.535 25 6/27/2025
3.0.534 25 6/27/2025
3.0.533 26 6/27/2025
3.0.532 3,401 6/24/2025
3.0.531 14,516 6/11/2025
3.0.530 10,884 6/10/2025
3.0.529 20,377 6/2/2025
3.0.528 11,657 5/27/2025
3.0.527 2,164 5/27/2025
3.0.526 135 5/27/2025
3.0.525 3,082 5/27/2025
3.0.524 136 5/27/2025
3.0.523 144 5/27/2025
3.0.522 3,940 5/27/2025
3.0.521 18,565 5/25/2025
3.0.520 11,018 5/23/2025
3.0.519 3,785 5/23/2025
3.0.518 141 5/23/2025
3.0.517 127 5/23/2025
3.0.516 2,419 5/22/2025
3.0.515 142 5/22/2025
3.0.514 4,130 5/22/2025
3.0.513 29,296 5/14/2025
3.0.512 17,631 5/8/2025
3.0.511 4,230 5/8/2025
3.0.510 147 5/8/2025
3.0.509 901 5/8/2025
3.0.508 239 5/7/2025
3.0.507 149 5/7/2025
3.0.506 3,620 5/7/2025
3.0.505 20,309 5/5/2025
3.0.504 3,018 5/5/2025
3.0.503 227 5/5/2025
3.0.502 142 5/5/2025
3.0.501 5,090 5/5/2025
3.0.500 1,113 5/5/2025
3.0.499 146 5/5/2025
3.0.498 226 5/5/2025
3.0.497 144 5/5/2025
3.0.496 309 5/5/2025
3.0.495 8,378 5/5/2025
3.0.494 143 5/5/2025
3.0.493 27,298 4/27/2025
3.0.492 102 4/27/2025
3.0.491 5,490 4/26/2025
3.0.490 11,890 4/8/2025
3.0.489 2,378 4/8/2025
3.0.488 164 4/8/2025
3.0.487 167 4/8/2025
3.0.486 3,069 4/8/2025
3.0.485 251 4/8/2025
3.0.484 1,125 4/8/2025
3.0.483 2,708 4/8/2025
3.0.482 28,201 4/8/2025
3.0.481 491 4/8/2025
3.0.480 56,331 4/6/2025
3.0.479 8,550 4/6/2025
3.0.478 3,000 4/6/2025
3.0.477 3,434 4/6/2025
3.0.476 2,695 4/6/2025
3.0.475 145 4/6/2025
3.0.474 149 4/6/2025
3.0.473 8,669 4/6/2025
3.0.472 131 4/6/2025
3.0.471 142 4/6/2025
3.0.470 3,543 4/5/2025
3.0.469 116 4/5/2025
3.0.468 34,662 4/4/2025
3.0.467 105 4/4/2025
3.0.466 196 4/4/2025
3.0.465 9,258 4/4/2025
3.0.464 149,100 3/11/2025
3.0.463 11,999 3/11/2025
3.0.462 169 3/11/2025
3.0.461 8,672 3/11/2025
3.0.460 174 3/11/2025
3.0.459 55,428 3/1/2025
3.0.458 6,569 3/1/2025
3.0.457 103 3/1/2025
3.0.456 4,326 3/1/2025
3.0.455 106 3/1/2025
3.0.454 104 3/1/2025
3.0.453 2,224 3/1/2025
3.0.452 108 3/1/2025
3.0.451 109 3/1/2025
3.0.450 108 3/1/2025
3.0.449 113 3/1/2025
3.0.448 38,566 2/24/2025
3.0.447 1,725 2/24/2025
3.0.446 36,541 2/21/2025
3.0.445 27,751 2/18/2025
3.0.444 1,600 2/18/2025
3.0.443 114 2/18/2025
3.0.442 118 2/18/2025
3.0.441 27,707 2/13/2025
3.0.440 21,453 2/11/2025
3.0.439 4,134 2/11/2025
3.0.438 7,153 2/11/2025
3.0.437 5,559 2/11/2025
3.0.436 3,389 2/10/2025
3.0.435 129 2/10/2025
3.0.434 2,959 2/10/2025
3.0.433 12,528 2/10/2025
3.0.432 5,935 2/10/2025
3.0.431 312 2/10/2025
3.0.430 109 2/10/2025
3.0.429 18,097 2/10/2025
3.0.428 125 2/10/2025
3.0.427 27,560 2/8/2025
3.0.426 2,432 2/7/2025
3.0.425 114 2/7/2025
3.0.424 8,985 2/7/2025
3.0.423 3,184 2/7/2025
3.0.422 2,417 2/7/2025
3.0.421 117 2/7/2025
3.0.420 116 2/7/2025
3.0.419 2,473 2/7/2025
3.0.418 133 2/7/2025
3.0.417 112 2/7/2025
3.0.416 115 2/7/2025
3.0.415 5,311 2/7/2025
3.0.414 143 2/7/2025
3.0.413 115 2/7/2025
3.0.412 64,674 1/27/2025
3.0.411 2,944 1/27/2025
3.0.410 154 1/27/2025
3.0.409 6,375 1/27/2025
3.0.408 1,426 1/27/2025
3.0.407 119 1/27/2025
3.0.406 107 1/27/2025
3.0.405 24,512 1/25/2025
3.0.404 20,776 1/24/2025
3.0.403 19,271 1/24/2025
3.0.402 496 1/24/2025
3.0.401 6,603 1/23/2025
3.0.400 108 1/23/2025
3.0.398 7,072 1/23/2025
3.0.397 22,271 1/21/2025
3.0.396 121 1/21/2025
3.0.395 169 1/21/2025
3.0.394 19,178 1/20/2025
3.0.393 4,566 1/20/2025
3.0.392 1,825 1/20/2025
3.0.391 125 1/20/2025
3.0.390 10,563 1/20/2025
3.0.389 108 1/20/2025
3.0.388 4,059 1/20/2025
3.0.387 126 1/20/2025
3.0.386 110 1/20/2025
3.0.385 8,828 1/20/2025
3.0.384 109 1/20/2025
3.0.383 112 1/20/2025
3.0.382 105 1/20/2025
3.0.381 27,734 1/19/2025
3.0.380 320 1/19/2025
3.0.379 98 1/19/2025
3.0.378 16,069 1/18/2025
3.0.377 15,113 1/16/2025
3.0.376 17,172 1/16/2025
3.0.375 14,343 1/16/2025
3.0.374 12,837 1/15/2025
3.0.373 5,028 1/15/2025
3.0.372 3,756 1/15/2025
3.0.371 7,080 1/15/2025
3.0.370 5,698 1/15/2025
3.0.369 3,074 1/14/2025
3.0.368 1,222 1/14/2025
3.0.367 696 1/14/2025
3.0.366 247 1/14/2025
3.0.365 103 1/14/2025
3.0.364 3,603 1/14/2025
3.0.363 2,186 1/14/2025
3.0.362 101 1/14/2025
3.0.361 5,237 1/14/2025
3.0.360 22,944 1/12/2025
3.0.359 15,972 1/10/2025
3.0.358 4,571 1/10/2025
3.0.357 110 1/10/2025
3.0.356 111 1/10/2025
3.0.355 3,936 1/10/2025
3.0.354 119 1/10/2025
3.0.353 146 1/10/2025
3.0.352 118 1/10/2025
3.0.351 25,654 1/2/2025
3.0.350 171 1/2/2025
3.0.349 129 1/2/2025
3.0.348 6,612 1/2/2025
3.0.347 139 1/2/2025
3.0.346 139 1/2/2025
3.0.345 1,646 1/2/2025
3.0.344 17,056 1/1/2025
3.0.343 150 1/1/2025
3.0.342 153 1/1/2025
3.0.341 579 12/31/2024
3.0.340 133 12/31/2024
3.0.339 137 12/31/2024
3.0.338 2,144 12/31/2024
3.0.337 158 12/31/2024
3.0.336 139 12/31/2024
3.0.335 168 12/31/2024
3.0.334 8,149 12/31/2024
3.0.333 22,077 12/31/2024
3.0.332 122 12/31/2024
3.0.331 145 12/31/2024
3.0.330 9,803 12/31/2024
3.0.329 140 12/31/2024
3.0.328 130 12/31/2024
3.0.327 4,313 12/31/2024
3.0.326 40,257 12/24/2024
3.0.325 118 12/24/2024
3.0.324 123 12/24/2024
3.0.323 6,817 12/24/2024
3.0.322 139 12/24/2024
3.0.321 124 12/24/2024
3.0.320 1,630 12/24/2024
3.0.319 40,516 12/22/2024
3.0.318 493 12/22/2024
3.0.317 133 12/22/2024
3.0.316 6,729 12/21/2024
3.0.315 115 12/21/2024
3.0.314 1,055 12/21/2024
3.0.313 9,785 12/21/2024
3.0.312 122 12/21/2024
3.0.311 3,409 12/21/2024
3.0.310 5,078 12/21/2024
3.0.309 144 12/21/2024
3.0.308 7,248 12/21/2024
3.0.307 134 12/21/2024
3.0.306 635 12/21/2024
3.0.305 5,121 12/21/2024
3.0.304 119 12/21/2024
3.0.303 7,311 12/20/2024
3.0.302 3,820 12/20/2024
3.0.301 119 12/20/2024
3.0.300 14,621 12/19/2024
3.0.299 1,490 12/19/2024
3.0.298 679 12/18/2024
3.0.297 123 12/18/2024
3.0.296 257 12/18/2024
3.0.295 25,161 12/17/2024
3.0.294 3,902 12/17/2024
3.0.293 154 12/17/2024
3.0.292 389 12/16/2024
3.0.291 132 12/16/2024
3.0.290 127 12/16/2024
3.0.289 130 12/16/2024
3.0.288 56,387 12/5/2024
3.0.287 24,268 12/4/2024
3.0.286 8,591 12/4/2024
3.0.285 5,678 12/4/2024
3.0.284 3,396 12/4/2024
3.0.283 7,063 12/4/2024
3.0.282 225 12/4/2024
3.0.281 14,252 12/3/2024
3.0.280 151 12/3/2024
3.0.279 6,810 12/3/2024
3.0.278 4,128 12/2/2024
3.0.277 130 12/2/2024
3.0.276 6,159 12/2/2024
3.0.275 14,528 12/1/2024
3.0.274 5,912 12/1/2024
3.0.273 145 12/1/2024
3.0.272 150 12/1/2024
3.0.271 40,673 11/19/2024
3.0.270 150 11/19/2024
3.0.269 5,424 11/19/2024
3.0.268 161 11/19/2024
3.0.267 135 11/19/2024
3.0.266 14,340 11/19/2024
3.0.265 3,783 11/19/2024
3.0.264 28,236 11/14/2024
3.0.263 162 11/14/2024
3.0.262 3,013 11/14/2024
3.0.261 143 11/14/2024
3.0.260 138 11/14/2024
3.0.259 1,833 11/13/2024
3.0.258 154 11/13/2024
2.1.257 51,422 11/8/2024
2.1.256 14,331 11/8/2024
2.1.255 113 11/8/2024
2.1.254 110 11/8/2024
2.1.253 48,355 10/28/2024
2.1.252 114,034 10/1/2024
2.1.251 16,925 9/30/2024
2.1.250 30,162 9/27/2024
2.1.249 131 9/27/2024
2.1.248 121 9/27/2024
2.1.247 2,842 9/27/2024
2.1.246 115 9/27/2024
2.1.245 114 9/27/2024
2.1.244 115 9/27/2024
2.1.243 54,626 9/23/2024
2.1.242 817 9/23/2024
2.1.241 3,772 9/23/2024
2.1.240 124 9/23/2024
2.1.239 1,314 9/23/2024
2.1.238 149 9/23/2024
2.1.237 7,387 9/22/2024
2.1.236 28,398 9/17/2024
2.1.235 261 9/17/2024
2.1.234 137 9/17/2024
2.1.233 229 9/17/2024
2.1.232 148 9/17/2024
2.1.231 4,218 9/17/2024
2.1.230 168 9/17/2024
2.1.229 50,141 9/11/2024
2.1.228 17,104 9/11/2024
2.1.227 23,590 9/9/2024
2.1.226 9,710 9/9/2024
2.1.225 5,943 9/9/2024
2.1.224 8,363 9/9/2024
2.1.223 8,995 9/9/2024
2.1.222 135 9/9/2024
2.1.221 164 9/9/2024
2.1.220 36,604 9/5/2024
2.1.219 7,227 9/5/2024
2.1.218 133 9/5/2024
2.1.217 147 9/5/2024
2.1.216 1,228 9/5/2024
2.1.215 160 9/5/2024
2.1.214 3,927 9/5/2024
2.1.213 20,894 9/4/2024
2.1.212 49,831 8/20/2024
2.1.211 5,686 8/20/2024
2.1.210 142 8/20/2024
2.1.209 142 8/20/2024
2.1.208 5,043 8/20/2024
2.1.207 146 8/20/2024
2.1.206 139 8/20/2024
2.1.205 73,070 7/24/2024
2.1.204 5,834 7/24/2024
2.1.203 108 7/24/2024
2.1.202 28,064 7/13/2024
2.1.201 142 7/13/2024
2.1.200 15,779 7/10/2024
2.1.199 4,667 7/10/2024
2.1.198 165 7/10/2024
2.1.196 4,321 7/9/2024
2.1.194 3,384 7/9/2024
2.1.193 19,606 7/9/2024
2.1.192 5,978 7/9/2024
2.1.191 678 7/9/2024
2.1.190 136 7/9/2024
2.1.189 9,246 7/9/2024
2.1.188 2,840 7/8/2024
2.1.187 130 7/8/2024
2.1.186 148 7/8/2024
2.1.185 120 7/8/2024
2.1.184 123 7/8/2024
2.1.183 5,446 7/8/2024
2.1.182 141 7/8/2024
2.1.181 130 7/8/2024
2.1.180 591 7/8/2024
2.1.179 24,939 7/7/2024
2.1.178 3,282 7/7/2024
2.1.177 22,189 7/3/2024
2.1.176 37,541 6/14/2024
2.1.174 43,431 5/27/2024
2.1.173 3,117 5/27/2024
2.1.172 118 5/27/2024
2.1.171 20,343 5/25/2024
2.1.170 7,504 5/25/2024
2.1.169 133 5/25/2024
2.1.168 139 5/25/2024
2.1.167 4,439 5/25/2024
2.1.166 142 5/25/2024
2.1.165 165 5/25/2024
2.1.164 153 5/25/2024
2.1.163 4,134 5/25/2024
2.1.162 126 5/25/2024
2.1.161 19,003 5/22/2024
2.1.160 4,798 5/22/2024
2.1.159 2,430 5/22/2024
2.1.158 135 5/22/2024
2.1.157 136 5/22/2024
2.1.156 143 5/22/2024
2.1.155 9,862 5/22/2024
2.1.154 16,414 5/16/2024
2.1.153 47,321 4/28/2024
2.1.152 122 4/28/2024
2.1.151 7,423 4/28/2024
2.1.150 123 4/28/2024
2.1.149 137 4/28/2024
2.1.148 706 4/28/2024
2.1.147 134 4/28/2024
2.1.146 143 4/28/2024
2.1.145 5,238 4/27/2024
2.1.144 166 4/27/2024
2.1.143 129 4/27/2024
2.1.142 38,118 4/12/2024
2.1.141 172 4/12/2024
2.1.140 4,843 4/12/2024
2.1.139 164 4/12/2024
2.1.138 144 4/12/2024
2.1.137 3,159 4/12/2024
2.1.136 157 4/12/2024
2.1.135 149 4/12/2024
2.1.134 140 4/12/2024
2.1.133 27,473 4/1/2024
2.1.132 18,638 3/25/2024
2.1.131 20,226 3/18/2024
2.1.130 224 3/18/2024
2.1.129 382 3/18/2024
2.1.128 18,954 3/13/2024
2.1.127 213 3/13/2024
2.1.126 200 3/13/2024
2.1.125 1,706 3/13/2024
2.1.124 195 3/13/2024
2.1.123 205 3/13/2024
2.1.122 38,013 3/8/2024
2.1.121 15,948 3/3/2024
2.1.120 13,371 3/2/2024
2.1.119 2,090 3/1/2024
2.1.117 12,154 2/28/2024
2.1.116 23,104 2/25/2024
2.1.115 245 2/25/2024
2.1.114 18,602 2/21/2024
2.1.113 4,742 2/21/2024
2.1.112 2,843 2/21/2024
2.1.111 1,908 2/21/2024
2.1.110 268 2/21/2024
2.1.109 6,027 2/21/2024
2.1.108 259 2/21/2024
2.1.107 274 2/21/2024
2.1.106 15,010 2/20/2024
2.1.105 1,669 2/20/2024
2.1.104 10,053 2/19/2024
2.1.103 10,278 2/16/2024
2.1.102 7,002 2/16/2024
2.1.101 262 2/16/2024
2.1.100 6,634 2/16/2024
2.1.99 40,388 2/9/2024
2.1.98 36,492 2/7/2024
2.1.97 4,620 2/6/2024
2.1.96 2,822 2/6/2024
2.1.95 479 2/6/2024
2.1.94 285 2/6/2024
2.1.93 13,525 2/4/2024
2.1.92 98,905 1/15/2024
2.1.91 5,383 1/15/2024
2.1.90 396 1/15/2024
2.1.89 3,148 1/15/2024
2.1.88 343 1/15/2024
2.1.87 37,521 1/7/2024
2.1.86 7,400 1/5/2024
2.1.85 4,489 1/5/2024
2.1.84 376 1/5/2024
2.1.83 401 1/5/2024
2.1.82 5,097 1/5/2024
2.1.81 12,793 1/1/2024
2.1.80 452 1/1/2024
2.1.79 8,388 12/28/2023
2.1.78 4,283 12/28/2023
2.1.77 4,169 12/27/2023
2.1.76 427 12/27/2023
2.1.75 428 12/27/2023
2.1.74 5,032 12/27/2023
2.1.73 403 12/27/2023
2.1.72 445 12/27/2023
2.1.71 15,768 12/25/2023
2.1.70 897 12/25/2023
2.1.69 438 12/25/2023
2.1.68 441 12/25/2023
2.1.67 4,752 12/25/2023
2.1.66 12,794 12/24/2023
2.1.65 7,737 12/23/2023
2.1.64 2,093 12/23/2023
2.1.63 414 12/23/2023
2.1.62 5,554 12/23/2023
2.1.61 451 12/23/2023
2.1.60 406 12/23/2023
2.1.59 1,857 12/23/2023
2.1.58 407 12/23/2023
2.1.57 13,783 12/19/2023
2.1.56 4,618 12/18/2023
2.1.55 12,908 12/10/2023
2.1.51 6,322 12/10/2023
2.1.50 11,101 12/9/2023
2.1.49 452 12/9/2023
2.1.48 533 12/9/2023
2.1.47 465 12/9/2023
2.1.46 467 12/9/2023
2.1.45 488 12/9/2023
2.1.44 7,496 12/9/2023
2.1.43 11,645 12/6/2023
2.1.42 9,362 12/4/2023
2.1.41 5,971 12/4/2023
2.1.40 505 12/4/2023
2.1.39 906 12/4/2023
2.1.38 538 12/4/2023
2.1.37 15,788 11/23/2023
2.1.36 451 11/23/2023
2.1.35 840 11/23/2023
2.1.34 473 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,880 11/20/2023
2.1.29 6,835 11/19/2023
2.1.28 1,189 11/19/2023
2.1.27 471 11/19/2023
2.1.26 470 11/19/2023
2.1.25 456 11/19/2023
2.1.24 2,359 11/19/2023
2.1.23 10,073 11/18/2023
2.1.22 499 11/18/2023
2.1.21 3,346 11/18/2023
2.1.20 2,270 11/18/2023
2.1.19 485 11/18/2023
2.1.18 5,837 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,898 11/17/2023
2.1.13 8,011 11/17/2023
2.1.12 2,124 11/17/2023
2.1.11 471 11/17/2023
2.1.10 514 11/17/2023
2.1.9 518 11/17/2023
2.1.8 3,709 11/17/2023
2.1.7 1,680 11/16/2023
2.1.6 430 11/16/2023
2.1.5 926 11/16/2023
2.1.4 463 11/16/2023
2.0.140 5,585 11/15/2023
2.0.139 493 11/15/2023
2.0.138 472 11/15/2023
2.0.137 479 11/15/2023
2.0.136 470 11/15/2023
2.0.3 461 11/16/2023
2.0.2 477 11/16/2023
2.0.1 430 11/16/2023
1.0.135 12,297 11/10/2023
1.0.134 500 11/10/2023
1.0.133 5,858 11/9/2023
1.0.132 449 11/9/2023
1.0.131 496 11/9/2023
1.0.130 2,118 11/8/2023
1.0.129 10,594 11/6/2023
1.0.128 473 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,116 11/2/2023
1.0.123 522 11/2/2023
1.0.122 502 11/2/2023
1.0.121 472 11/2/2023
1.0.120 3,799 11/1/2023
1.0.119 19,810 10/18/2023
1.0.118 534 10/18/2023
1.0.117 538 10/18/2023
1.0.116 509 10/18/2023
1.0.115 4,272 10/17/2023
1.0.114 4,992 10/16/2023
1.0.113 528 10/16/2023
1.0.112 517 10/16/2023
1.0.111 547 10/16/2023
1.0.110 7,412 10/13/2023
1.0.109 569 10/13/2023
1.0.108 13,942 9/19/2023
1.0.107 559 9/19/2023
1.0.106 570 9/19/2023
1.0.105 513 9/19/2023
1.0.104 6,660 9/18/2023
1.0.103 566 9/18/2023
1.0.102 16,299 8/30/2023
1.0.101 634 8/30/2023
1.0.100 579 8/30/2023
1.0.99 580 8/30/2023
1.0.98 596 8/30/2023
1.0.97 12,116 8/25/2023
1.0.96 5,532 8/24/2023
1.0.95 588 8/24/2023
1.0.94 10,772 8/18/2023
1.0.93 612 8/18/2023
1.0.92 4,977 8/17/2023
1.0.91 584 8/17/2023
1.0.90 601 8/17/2023
1.0.89 18,496 8/8/2023
1.0.88 646 8/8/2023
1.0.87 6,007 8/7/2023
1.0.86 653 8/7/2023
1.0.85 638 8/7/2023
1.0.84 22,428 7/10/2023
1.0.83 698 7/10/2023
1.0.82 713 7/10/2023
1.0.81 724 7/10/2023
1.0.80 5,083 7/7/2023
1.0.79 673 7/7/2023
1.0.78 16,683 6/29/2023
1.0.77 4,611 6/28/2023
1.0.76 699 6/28/2023
1.0.75 724 6/28/2023
1.0.74 48,069 6/7/2023
1.0.73 6,146 6/7/2023
1.0.72 736 6/7/2023
1.0.71 730 6/7/2023
1.0.70 7,474 6/6/2023
1.0.69 717 6/6/2023
1.0.68 2,880 6/5/2023
1.0.67 708 6/5/2023
1.0.66 7,302 6/2/2023
1.0.65 743 6/2/2023
1.0.64 722 6/2/2023
1.0.63 28,858 5/30/2023
1.0.62 715 5/30/2023
1.0.61 8,366 5/29/2023
1.0.60 723 5/29/2023
1.0.59 6,662 5/26/2023
1.0.58 12,447 5/25/2023
1.0.57 731 5/25/2023
1.0.56 6,414 5/24/2023
1.0.55 747 5/24/2023
1.0.54 743 5/24/2023
1.0.53 723 5/24/2023
1.0.52 827 5/24/2023
1.0.51 4,279 5/23/2023
1.0.50 725 5/23/2023
1.0.49 736 5/23/2023
1.0.46 13,533 5/22/2023
1.0.45 11,056 5/18/2023
1.0.44 6,614 5/17/2023
1.0.43 714 5/17/2023
1.0.42 700 5/17/2023
1.0.41 696 5/17/2023
1.0.40 17,472 4/24/2023
1.0.39 2,432 4/24/2023
1.0.38 775 4/24/2023
1.0.37 4,100 4/21/2023
1.0.36 724 4/21/2023
1.0.35 738 4/21/2023
1.0.34 4,552 4/20/2023
1.0.33 916 4/20/2023
1.0.32 859 4/20/2023
1.0.31 4,201 4/19/2023
1.0.30 1,933 4/18/2023
1.0.29 762 4/18/2023
1.0.28 1,906 4/18/2023
1.0.27 3,392 4/17/2023
1.0.26 839 4/16/2023
1.0.25 781 4/16/2023
1.0.24 3,539 4/14/2023
1.0.23 2,585 4/13/2023
1.0.22 2,483 4/12/2023
1.0.21 765 4/12/2023
1.0.20 762 4/12/2023
1.0.19 1,786 4/11/2023
1.0.18 831 4/11/2023
1.0.17 2,634 4/11/2023
1.0.16 3,017 4/7/2023
1.0.15 3,857 4/3/2023
1.0.14 808 4/3/2023
1.0.13 798 4/3/2023
1.0.12 756 4/3/2023
1.0.11 2,078 4/1/2023
1.0.10 1,191 3/30/2023
1.0.9 931 3/26/2023
1.0.7 4,018 2/27/2023
1.0.6 841 2/26/2023
1.0.5 819 2/22/2023
1.0.4 1,014 2/22/2023
1.0.3 851 2/22/2023
1.0.2 1,393 2/12/2023
1.0.1 1,045 2/12/2023