Soenneker.Extensions.String 2.1.165

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.165
                    
NuGet\Install-Package Soenneker.Extensions.String -Version 2.1.165
                    
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.165" />
                    
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.165" />
                    
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.165
                    
#r "nuget: Soenneker.Extensions.String, 2.1.165"
                    
#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.165
                    
Install Soenneker.Extensions.String as a Cake Addin
#tool nuget:?package=Soenneker.Extensions.String&version=2.1.165
                    
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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (44)

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

A useful utility library dealing with Serilog logging

Soenneker.Extensions.Type

An extension library for useful Type operations

Soenneker.Extensions.Enumerable.String

A collection of helpful enumerable string extension methods

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.464 62,702 20 days ago
3.0.463 11,961 21 days ago
3.0.462 132 21 days ago
3.0.461 8,640 21 days ago
3.0.460 144 21 days ago
3.0.459 47,388 a month ago
3.0.458 6,540 a month ago
3.0.457 81 a month ago
3.0.456 4,290 a month ago
3.0.455 81 a month ago
3.0.454 78 a month ago
3.0.453 2,192 a month ago
3.0.452 81 a month ago
3.0.451 81 a month ago
3.0.450 78 a month ago
3.0.449 83 a month ago
3.0.448 38,520 a month ago
3.0.447 1,695 a month ago
3.0.446 36,488 a month ago
3.0.445 27,692 a month ago
3.0.444 1,575 a month ago
3.0.443 89 a month ago
3.0.442 94 a month ago
3.0.441 27,405 2 months ago
3.0.440 21,380 2 months ago
3.0.439 4,107 2 months ago
3.0.438 7,113 2 months ago
3.0.437 5,532 2 months ago
3.0.436 3,360 2 months ago
3.0.435 101 2 months ago
3.0.434 2,929 2 months ago
3.0.433 12,499 2 months ago
3.0.432 5,911 2 months ago
3.0.431 291 2 months ago
3.0.430 85 2 months ago
3.0.429 18,066 2 months ago
3.0.428 95 2 months ago
3.0.427 27,529 2 months ago
3.0.426 2,408 2 months ago
3.0.425 89 2 months ago
3.0.424 8,954 2 months ago
3.0.423 3,159 2 months ago
3.0.422 2,387 2 months ago
3.0.421 95 2 months ago
3.0.420 89 2 months ago
3.0.419 2,446 2 months ago
3.0.418 102 2 months ago
3.0.417 88 2 months ago
3.0.416 89 2 months ago
3.0.415 5,285 2 months ago
3.0.414 121 2 months ago
3.0.413 86 2 months ago
3.0.412 64,613 2 months ago
3.0.411 2,922 2 months ago
3.0.410 120 2 months ago
3.0.409 6,348 2 months ago
3.0.408 1,403 2 months ago
3.0.407 88 2 months ago
3.0.406 87 2 months ago
3.0.405 24,475 2 months ago
3.0.404 20,743 2 months ago
3.0.403 19,231 2 months ago
3.0.402 472 2 months ago
3.0.401 6,575 2 months ago
3.0.400 86 2 months ago
3.0.398 7,040 2 months ago
3.0.397 22,223 2 months ago
3.0.396 90 2 months ago
3.0.395 124 2 months ago
3.0.394 19,138 2 months ago
3.0.393 4,537 2 months ago
3.0.392 1,805 2 months ago
3.0.391 99 2 months ago
3.0.390 10,540 2 months ago
3.0.389 85 2 months ago
3.0.388 4,024 2 months ago
3.0.387 102 2 months ago
3.0.386 86 2 months ago
3.0.385 8,795 2 months ago
3.0.384 86 2 months ago
3.0.383 88 2 months ago
3.0.382 85 2 months ago
3.0.381 27,673 2 months ago
3.0.380 289 2 months ago
3.0.379 76 2 months ago
3.0.378 16,034 2 months ago
3.0.377 15,066 2 months ago
3.0.376 17,127 3 months ago
3.0.375 14,283 3 months ago
3.0.374 12,792 3 months ago
3.0.373 5,001 3 months ago
3.0.372 3,672 3 months ago
3.0.371 7,046 3 months ago
3.0.370 5,666 3 months ago
3.0.369 3,044 3 months ago
3.0.368 1,196 3 months ago
3.0.367 673 3 months ago
3.0.366 223 3 months ago
3.0.365 77 3 months ago
3.0.364 3,580 3 months ago
3.0.363 2,161 3 months ago
3.0.362 77 3 months ago
3.0.361 5,201 3 months ago
3.0.360 22,904 3 months ago
3.0.359 15,930 3 months ago
3.0.358 4,542 3 months ago
3.0.357 88 3 months ago
3.0.356 91 3 months ago
3.0.355 3,894 3 months ago
3.0.354 89 3 months ago
3.0.353 123 3 months ago
3.0.352 96 3 months ago
3.0.351 25,594 3 months ago
3.0.350 130 3 months ago
3.0.349 107 3 months ago
3.0.348 6,582 3 months ago
3.0.347 117 3 months ago
3.0.346 112 3 months ago
3.0.345 1,608 3 months ago
3.0.344 17,005 3 months ago
3.0.343 124 3 months ago
3.0.342 126 3 months ago
3.0.341 557 3 months ago
3.0.340 109 3 months ago
3.0.339 112 3 months ago
3.0.338 2,112 3 months ago
3.0.337 129 3 months ago
3.0.336 116 3 months ago
3.0.335 143 3 months ago
3.0.334 8,105 3 months ago
3.0.333 22,026 3 months ago
3.0.332 97 3 months ago
3.0.331 97 3 months ago
3.0.330 9,772 3 months ago
3.0.329 111 3 months ago
3.0.328 107 3 months ago
3.0.327 4,289 3 months ago
3.0.326 40,210 3 months ago
3.0.325 99 3 months ago
3.0.324 100 3 months ago
3.0.323 6,796 3 months ago
3.0.322 105 3 months ago
3.0.321 101 3 months ago
3.0.320 1,601 3 months ago
3.0.319 40,442 3 months ago
3.0.318 471 3 months ago
3.0.317 106 3 months ago
3.0.316 6,694 3 months ago
3.0.315 94 3 months ago
3.0.314 1,030 3 months ago
3.0.313 9,734 3 months ago
3.0.312 102 3 months ago
3.0.311 3,387 3 months ago
3.0.310 5,038 3 months ago
3.0.309 105 3 months ago
3.0.308 7,200 3 months ago
3.0.307 97 3 months ago
3.0.306 596 3 months ago
3.0.305 5,086 3 months ago
3.0.304 96 3 months ago
3.0.303 7,276 3 months ago
3.0.302 3,797 3 months ago
3.0.301 99 3 months ago
3.0.300 14,577 3 months ago
3.0.299 1,469 3 months ago
3.0.298 653 3 months ago
3.0.297 99 3 months ago
3.0.296 236 3 months ago
3.0.295 25,111 3 months ago
3.0.294 3,877 3 months ago
3.0.293 119 3 months ago
3.0.292 359 3 months ago
3.0.291 110 3 months ago
3.0.290 103 3 months ago
3.0.289 109 3 months ago
3.0.288 56,306 4 months ago
3.0.287 24,209 4 months ago
3.0.286 8,565 4 months ago
3.0.285 5,646 4 months ago
3.0.284 3,370 4 months ago
3.0.283 7,030 4 months ago
3.0.282 206 4 months ago
3.0.281 14,198 4 months ago
3.0.280 128 4 months ago
3.0.279 6,783 4 months ago
3.0.278 4,104 4 months ago
3.0.277 108 4 months ago
3.0.276 6,135 4 months ago
3.0.275 14,495 4 months ago
3.0.274 5,884 4 months ago
3.0.273 118 4 months ago
3.0.272 125 4 months ago
3.0.271 40,250 4 months ago
3.0.270 128 4 months ago
3.0.269 5,393 4 months ago
3.0.268 138 4 months ago
3.0.267 115 4 months ago
3.0.266 14,286 4 months ago
3.0.265 3,764 4 months ago
3.0.264 28,171 5 months ago
3.0.263 129 5 months ago
3.0.262 2,991 5 months ago
3.0.261 122 5 months ago
3.0.260 120 5 months ago
3.0.259 1,803 5 months ago
3.0.258 127 5 months ago
2.1.257 50,540 5 months ago
2.1.256 14,289 5 months ago
2.1.255 91 5 months ago
2.1.254 88 5 months ago
2.1.253 48,283 5 months ago
2.1.252 112,879 6 months ago
2.1.251 16,874 6 months ago
2.1.250 29,904 6 months ago
2.1.249 108 6 months ago
2.1.248 97 6 months ago
2.1.247 2,806 6 months ago
2.1.246 94 6 months ago
2.1.245 91 6 months ago
2.1.244 94 6 months ago
2.1.243 54,202 6 months ago
2.1.242 792 6 months ago
2.1.241 3,748 6 months ago
2.1.240 100 6 months ago
2.1.239 1,280 6 months ago
2.1.238 119 6 months ago
2.1.237 7,342 6 months ago
2.1.236 28,311 6 months ago
2.1.235 220 6 months ago
2.1.234 111 6 months ago
2.1.233 208 6 months ago
2.1.232 115 6 months ago
2.1.231 4,187 6 months ago
2.1.230 128 6 months ago
2.1.229 49,997 7 months ago
2.1.228 17,069 7 months ago
2.1.227 23,523 7 months ago
2.1.226 9,675 7 months ago
2.1.225 5,919 7 months ago
2.1.224 8,336 7 months ago
2.1.223 8,970 7 months ago
2.1.222 110 7 months ago
2.1.221 132 7 months ago
2.1.220 36,500 7 months ago
2.1.219 7,182 7 months ago
2.1.218 111 7 months ago
2.1.217 126 7 months ago
2.1.216 1,200 7 months ago
2.1.215 112 7 months ago
2.1.214 3,905 7 months ago
2.1.213 20,844 7 months ago
2.1.212 49,747 7 months ago
2.1.211 5,651 7 months ago
2.1.210 120 7 months ago
2.1.209 121 7 months ago
2.1.208 5,015 7 months ago
2.1.207 124 7 months ago
2.1.206 114 7 months ago
2.1.205 72,917 8 months ago
2.1.204 5,808 8 months ago
2.1.203 86 8 months ago
2.1.202 27,610 9 months ago
2.1.201 119 9 months ago
2.1.200 15,725 9 months ago
2.1.199 4,640 9 months ago
2.1.198 134 9 months ago
2.1.196 4,291 9 months ago
2.1.194 3,358 9 months ago
2.1.193 19,549 9 months ago
2.1.192 5,935 9 months ago
2.1.191 657 9 months ago
2.1.190 110 9 months ago
2.1.189 9,214 9 months ago
2.1.188 2,810 9 months ago
2.1.187 110 9 months ago
2.1.186 131 9 months ago
2.1.185 101 9 months ago
2.1.184 104 9 months ago
2.1.183 5,395 9 months ago
2.1.182 123 9 months ago
2.1.181 105 9 months ago
2.1.180 563 9 months ago
2.1.179 24,879 9 months ago
2.1.178 3,254 9 months ago
2.1.177 22,137 9 months ago
2.1.176 37,350 10 months ago
2.1.174 43,354 5/27/2024
2.1.173 3,090 5/27/2024
2.1.172 99 5/27/2024
2.1.171 20,247 5/25/2024
2.1.170 7,454 5/25/2024
2.1.169 114 5/25/2024
2.1.168 114 5/25/2024
2.1.167 4,411 5/25/2024
2.1.166 107 5/25/2024
2.1.165 124 5/25/2024
2.1.164 131 5/25/2024
2.1.163 4,104 5/25/2024
2.1.162 107 5/25/2024
2.1.161 18,970 5/22/2024
2.1.160 4,772 5/22/2024
2.1.159 2,402 5/22/2024
2.1.158 116 5/22/2024
2.1.157 116 5/22/2024
2.1.156 122 5/22/2024
2.1.155 9,816 5/22/2024
2.1.154 16,365 5/16/2024
2.1.153 47,214 4/28/2024
2.1.152 102 4/28/2024
2.1.151 7,360 4/28/2024
2.1.150 103 4/28/2024
2.1.149 117 4/28/2024
2.1.148 682 4/28/2024
2.1.147 116 4/28/2024
2.1.146 124 4/28/2024
2.1.145 5,215 4/27/2024
2.1.144 147 4/27/2024
2.1.143 112 4/27/2024
2.1.142 38,030 4/12/2024
2.1.141 146 4/12/2024
2.1.140 4,821 4/12/2024
2.1.139 143 4/12/2024
2.1.138 123 4/12/2024
2.1.137 3,137 4/12/2024
2.1.136 133 4/12/2024
2.1.135 130 4/12/2024
2.1.134 118 4/12/2024
2.1.133 26,778 4/1/2024
2.1.132 18,571 3/25/2024
2.1.131 20,158 3/18/2024
2.1.130 194 3/18/2024
2.1.129 354 3/18/2024
2.1.128 18,886 3/13/2024
2.1.127 181 3/13/2024
2.1.126 179 3/13/2024
2.1.125 1,677 3/13/2024
2.1.124 174 3/13/2024
2.1.123 182 3/13/2024
2.1.122 37,906 3/8/2024
2.1.121 15,893 3/3/2024
2.1.120 13,300 3/2/2024
2.1.119 2,062 3/1/2024
2.1.117 12,091 2/28/2024
2.1.116 22,979 2/25/2024
2.1.115 223 2/25/2024
2.1.114 18,552 2/21/2024
2.1.113 4,714 2/21/2024
2.1.112 2,821 2/21/2024
2.1.111 1,869 2/21/2024
2.1.110 247 2/21/2024
2.1.109 5,996 2/21/2024
2.1.108 240 2/21/2024
2.1.107 255 2/21/2024
2.1.106 14,978 2/20/2024
2.1.105 1,647 2/20/2024
2.1.104 9,993 2/19/2024
2.1.103 10,241 2/16/2024
2.1.102 6,938 2/16/2024
2.1.101 242 2/16/2024
2.1.100 6,590 2/16/2024
2.1.99 40,254 2/9/2024
2.1.98 36,397 2/7/2024
2.1.97 4,585 2/6/2024
2.1.96 2,792 2/6/2024
2.1.95 460 2/6/2024
2.1.94 265 2/6/2024
2.1.93 13,466 2/4/2024
2.1.92 98,761 1/15/2024
2.1.91 5,357 1/15/2024
2.1.90 373 1/15/2024
2.1.89 3,124 1/15/2024
2.1.88 319 1/15/2024
2.1.87 37,443 1/7/2024
2.1.86 7,372 1/5/2024
2.1.85 4,464 1/5/2024
2.1.84 356 1/5/2024
2.1.83 379 1/5/2024
2.1.82 5,071 1/5/2024
2.1.81 12,749 1/1/2024
2.1.80 433 1/1/2024
2.1.79 8,357 12/28/2023
2.1.78 4,255 12/28/2023
2.1.77 4,142 12/27/2023
2.1.76 407 12/27/2023
2.1.75 410 12/27/2023
2.1.74 5,000 12/27/2023
2.1.73 383 12/27/2023
2.1.72 423 12/27/2023
2.1.71 15,701 12/25/2023
2.1.70 875 12/25/2023
2.1.69 422 12/25/2023
2.1.68 422 12/25/2023
2.1.67 4,716 12/25/2023
2.1.66 12,749 12/24/2023
2.1.65 7,697 12/23/2023
2.1.64 2,076 12/23/2023
2.1.63 385 12/23/2023
2.1.62 5,528 12/23/2023
2.1.61 434 12/23/2023
2.1.60 378 12/23/2023
2.1.59 1,829 12/23/2023
2.1.58 387 12/23/2023
2.1.57 13,731 12/19/2023
2.1.56 4,582 12/18/2023
2.1.55 12,869 12/10/2023
2.1.51 6,288 12/10/2023
2.1.50 11,053 12/9/2023
2.1.49 429 12/9/2023
2.1.48 515 12/9/2023
2.1.47 446 12/9/2023
2.1.46 440 12/9/2023
2.1.45 465 12/9/2023
2.1.44 7,470 12/9/2023
2.1.43 11,610 12/6/2023
2.1.42 9,324 12/4/2023
2.1.41 5,957 12/4/2023
2.1.40 493 12/4/2023
2.1.39 893 12/4/2023
2.1.38 529 12/4/2023
2.1.37 15,742 11/23/2023
2.1.36 443 11/23/2023
2.1.35 827 11/23/2023
2.1.34 465 11/23/2023
2.1.33 2,061 11/23/2023
2.1.32 3,220 11/23/2023
2.1.31 9,529 11/20/2023
2.1.30 3,848 11/20/2023
2.1.29 6,812 11/19/2023
2.1.28 1,179 11/19/2023
2.1.27 462 11/19/2023
2.1.26 458 11/19/2023
2.1.25 447 11/19/2023
2.1.24 2,342 11/19/2023
2.1.23 10,048 11/18/2023
2.1.22 489 11/18/2023
2.1.21 3,321 11/18/2023
2.1.20 2,256 11/18/2023
2.1.19 475 11/18/2023
2.1.18 5,821 11/17/2023
2.1.17 1,472 11/17/2023
2.1.16 484 11/17/2023
2.1.15 466 11/17/2023
2.1.14 1,888 11/17/2023
2.1.13 7,990 11/17/2023
2.1.12 2,110 11/17/2023
2.1.11 462 11/17/2023
2.1.10 494 11/17/2023
2.1.9 508 11/17/2023
2.1.8 3,698 11/17/2023
2.1.7 1,671 11/16/2023
2.1.6 420 11/16/2023
2.1.5 916 11/16/2023
2.1.4 456 11/16/2023
2.0.140 5,567 11/15/2023
2.0.139 480 11/15/2023
2.0.138 463 11/15/2023
2.0.137 465 11/15/2023
2.0.136 459 11/15/2023
2.0.3 451 11/16/2023
2.0.2 465 11/16/2023
2.0.1 420 11/16/2023
1.0.135 12,274 11/10/2023
1.0.134 486 11/10/2023
1.0.133 5,840 11/9/2023
1.0.132 436 11/9/2023
1.0.131 481 11/9/2023
1.0.130 2,104 11/8/2023
1.0.129 10,558 11/6/2023
1.0.128 462 11/6/2023
1.0.127 489 11/6/2023
1.0.126 491 11/6/2023
1.0.125 3,931 11/3/2023
1.0.124 7,104 11/2/2023
1.0.123 508 11/2/2023
1.0.122 488 11/2/2023
1.0.121 460 11/2/2023
1.0.120 3,786 11/1/2023
1.0.119 19,757 10/18/2023
1.0.118 523 10/18/2023
1.0.117 528 10/18/2023
1.0.116 501 10/18/2023
1.0.115 4,252 10/17/2023
1.0.114 4,978 10/16/2023
1.0.113 517 10/16/2023
1.0.112 506 10/16/2023
1.0.111 538 10/16/2023
1.0.110 7,388 10/13/2023
1.0.109 558 10/13/2023
1.0.108 13,914 9/19/2023
1.0.107 550 9/19/2023
1.0.106 562 9/19/2023
1.0.105 505 9/19/2023
1.0.104 6,641 9/18/2023
1.0.103 547 9/18/2023
1.0.102 16,269 8/30/2023
1.0.101 622 8/30/2023
1.0.100 567 8/30/2023
1.0.99 567 8/30/2023
1.0.98 586 8/30/2023
1.0.97 12,062 8/25/2023
1.0.96 5,508 8/24/2023
1.0.95 576 8/24/2023
1.0.94 10,723 8/18/2023
1.0.93 600 8/18/2023
1.0.92 4,952 8/17/2023
1.0.91 572 8/17/2023
1.0.90 584 8/17/2023
1.0.89 18,476 8/8/2023
1.0.88 617 8/8/2023
1.0.87 5,986 8/7/2023
1.0.86 633 8/7/2023
1.0.85 618 8/7/2023
1.0.84 22,391 7/10/2023
1.0.83 680 7/10/2023
1.0.82 693 7/10/2023
1.0.81 707 7/10/2023
1.0.80 5,066 7/7/2023
1.0.79 653 7/7/2023
1.0.78 16,627 6/29/2023
1.0.77 4,578 6/28/2023
1.0.76 680 6/28/2023
1.0.75 704 6/28/2023
1.0.74 47,894 6/7/2023
1.0.73 6,125 6/7/2023
1.0.72 708 6/7/2023
1.0.71 700 6/7/2023
1.0.70 7,431 6/6/2023
1.0.69 700 6/6/2023
1.0.68 2,855 6/5/2023
1.0.67 672 6/5/2023
1.0.66 7,228 6/2/2023
1.0.65 724 6/2/2023
1.0.64 705 6/2/2023
1.0.63 28,685 5/30/2023
1.0.62 697 5/30/2023
1.0.61 8,329 5/29/2023
1.0.60 707 5/29/2023
1.0.59 6,642 5/26/2023
1.0.58 12,416 5/25/2023
1.0.57 713 5/25/2023
1.0.56 6,387 5/24/2023
1.0.55 726 5/24/2023
1.0.54 722 5/24/2023
1.0.53 704 5/24/2023
1.0.52 805 5/24/2023
1.0.51 4,255 5/23/2023
1.0.50 707 5/23/2023
1.0.49 714 5/23/2023
1.0.46 13,510 5/22/2023
1.0.45 11,029 5/18/2023
1.0.44 6,597 5/17/2023
1.0.43 694 5/17/2023
1.0.42 681 5/17/2023
1.0.41 679 5/17/2023
1.0.40 17,447 4/24/2023
1.0.39 2,413 4/24/2023
1.0.38 755 4/24/2023
1.0.37 4,080 4/21/2023
1.0.36 704 4/21/2023
1.0.35 708 4/21/2023
1.0.34 4,536 4/20/2023
1.0.33 893 4/20/2023
1.0.32 842 4/20/2023
1.0.31 4,177 4/19/2023
1.0.30 1,913 4/18/2023
1.0.29 740 4/18/2023
1.0.28 1,889 4/18/2023
1.0.27 3,368 4/17/2023
1.0.26 814 4/16/2023
1.0.25 760 4/16/2023
1.0.24 3,516 4/14/2023
1.0.23 2,566 4/13/2023
1.0.22 2,461 4/12/2023
1.0.21 741 4/12/2023
1.0.20 741 4/12/2023
1.0.19 1,766 4/11/2023
1.0.18 811 4/11/2023
1.0.17 2,591 4/11/2023
1.0.16 3,001 4/7/2023
1.0.15 3,817 4/3/2023
1.0.14 788 4/3/2023
1.0.13 775 4/3/2023
1.0.12 736 4/3/2023
1.0.11 2,061 4/1/2023
1.0.10 1,169 3/30/2023
1.0.9 909 3/26/2023
1.0.7 3,980 2/27/2023
1.0.6 803 2/26/2023
1.0.5 798 2/22/2023
1.0.4 989 2/22/2023
1.0.3 832 2/22/2023
1.0.2 1,365 2/12/2023
1.0.1 1,026 2/12/2023