Soenneker.Extensions.String 2.1.252

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 2.1.252
                    
NuGet\Install-Package Soenneker.Extensions.String -Version 2.1.252
                    
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="2.1.252" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Extensions.String" Version="2.1.252" />
                    
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 2.1.252
                    
#r "nuget: Soenneker.Extensions.String, 2.1.252"
                    
#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=2.1.252
                    
Install Soenneker.Extensions.String as a Cake Addin
#tool nuget:?package=Soenneker.Extensions.String&version=2.1.252
                    
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 collection of useful string extension methods

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 net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  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,424 5/27/2025
3.0.527 1,751 5/27/2025
3.0.526 126 5/27/2025
3.0.525 2,472 5/27/2025
3.0.524 126 5/27/2025
3.0.523 130 5/27/2025
3.0.522 3,351 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,831 4/8/2025
3.0.489 2,370 4/8/2025
3.0.488 155 4/8/2025
3.0.487 153 4/8/2025
3.0.486 3,059 4/8/2025
3.0.485 243 4/8/2025
3.0.484 1,115 4/8/2025
3.0.483 2,699 4/8/2025
3.0.482 28,192 4/8/2025
3.0.481 483 4/8/2025
3.0.480 56,305 4/6/2025
3.0.479 8,538 4/6/2025
3.0.478 2,993 4/6/2025
3.0.477 3,414 4/6/2025
3.0.476 2,688 4/6/2025
3.0.475 133 4/6/2025
3.0.474 138 4/6/2025
3.0.473 8,659 4/6/2025
3.0.472 125 4/6/2025
3.0.471 133 4/6/2025
3.0.470 3,529 4/5/2025
3.0.469 107 4/5/2025
3.0.468 34,648 4/4/2025
3.0.467 93 4/4/2025
3.0.466 188 4/4/2025
3.0.465 9,248 4/4/2025
3.0.464 149,035 3/11/2025
3.0.463 11,988 3/11/2025
3.0.462 162 3/11/2025
3.0.461 8,664 3/11/2025
3.0.460 162 3/11/2025
3.0.459 55,403 3/1/2025
3.0.458 6,560 3/1/2025
3.0.457 95 3/1/2025
3.0.456 4,316 3/1/2025
3.0.455 97 3/1/2025
3.0.454 94 3/1/2025
3.0.453 2,216 3/1/2025
3.0.452 96 3/1/2025
3.0.451 95 3/1/2025
3.0.450 94 3/1/2025
3.0.449 106 3/1/2025
3.0.448 38,556 2/24/2025
3.0.447 1,712 2/24/2025
3.0.446 36,531 2/21/2025
3.0.445 27,730 2/18/2025
3.0.444 1,590 2/18/2025
3.0.443 105 2/18/2025
3.0.442 110 2/18/2025
3.0.441 27,505 2/13/2025
3.0.440 21,429 2/11/2025
3.0.439 4,125 2/11/2025
3.0.438 7,140 2/11/2025
3.0.437 5,552 2/11/2025
3.0.436 3,376 2/10/2025
3.0.435 117 2/10/2025
3.0.434 2,950 2/10/2025
3.0.433 12,518 2/10/2025
3.0.432 5,929 2/10/2025
3.0.431 307 2/10/2025
3.0.430 100 2/10/2025
3.0.429 18,089 2/10/2025
3.0.428 111 2/10/2025
3.0.427 27,546 2/8/2025
3.0.426 2,424 2/7/2025
3.0.425 103 2/7/2025
3.0.424 8,970 2/7/2025
3.0.423 3,175 2/7/2025
3.0.422 2,410 2/7/2025
3.0.421 109 2/7/2025
3.0.420 105 2/7/2025
3.0.419 2,461 2/7/2025
3.0.418 118 2/7/2025
3.0.417 102 2/7/2025
3.0.416 103 2/7/2025
3.0.415 5,301 2/7/2025
3.0.414 137 2/7/2025
3.0.413 100 2/7/2025
3.0.412 64,651 1/27/2025
3.0.411 2,936 1/27/2025
3.0.410 142 1/27/2025
3.0.409 6,363 1/27/2025
3.0.408 1,416 1/27/2025
3.0.407 108 1/27/2025
3.0.406 100 1/27/2025
3.0.405 24,498 1/25/2025
3.0.404 20,758 1/24/2025
3.0.403 19,257 1/24/2025
3.0.402 486 1/24/2025
3.0.401 6,592 1/23/2025
3.0.400 99 1/23/2025
3.0.398 7,061 1/23/2025
3.0.397 22,253 1/21/2025
3.0.396 104 1/21/2025
3.0.395 155 1/21/2025
3.0.394 19,153 1/20/2025
3.0.393 4,552 1/20/2025
3.0.392 1,818 1/20/2025
3.0.391 113 1/20/2025
3.0.390 10,554 1/20/2025
3.0.389 99 1/20/2025
3.0.388 4,039 1/20/2025
3.0.387 117 1/20/2025
3.0.386 100 1/20/2025
3.0.385 8,819 1/20/2025
3.0.384 99 1/20/2025
3.0.383 102 1/20/2025
3.0.382 98 1/20/2025
3.0.381 27,718 1/19/2025
3.0.380 311 1/19/2025
3.0.379 89 1/19/2025
3.0.378 16,058 1/18/2025
3.0.377 15,093 1/16/2025
3.0.376 17,155 1/16/2025
3.0.375 14,321 1/16/2025
3.0.374 12,821 1/15/2025
3.0.373 5,016 1/15/2025
3.0.372 3,745 1/15/2025
3.0.371 7,071 1/15/2025
3.0.370 5,690 1/15/2025
3.0.369 3,058 1/14/2025
3.0.368 1,213 1/14/2025
3.0.367 690 1/14/2025
3.0.366 238 1/14/2025
3.0.365 92 1/14/2025
3.0.364 3,596 1/14/2025
3.0.363 2,174 1/14/2025
3.0.362 91 1/14/2025
3.0.361 5,227 1/14/2025
3.0.360 22,928 1/12/2025
3.0.359 15,956 1/10/2025
3.0.358 4,560 1/10/2025
3.0.357 102 1/10/2025
3.0.356 105 1/10/2025
3.0.355 3,928 1/10/2025
3.0.354 106 1/10/2025
3.0.353 136 1/10/2025
3.0.352 110 1/10/2025
3.0.351 25,639 1/2/2025
3.0.350 161 1/2/2025
3.0.349 121 1/2/2025
3.0.348 6,602 1/2/2025
3.0.347 131 1/2/2025
3.0.346 127 1/2/2025
3.0.345 1,636 1/2/2025
3.0.344 17,032 1/1/2025
3.0.343 138 1/1/2025
3.0.342 141 1/1/2025
3.0.341 571 12/31/2024
3.0.340 123 12/31/2024
3.0.339 126 12/31/2024
3.0.338 2,133 12/31/2024
3.0.337 144 12/31/2024
3.0.336 133 12/31/2024
3.0.335 158 12/31/2024
3.0.334 8,128 12/31/2024
3.0.333 22,055 12/31/2024
3.0.332 111 12/31/2024
3.0.331 132 12/31/2024
3.0.330 9,792 12/31/2024
3.0.329 125 12/31/2024
3.0.328 122 12/31/2024
3.0.327 4,305 12/31/2024
3.0.326 40,235 12/24/2024
3.0.325 112 12/24/2024
3.0.324 113 12/24/2024
3.0.323 6,810 12/24/2024
3.0.322 118 12/24/2024
3.0.321 114 12/24/2024
3.0.320 1,617 12/24/2024
3.0.319 40,492 12/22/2024
3.0.318 484 12/22/2024
3.0.317 121 12/22/2024
3.0.316 6,720 12/21/2024
3.0.315 108 12/21/2024
3.0.314 1,047 12/21/2024
3.0.313 9,770 12/21/2024
3.0.312 115 12/21/2024
3.0.311 3,400 12/21/2024
3.0.310 5,072 12/21/2024
3.0.309 135 12/21/2024
3.0.308 7,240 12/21/2024
3.0.307 128 12/21/2024
3.0.306 626 12/21/2024
3.0.305 5,108 12/21/2024
3.0.304 110 12/21/2024
3.0.303 7,296 12/20/2024
3.0.302 3,812 12/20/2024
3.0.301 112 12/20/2024
3.0.300 14,606 12/19/2024
3.0.299 1,483 12/19/2024
3.0.298 668 12/18/2024
3.0.297 112 12/18/2024
3.0.296 250 12/18/2024
3.0.295 25,146 12/17/2024
3.0.294 3,892 12/17/2024
3.0.293 133 12/17/2024
3.0.292 381 12/16/2024
3.0.291 123 12/16/2024
3.0.290 118 12/16/2024
3.0.289 124 12/16/2024
3.0.288 56,351 12/5/2024
3.0.287 24,244 12/4/2024
3.0.286 8,582 12/4/2024
3.0.285 5,661 12/4/2024
3.0.284 3,389 12/4/2024
3.0.283 7,052 12/4/2024
3.0.282 220 12/4/2024
3.0.281 14,233 12/3/2024
3.0.280 141 12/3/2024
3.0.279 6,803 12/3/2024
3.0.278 4,122 12/2/2024
3.0.277 123 12/2/2024
3.0.276 6,150 12/2/2024
3.0.275 14,516 12/1/2024
3.0.274 5,897 12/1/2024
3.0.273 131 12/1/2024
3.0.272 139 12/1/2024
3.0.271 40,624 11/19/2024
3.0.270 141 11/19/2024
3.0.269 5,415 11/19/2024
3.0.268 153 11/19/2024
3.0.267 128 11/19/2024
3.0.266 14,325 11/19/2024
3.0.265 3,777 11/19/2024
3.0.264 28,208 11/14/2024
3.0.263 157 11/14/2024
3.0.262 3,004 11/14/2024
3.0.261 135 11/14/2024
3.0.260 132 11/14/2024
3.0.259 1,822 11/13/2024
3.0.258 148 11/13/2024
2.1.257 51,154 11/8/2024
2.1.256 14,325 11/8/2024
2.1.255 105 11/8/2024
2.1.254 101 11/8/2024
2.1.253 48,333 10/28/2024
2.1.252 113,794 10/1/2024
2.1.251 16,909 9/30/2024
2.1.250 30,138 9/27/2024
2.1.249 121 9/27/2024
2.1.248 110 9/27/2024
2.1.247 2,826 9/27/2024
2.1.246 108 9/27/2024
2.1.245 105 9/27/2024
2.1.244 108 9/27/2024
2.1.243 54,530 9/23/2024
2.1.242 805 9/23/2024
2.1.241 3,762 9/23/2024
2.1.240 113 9/23/2024
2.1.239 1,296 9/23/2024
2.1.238 132 9/23/2024
2.1.237 7,375 9/22/2024
2.1.236 28,373 9/17/2024
2.1.235 245 9/17/2024
2.1.234 127 9/17/2024
2.1.233 221 9/17/2024
2.1.232 137 9/17/2024
2.1.231 4,206 9/17/2024
2.1.230 158 9/17/2024
2.1.229 50,102 9/11/2024
2.1.228 17,087 9/11/2024
2.1.227 23,565 9/9/2024
2.1.226 9,694 9/9/2024
2.1.225 5,934 9/9/2024
2.1.224 8,352 9/9/2024
2.1.223 8,984 9/9/2024
2.1.222 123 9/9/2024
2.1.221 146 9/9/2024
2.1.220 36,574 9/5/2024
2.1.219 7,219 9/5/2024
2.1.218 125 9/5/2024
2.1.217 140 9/5/2024
2.1.216 1,219 9/5/2024
2.1.215 145 9/5/2024
2.1.214 3,922 9/5/2024
2.1.213 20,878 9/4/2024
2.1.212 49,805 8/20/2024
2.1.211 5,676 8/20/2024
2.1.210 135 8/20/2024
2.1.209 134 8/20/2024
2.1.208 5,029 8/20/2024
2.1.207 137 8/20/2024
2.1.206 128 8/20/2024
2.1.205 73,031 7/24/2024
2.1.204 5,824 7/24/2024
2.1.203 100 7/24/2024
2.1.202 27,987 7/13/2024
2.1.201 134 7/13/2024
2.1.200 15,767 7/10/2024
2.1.199 4,656 7/10/2024
2.1.198 160 7/10/2024
2.1.196 4,307 7/9/2024
2.1.194 3,371 7/9/2024
2.1.193 19,589 7/9/2024
2.1.192 5,966 7/9/2024
2.1.191 670 7/9/2024
2.1.190 123 7/9/2024
2.1.189 9,230 7/9/2024
2.1.188 2,829 7/8/2024
2.1.187 124 7/8/2024
2.1.186 144 7/8/2024
2.1.185 114 7/8/2024
2.1.184 117 7/8/2024
2.1.183 5,439 7/8/2024
2.1.182 136 7/8/2024
2.1.181 119 7/8/2024
2.1.180 576 7/8/2024
2.1.179 24,916 7/7/2024
2.1.178 3,275 7/7/2024
2.1.177 22,173 7/3/2024
2.1.176 37,499 6/14/2024
2.1.174 43,417 5/27/2024
2.1.173 3,110 5/27/2024
2.1.172 112 5/27/2024
2.1.171 20,326 5/25/2024
2.1.170 7,494 5/25/2024
2.1.169 126 5/25/2024
2.1.168 127 5/25/2024
2.1.167 4,430 5/25/2024
2.1.166 130 5/25/2024
2.1.165 155 5/25/2024
2.1.164 145 5/25/2024
2.1.163 4,117 5/25/2024
2.1.162 120 5/25/2024
2.1.161 18,994 5/22/2024
2.1.160 4,789 5/22/2024
2.1.159 2,420 5/22/2024
2.1.158 129 5/22/2024
2.1.157 129 5/22/2024
2.1.156 136 5/22/2024
2.1.155 9,852 5/22/2024
2.1.154 16,404 5/16/2024
2.1.153 47,283 4/28/2024
2.1.152 115 4/28/2024
2.1.151 7,397 4/28/2024
2.1.150 115 4/28/2024
2.1.149 130 4/28/2024
2.1.148 696 4/28/2024
2.1.147 128 4/28/2024
2.1.146 137 4/28/2024
2.1.145 5,229 4/27/2024
2.1.144 159 4/27/2024
2.1.143 124 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