Soenneker.Extensions.String 2.1.145

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

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.513 4,773 5/14/2025
3.0.512 15,593 5/8/2025
3.0.511 4,212 5/8/2025
3.0.510 133 5/8/2025
3.0.509 873 5/8/2025
3.0.508 212 5/7/2025
3.0.507 130 5/7/2025
3.0.506 3,604 5/7/2025
3.0.505 19,793 5/5/2025
3.0.504 3,001 5/5/2025
3.0.503 213 5/5/2025
3.0.502 129 5/5/2025
3.0.501 5,077 5/5/2025
3.0.500 1,097 5/5/2025
3.0.499 131 5/5/2025
3.0.498 214 5/5/2025
3.0.497 130 5/5/2025
3.0.496 290 5/5/2025
3.0.495 8,361 5/5/2025
3.0.494 127 5/5/2025
3.0.493 27,281 4/27/2025
3.0.492 87 4/27/2025
3.0.491 5,479 4/26/2025
3.0.490 11,784 4/8/2025
3.0.489 2,368 4/8/2025
3.0.488 151 4/8/2025
3.0.487 151 4/8/2025
3.0.486 3,057 4/8/2025
3.0.485 241 4/8/2025
3.0.484 1,113 4/8/2025
3.0.483 2,697 4/8/2025
3.0.482 28,182 4/8/2025
3.0.481 481 4/8/2025
3.0.480 56,296 4/6/2025
3.0.479 8,536 4/6/2025
3.0.478 2,991 4/6/2025
3.0.477 3,412 4/6/2025
3.0.476 2,685 4/6/2025
3.0.475 131 4/6/2025
3.0.474 136 4/6/2025
3.0.473 8,657 4/6/2025
3.0.472 114 4/6/2025
3.0.471 131 4/6/2025
3.0.470 3,525 4/5/2025
3.0.469 105 4/5/2025
3.0.468 34,640 4/4/2025
3.0.467 91 4/4/2025
3.0.466 186 4/4/2025
3.0.465 9,244 4/4/2025
3.0.464 148,985 3/11/2025
3.0.463 11,984 3/11/2025
3.0.462 157 3/11/2025
3.0.461 8,660 3/11/2025
3.0.460 160 3/11/2025
3.0.459 55,395 3/1/2025
3.0.458 6,558 3/1/2025
3.0.457 93 3/1/2025
3.0.456 4,314 3/1/2025
3.0.455 94 3/1/2025
3.0.454 91 3/1/2025
3.0.453 2,212 3/1/2025
3.0.452 94 3/1/2025
3.0.451 93 3/1/2025
3.0.450 91 3/1/2025
3.0.449 104 3/1/2025
3.0.448 38,552 2/24/2025
3.0.447 1,709 2/24/2025
3.0.446 36,515 2/21/2025
3.0.445 27,725 2/18/2025
3.0.444 1,588 2/18/2025
3.0.443 103 2/18/2025
3.0.442 107 2/18/2025
3.0.441 27,460 2/13/2025
3.0.440 21,425 2/11/2025
3.0.439 4,123 2/11/2025
3.0.438 7,136 2/11/2025
3.0.437 5,549 2/11/2025
3.0.436 3,373 2/10/2025
3.0.435 114 2/10/2025
3.0.434 2,944 2/10/2025
3.0.433 12,515 2/10/2025
3.0.432 5,923 2/10/2025
3.0.431 303 2/10/2025
3.0.430 97 2/10/2025
3.0.429 18,086 2/10/2025
3.0.428 108 2/10/2025
3.0.427 27,544 2/8/2025
3.0.426 2,420 2/7/2025
3.0.425 101 2/7/2025
3.0.424 8,966 2/7/2025
3.0.423 3,171 2/7/2025
3.0.422 2,406 2/7/2025
3.0.421 107 2/7/2025
3.0.420 102 2/7/2025
3.0.419 2,459 2/7/2025
3.0.418 116 2/7/2025
3.0.417 100 2/7/2025
3.0.416 101 2/7/2025
3.0.415 5,298 2/7/2025
3.0.414 133 2/7/2025
3.0.413 98 2/7/2025
3.0.412 64,643 1/27/2025
3.0.411 2,933 1/27/2025
3.0.410 140 1/27/2025
3.0.409 6,361 1/27/2025
3.0.408 1,414 1/27/2025
3.0.407 106 1/27/2025
3.0.406 98 1/27/2025
3.0.405 24,493 1/25/2025
3.0.404 20,754 1/24/2025
3.0.403 19,244 1/24/2025
3.0.402 484 1/24/2025
3.0.401 6,588 1/23/2025
3.0.400 97 1/23/2025
3.0.398 7,057 1/23/2025
3.0.397 22,247 1/21/2025
3.0.396 101 1/21/2025
3.0.395 153 1/21/2025
3.0.394 19,151 1/20/2025
3.0.393 4,550 1/20/2025
3.0.392 1,816 1/20/2025
3.0.391 110 1/20/2025
3.0.390 10,552 1/20/2025
3.0.389 96 1/20/2025
3.0.388 4,037 1/20/2025
3.0.387 114 1/20/2025
3.0.386 98 1/20/2025
3.0.385 8,817 1/20/2025
3.0.384 97 1/20/2025
3.0.383 100 1/20/2025
3.0.382 96 1/20/2025
3.0.381 27,712 1/19/2025
3.0.380 309 1/19/2025
3.0.379 87 1/19/2025
3.0.378 16,054 1/18/2025
3.0.377 15,089 1/16/2025
3.0.376 17,150 1/16/2025
3.0.375 14,319 1/16/2025
3.0.374 12,813 1/15/2025
3.0.373 5,012 1/15/2025
3.0.372 3,741 1/15/2025
3.0.371 7,061 1/15/2025
3.0.370 5,686 1/15/2025
3.0.369 3,056 1/14/2025
3.0.368 1,211 1/14/2025
3.0.367 686 1/14/2025
3.0.366 236 1/14/2025
3.0.365 90 1/14/2025
3.0.364 3,593 1/14/2025
3.0.363 2,172 1/14/2025
3.0.362 88 1/14/2025
3.0.361 5,223 1/14/2025
3.0.360 22,921 1/12/2025
3.0.359 15,948 1/10/2025
3.0.358 4,558 1/10/2025
3.0.357 100 1/10/2025
3.0.356 103 1/10/2025
3.0.355 3,924 1/10/2025
3.0.354 104 1/10/2025
3.0.353 134 1/10/2025
3.0.352 108 1/10/2025
3.0.351 25,633 1/2/2025
3.0.350 158 1/2/2025
3.0.349 119 1/2/2025
3.0.348 6,597 1/2/2025
3.0.347 128 1/2/2025
3.0.346 125 1/2/2025
3.0.345 1,631 1/2/2025
3.0.344 17,027 1/1/2025
3.0.343 135 1/1/2025
3.0.342 138 1/1/2025
3.0.341 568 12/31/2024
3.0.340 120 12/31/2024
3.0.339 123 12/31/2024
3.0.338 2,131 12/31/2024
3.0.337 140 12/31/2024
3.0.336 130 12/31/2024
3.0.335 154 12/31/2024
3.0.334 8,124 12/31/2024
3.0.333 22,047 12/31/2024
3.0.332 109 12/31/2024
3.0.331 129 12/31/2024
3.0.330 9,789 12/31/2024
3.0.329 122 12/31/2024
3.0.328 118 12/31/2024
3.0.327 4,303 12/31/2024
3.0.326 40,231 12/24/2024
3.0.325 110 12/24/2024
3.0.324 111 12/24/2024
3.0.323 6,807 12/24/2024
3.0.322 116 12/24/2024
3.0.321 112 12/24/2024
3.0.320 1,615 12/24/2024
3.0.319 40,490 12/22/2024
3.0.318 482 12/22/2024
3.0.317 119 12/22/2024
3.0.316 6,718 12/21/2024
3.0.315 105 12/21/2024
3.0.314 1,044 12/21/2024
3.0.313 9,766 12/21/2024
3.0.312 113 12/21/2024
3.0.311 3,398 12/21/2024
3.0.310 5,068 12/21/2024
3.0.309 133 12/21/2024
3.0.308 7,236 12/21/2024
3.0.307 126 12/21/2024
3.0.306 624 12/21/2024
3.0.305 5,106 12/21/2024
3.0.304 108 12/21/2024
3.0.303 7,288 12/20/2024
3.0.302 3,810 12/20/2024
3.0.301 110 12/20/2024
3.0.300 14,603 12/19/2024
3.0.299 1,481 12/19/2024
3.0.298 666 12/18/2024
3.0.297 110 12/18/2024
3.0.296 248 12/18/2024
3.0.295 25,144 12/17/2024
3.0.294 3,890 12/17/2024
3.0.293 131 12/17/2024
3.0.292 379 12/16/2024
3.0.291 121 12/16/2024
3.0.290 115 12/16/2024
3.0.289 120 12/16/2024
3.0.288 56,337 12/5/2024
3.0.287 24,234 12/4/2024
3.0.286 8,576 12/4/2024
3.0.285 5,657 12/4/2024
3.0.284 3,383 12/4/2024
3.0.283 7,048 12/4/2024
3.0.282 218 12/4/2024
3.0.281 14,227 12/3/2024
3.0.280 139 12/3/2024
3.0.279 6,801 12/3/2024
3.0.278 4,120 12/2/2024
3.0.277 120 12/2/2024
3.0.276 6,148 12/2/2024
3.0.275 14,514 12/1/2024
3.0.274 5,895 12/1/2024
3.0.273 129 12/1/2024
3.0.272 136 12/1/2024
3.0.271 40,573 11/19/2024
3.0.270 139 11/19/2024
3.0.269 5,412 11/19/2024
3.0.268 150 11/19/2024
3.0.267 125 11/19/2024
3.0.266 14,315 11/19/2024
3.0.265 3,774 11/19/2024
3.0.264 28,200 11/14/2024
3.0.263 155 11/14/2024
3.0.262 3,002 11/14/2024
3.0.261 133 11/14/2024
3.0.260 130 11/14/2024
3.0.259 1,820 11/13/2024
3.0.258 146 11/13/2024
2.1.257 50,961 11/8/2024
2.1.256 14,312 11/8/2024
2.1.255 102 11/8/2024
2.1.254 98 11/8/2024
2.1.253 48,327 10/28/2024
2.1.252 113,550 10/1/2024
2.1.251 16,903 9/30/2024
2.1.250 30,130 9/27/2024
2.1.249 118 9/27/2024
2.1.248 107 9/27/2024
2.1.247 2,820 9/27/2024
2.1.246 105 9/27/2024
2.1.245 102 9/27/2024
2.1.244 105 9/27/2024
2.1.243 54,473 9/23/2024
2.1.242 802 9/23/2024
2.1.241 3,759 9/23/2024
2.1.240 110 9/23/2024
2.1.239 1,293 9/23/2024
2.1.238 129 9/23/2024
2.1.237 7,372 9/22/2024
2.1.236 28,361 9/17/2024
2.1.235 242 9/17/2024
2.1.234 124 9/17/2024
2.1.233 218 9/17/2024
2.1.232 134 9/17/2024
2.1.231 4,203 9/17/2024
2.1.230 155 9/17/2024
2.1.229 50,081 9/11/2024
2.1.228 17,084 9/11/2024
2.1.227 23,562 9/9/2024
2.1.226 9,691 9/9/2024
2.1.225 5,931 9/9/2024
2.1.224 8,349 9/9/2024
2.1.223 8,980 9/9/2024
2.1.222 120 9/9/2024
2.1.221 143 9/9/2024
2.1.220 36,556 9/5/2024
2.1.219 7,213 9/5/2024
2.1.218 122 9/5/2024
2.1.217 137 9/5/2024
2.1.216 1,216 9/5/2024
2.1.215 142 9/5/2024
2.1.214 3,916 9/5/2024
2.1.213 20,872 9/4/2024
2.1.212 49,786 8/20/2024
2.1.211 5,671 8/20/2024
2.1.210 132 8/20/2024
2.1.209 131 8/20/2024
2.1.208 5,026 8/20/2024
2.1.207 134 8/20/2024
2.1.206 124 8/20/2024
2.1.205 73,010 7/24/2024
2.1.204 5,821 7/24/2024
2.1.203 96 7/24/2024
2.1.202 27,920 7/13/2024
2.1.201 129 7/13/2024
2.1.200 15,761 7/10/2024
2.1.199 4,653 7/10/2024
2.1.198 156 7/10/2024
2.1.196 4,304 7/9/2024
2.1.194 3,368 7/9/2024
2.1.193 19,574 7/9/2024
2.1.192 5,960 7/9/2024
2.1.191 667 7/9/2024
2.1.190 120 7/9/2024
2.1.189 9,224 7/9/2024
2.1.188 2,826 7/8/2024
2.1.187 121 7/8/2024
2.1.186 141 7/8/2024
2.1.185 111 7/8/2024
2.1.184 114 7/8/2024
2.1.183 5,433 7/8/2024
2.1.182 133 7/8/2024
2.1.181 116 7/8/2024
2.1.180 573 7/8/2024
2.1.179 24,904 7/7/2024
2.1.178 3,272 7/7/2024
2.1.177 22,161 7/3/2024
2.1.176 37,471 6/14/2024
2.1.174 43,411 5/27/2024
2.1.173 3,107 5/27/2024
2.1.172 109 5/27/2024
2.1.171 20,316 5/25/2024
2.1.170 7,488 5/25/2024
2.1.169 123 5/25/2024
2.1.168 124 5/25/2024
2.1.167 4,427 5/25/2024
2.1.166 127 5/25/2024
2.1.165 152 5/25/2024
2.1.164 142 5/25/2024
2.1.163 4,114 5/25/2024
2.1.162 117 5/25/2024
2.1.161 18,985 5/22/2024
2.1.160 4,786 5/22/2024
2.1.159 2,417 5/22/2024
2.1.158 126 5/22/2024
2.1.157 126 5/22/2024
2.1.156 133 5/22/2024
2.1.155 9,846 5/22/2024
2.1.154 16,392 5/16/2024
2.1.153 47,268 4/28/2024
2.1.152 112 4/28/2024
2.1.151 7,383 4/28/2024
2.1.150 112 4/28/2024
2.1.149 127 4/28/2024
2.1.148 693 4/28/2024
2.1.147 125 4/28/2024
2.1.146 134 4/28/2024
2.1.145 5,226 4/27/2024
2.1.144 156 4/27/2024
2.1.143 121 4/27/2024
2.1.142 38,087 4/12/2024
2.1.141 155 4/12/2024
2.1.140 4,830 4/12/2024
2.1.139 152 4/12/2024
2.1.138 132 4/12/2024
2.1.137 3,147 4/12/2024
2.1.136 142 4/12/2024
2.1.135 140 4/12/2024
2.1.134 129 4/12/2024
2.1.133 27,237 4/1/2024
2.1.132 18,617 3/25/2024
2.1.131 20,195 3/18/2024
2.1.130 213 3/18/2024
2.1.129 364 3/18/2024
2.1.128 18,920 3/13/2024
2.1.127 191 3/13/2024
2.1.126 189 3/13/2024
2.1.125 1,697 3/13/2024
2.1.124 185 3/13/2024
2.1.123 192 3/13/2024
2.1.122 37,971 3/8/2024
2.1.121 15,927 3/3/2024
2.1.120 13,343 3/2/2024
2.1.119 2,081 3/1/2024
2.1.117 12,127 2/28/2024
2.1.116 23,056 2/25/2024
2.1.115 232 2/25/2024
2.1.114 18,574 2/21/2024
2.1.113 4,726 2/21/2024
2.1.112 2,831 2/21/2024
2.1.111 1,901 2/21/2024
2.1.110 257 2/21/2024
2.1.109 6,011 2/21/2024
2.1.108 250 2/21/2024
2.1.107 265 2/21/2024
2.1.106 14,997 2/20/2024
2.1.105 1,662 2/20/2024
2.1.104 10,041 2/19/2024
2.1.103 10,250 2/16/2024
2.1.102 6,982 2/16/2024
2.1.101 251 2/16/2024
2.1.100 6,612 2/16/2024
2.1.99 40,341 2/9/2024
2.1.98 36,452 2/7/2024
2.1.97 4,604 2/6/2024
2.1.96 2,804 2/6/2024
2.1.95 469 2/6/2024
2.1.94 274 2/6/2024
2.1.93 13,496 2/4/2024
2.1.92 98,844 1/15/2024
2.1.91 5,369 1/15/2024
2.1.90 384 1/15/2024
2.1.89 3,133 1/15/2024
2.1.88 328 1/15/2024
2.1.87 37,498 1/7/2024
2.1.86 7,381 1/5/2024
2.1.85 4,476 1/5/2024
2.1.84 365 1/5/2024
2.1.83 389 1/5/2024
2.1.82 5,084 1/5/2024
2.1.81 12,779 1/1/2024
2.1.80 442 1/1/2024
2.1.79 8,370 12/28/2023
2.1.78 4,269 12/28/2023
2.1.77 4,154 12/27/2023
2.1.76 416 12/27/2023
2.1.75 420 12/27/2023
2.1.74 5,017 12/27/2023
2.1.73 392 12/27/2023
2.1.72 432 12/27/2023
2.1.71 15,738 12/25/2023
2.1.70 884 12/25/2023
2.1.69 431 12/25/2023
2.1.68 431 12/25/2023
2.1.67 4,734 12/25/2023
2.1.66 12,779 12/24/2023
2.1.65 7,725 12/23/2023
2.1.64 2,085 12/23/2023
2.1.63 394 12/23/2023
2.1.62 5,540 12/23/2023
2.1.61 443 12/23/2023
2.1.60 388 12/23/2023
2.1.59 1,838 12/23/2023
2.1.58 396 12/23/2023
2.1.57 13,758 12/19/2023
2.1.56 4,603 12/18/2023
2.1.55 12,893 12/10/2023
2.1.51 6,306 12/10/2023
2.1.50 11,086 12/9/2023
2.1.49 438 12/9/2023
2.1.48 524 12/9/2023
2.1.47 455 12/9/2023
2.1.46 451 12/9/2023
2.1.45 474 12/9/2023
2.1.44 7,484 12/9/2023
2.1.43 11,635 12/6/2023
2.1.42 9,344 12/4/2023
2.1.41 5,963 12/4/2023
2.1.40 495 12/4/2023
2.1.39 899 12/4/2023
2.1.38 530 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,062 11/23/2023
2.1.32 3,221 11/23/2023
2.1.31 9,548 11/20/2023
2.1.30 3,857 11/20/2023
2.1.29 6,822 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,474 11/17/2023
2.1.16 485 11/17/2023
2.1.15 467 11/17/2023
2.1.14 1,889 11/17/2023
2.1.13 7,996 11/17/2023
2.1.12 2,111 11/17/2023
2.1.11 463 11/17/2023
2.1.10 496 11/17/2023
2.1.9 509 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 917 11/16/2023
2.1.4 457 11/16/2023
2.0.140 5,573 11/15/2023
2.0.139 481 11/15/2023
2.0.138 464 11/15/2023
2.0.137 466 11/15/2023
2.0.136 460 11/15/2023
2.0.3 452 11/16/2023
2.0.2 467 11/16/2023
2.0.1 421 11/16/2023
1.0.135 12,283 11/10/2023
1.0.134 487 11/10/2023
1.0.133 5,848 11/9/2023
1.0.132 437 11/9/2023
1.0.131 482 11/9/2023
1.0.130 2,106 11/8/2023
1.0.129 10,584 11/6/2023
1.0.128 463 11/6/2023
1.0.127 491 11/6/2023
1.0.126 493 11/6/2023
1.0.125 3,933 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 461 11/2/2023
1.0.120 3,787 11/1/2023
1.0.119 19,791 10/18/2023
1.0.118 524 10/18/2023
1.0.117 529 10/18/2023
1.0.116 503 10/18/2023
1.0.115 4,260 10/17/2023
1.0.114 4,979 10/16/2023
1.0.113 519 10/16/2023
1.0.112 507 10/16/2023
1.0.111 539 10/16/2023
1.0.110 7,393 10/13/2023
1.0.109 559 10/13/2023
1.0.108 13,923 9/19/2023
1.0.107 551 9/19/2023
1.0.106 563 9/19/2023
1.0.105 506 9/19/2023
1.0.104 6,649 9/18/2023
1.0.103 549 9/18/2023
1.0.102 16,280 8/30/2023
1.0.101 626 8/30/2023
1.0.100 572 8/30/2023
1.0.99 571 8/30/2023
1.0.98 590 8/30/2023
1.0.97 12,089 8/25/2023
1.0.96 5,519 8/24/2023
1.0.95 580 8/24/2023
1.0.94 10,750 8/18/2023
1.0.93 605 8/18/2023
1.0.92 4,957 8/17/2023
1.0.91 577 8/17/2023
1.0.90 590 8/17/2023
1.0.89 18,484 8/8/2023
1.0.88 632 8/8/2023
1.0.87 5,998 8/7/2023
1.0.86 638 8/7/2023
1.0.85 623 8/7/2023
1.0.84 22,405 7/10/2023
1.0.83 686 7/10/2023
1.0.82 699 7/10/2023
1.0.81 713 7/10/2023
1.0.80 5,072 7/7/2023
1.0.79 660 7/7/2023
1.0.78 16,643 6/29/2023
1.0.77 4,594 6/28/2023
1.0.76 687 6/28/2023
1.0.75 710 6/28/2023
1.0.74 48,026 6/7/2023
1.0.73 6,133 6/7/2023
1.0.72 725 6/7/2023
1.0.71 717 6/7/2023
1.0.70 7,464 6/6/2023
1.0.69 708 6/6/2023
1.0.68 2,863 6/5/2023
1.0.67 689 6/5/2023
1.0.66 7,291 6/2/2023
1.0.65 732 6/2/2023
1.0.64 713 6/2/2023
1.0.63 28,811 5/30/2023
1.0.62 705 5/30/2023
1.0.61 8,353 5/29/2023
1.0.60 715 5/29/2023
1.0.59 6,651 5/26/2023
1.0.58 12,432 5/25/2023
1.0.57 720 5/25/2023
1.0.56 6,396 5/24/2023
1.0.55 734 5/24/2023
1.0.54 730 5/24/2023
1.0.53 712 5/24/2023
1.0.52 813 5/24/2023
1.0.51 4,263 5/23/2023
1.0.50 715 5/23/2023
1.0.49 723 5/23/2023
1.0.46 13,518 5/22/2023
1.0.45 11,037 5/18/2023
1.0.44 6,606 5/17/2023
1.0.43 703 5/17/2023
1.0.42 689 5/17/2023
1.0.41 688 5/17/2023
1.0.40 17,455 4/24/2023
1.0.39 2,421 4/24/2023
1.0.38 762 4/24/2023
1.0.37 4,088 4/21/2023
1.0.36 713 4/21/2023
1.0.35 716 4/21/2023
1.0.34 4,544 4/20/2023
1.0.33 902 4/20/2023
1.0.32 850 4/20/2023
1.0.31 4,186 4/19/2023
1.0.30 1,921 4/18/2023
1.0.29 750 4/18/2023
1.0.28 1,897 4/18/2023
1.0.27 3,377 4/17/2023
1.0.26 822 4/16/2023
1.0.25 768 4/16/2023
1.0.24 3,524 4/14/2023
1.0.23 2,574 4/13/2023
1.0.22 2,469 4/12/2023
1.0.21 749 4/12/2023
1.0.20 749 4/12/2023
1.0.19 1,774 4/11/2023
1.0.18 820 4/11/2023
1.0.17 2,615 4/11/2023
1.0.16 3,009 4/7/2023
1.0.15 3,831 4/3/2023
1.0.14 796 4/3/2023
1.0.13 783 4/3/2023
1.0.12 745 4/3/2023
1.0.11 2,069 4/1/2023
1.0.10 1,177 3/30/2023
1.0.9 917 3/26/2023
1.0.7 4,005 2/27/2023
1.0.6 826 2/26/2023
1.0.5 806 2/22/2023
1.0.4 998 2/22/2023
1.0.3 840 2/22/2023
1.0.2 1,373 2/12/2023
1.0.1 1,034 2/12/2023