Soenneker.Utils.String.JaccardSimilarity 2.1.34

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Utils.String.JaccardSimilarity --version 2.1.34                
NuGet\Install-Package Soenneker.Utils.String.JaccardSimilarity -Version 2.1.34                
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.Utils.String.JaccardSimilarity" Version="2.1.34" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Utils.String.JaccardSimilarity --version 2.1.34                
#r "nuget: Soenneker.Utils.String.JaccardSimilarity, 2.1.34"                
#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.
// Install Soenneker.Utils.String.JaccardSimilarity as a Cake Addin
#addin nuget:?package=Soenneker.Utils.String.JaccardSimilarity&version=2.1.34

// Install Soenneker.Utils.String.JaccardSimilarity as a Cake Tool
#tool nuget:?package=Soenneker.Utils.String.JaccardSimilarity&version=2.1.34                

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.Utils.String.JaccardSimilarity

A utility library for comparing strings via the Jaccard similarity algorithm

Installation

dotnet add package Soenneker.Utils.String.JaccardSimilarity

Why?

Jaccard similarity is great for comparing sets of items, and it's often used for tasks like detecting similar documents or recommending content. It's useful because:

Set-Focused:

It works well when you care about what elements are present, not their order.

Scale Doesn't Matter:

It's not influenced by how big the sets are, just by what they share.

Efficient:

It's quick to calculate making it suitable for large datasets.

Handles Noise Well:

It stays reliable even if there's extra, less important information in the sets.

Usage

var text1 = "This is a test";
var text2 = "This is another test";

double result = JaccardSimilarityStringUtil.CalculateSimilarityPercentage(text1, text2); // 60
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.614 44 11/1/2024
2.1.613 39 11/1/2024
2.1.612 35 11/1/2024
2.1.611 61 10/29/2024
2.1.610 61 10/29/2024
2.1.609 62 10/29/2024
2.1.608 59 10/29/2024
2.1.607 55 10/29/2024
2.1.606 70 10/28/2024
2.1.605 68 10/26/2024
2.1.604 65 10/26/2024
2.1.603 69 10/22/2024
2.1.602 64 10/22/2024
2.1.601 65 10/22/2024
2.1.600 81 10/22/2024
2.1.599 66 10/22/2024
2.1.598 72 10/18/2024
2.1.597 75 10/17/2024
2.1.596 71 10/17/2024
2.1.595 76 10/15/2024
2.1.594 70 10/15/2024
2.1.593 74 10/14/2024
2.1.592 72 10/12/2024
2.1.591 67 10/12/2024
2.1.590 76 10/11/2024
2.1.589 76 10/9/2024
2.1.588 70 10/9/2024
2.1.587 69 10/9/2024
2.1.586 72 10/9/2024
2.1.585 72 10/8/2024
2.1.584 77 10/8/2024
2.1.583 68 10/8/2024
2.1.582 77 10/8/2024
2.1.581 73 10/8/2024
2.1.580 77 10/3/2024
2.1.579 65 10/3/2024
2.1.578 76 10/3/2024
2.1.577 70 10/3/2024
2.1.576 72 10/3/2024
2.1.575 75 10/2/2024
2.1.574 79 10/2/2024
2.1.573 74 10/2/2024
2.1.572 77 10/2/2024
2.1.571 73 10/1/2024
2.1.570 69 10/1/2024
2.1.569 70 10/1/2024
2.1.568 74 10/1/2024
2.1.567 79 10/1/2024
2.1.566 77 9/29/2024
2.1.565 72 9/29/2024
2.1.564 79 9/29/2024
2.1.563 71 9/29/2024
2.1.562 72 9/27/2024
2.1.561 85 9/27/2024
2.1.560 83 9/27/2024
2.1.559 83 9/27/2024
2.1.558 77 9/27/2024
2.1.557 69 9/27/2024
2.1.556 72 9/27/2024
2.1.555 72 9/26/2024
2.1.554 82 9/26/2024
2.1.553 77 9/26/2024
2.1.552 78 9/26/2024
2.1.551 73 9/26/2024
2.1.550 77 9/26/2024
2.1.549 73 9/26/2024
2.1.548 78 9/26/2024
2.1.547 79 9/23/2024
2.1.546 72 9/23/2024
2.1.545 76 9/23/2024
2.1.544 77 9/23/2024
2.1.543 72 9/23/2024
2.1.542 77 9/23/2024
2.1.541 75 9/23/2024
2.1.540 73 9/23/2024
2.1.539 100 9/18/2024
2.1.538 73 9/18/2024
2.1.537 76 9/18/2024
2.1.536 86 9/18/2024
2.1.535 76 9/18/2024
2.1.534 79 9/17/2024
2.1.533 79 9/17/2024
2.1.531 82 9/17/2024
2.1.530 88 9/17/2024
2.1.529 86 9/17/2024
2.1.528 90 9/17/2024
2.1.527 89 9/17/2024
2.1.526 84 9/16/2024
2.1.525 91 9/16/2024
2.1.524 93 9/12/2024
2.1.523 90 9/12/2024
2.1.522 97 9/12/2024
2.1.521 99 9/12/2024
2.1.520 98 9/11/2024
2.1.519 93 9/11/2024
2.1.517 88 9/11/2024
2.1.516 104 9/11/2024
2.1.515 87 9/10/2024
2.1.514 85 9/10/2024
2.1.513 86 9/10/2024
2.1.512 83 9/10/2024
2.1.511 85 9/10/2024
2.1.510 93 9/10/2024
2.1.509 82 9/9/2024
2.1.508 87 9/9/2024
2.1.507 93 9/9/2024
2.1.506 87 9/9/2024
2.1.505 86 9/9/2024
2.1.504 95 9/9/2024
2.1.503 95 9/7/2024
2.1.502 88 9/7/2024
2.1.501 95 9/6/2024
2.1.500 92 9/6/2024
2.1.499 94 9/6/2024
2.1.498 96 9/6/2024
2.1.497 91 9/5/2024
2.1.496 95 9/5/2024
2.1.495 87 9/5/2024
2.1.494 98 9/5/2024
2.1.493 88 9/5/2024
2.1.492 87 9/5/2024
2.1.491 96 9/5/2024
2.1.490 93 9/4/2024
2.1.489 92 9/4/2024
2.1.488 92 9/3/2024
2.1.487 90 9/3/2024
2.1.486 92 9/3/2024
2.1.485 94 9/3/2024
2.1.484 86 9/3/2024
2.1.483 91 8/29/2024
2.1.482 89 8/29/2024
2.1.481 82 8/29/2024
2.1.480 100 8/26/2024
2.1.479 87 8/26/2024
2.1.478 104 8/26/2024
2.1.477 108 8/21/2024
2.1.476 119 8/21/2024
2.1.475 108 8/21/2024
2.1.474 94 8/21/2024
2.1.473 118 8/20/2024
2.1.472 105 8/20/2024
2.1.471 102 8/20/2024
2.1.470 106 8/20/2024
2.1.469 103 8/20/2024
2.1.468 108 8/20/2024
2.1.467 110 8/19/2024
2.1.466 104 8/15/2024
2.1.465 109 8/15/2024
2.1.464 103 8/15/2024
2.1.463 110 8/14/2024
2.1.462 108 8/14/2024
2.1.461 103 8/14/2024
2.1.460 106 8/13/2024
2.1.459 94 8/7/2024
2.1.458 90 8/7/2024
2.1.457 92 8/7/2024
2.1.456 82 8/6/2024
2.1.455 78 8/6/2024
2.1.454 58 8/1/2024
2.1.453 67 8/1/2024
2.1.452 66 8/1/2024
2.1.450 83 7/25/2024
2.1.449 86 7/25/2024
2.1.448 79 7/25/2024
2.1.447 77 7/25/2024
2.1.446 87 7/25/2024
2.1.445 85 7/25/2024
2.1.444 84 7/24/2024
2.1.442 85 7/20/2024
2.1.441 84 7/20/2024
2.1.440 89 7/20/2024
2.1.439 81 7/14/2024
2.1.438 85 7/14/2024
2.1.437 80 7/14/2024
2.1.436 81 7/14/2024
2.1.435 76 7/14/2024
2.1.434 83 7/10/2024
2.1.433 84 7/10/2024
2.1.432 83 7/10/2024
2.1.431 81 7/10/2024
2.1.429 77 7/10/2024
2.1.428 54 7/10/2024
2.1.427 80 7/10/2024
2.1.426 89 7/10/2024
2.1.424 88 7/10/2024
2.1.423 85 7/9/2024
2.1.422 71 7/9/2024
2.1.421 68 7/9/2024
2.1.420 77 7/9/2024
2.1.419 85 7/9/2024
2.1.418 70 7/9/2024
2.1.417 69 7/9/2024
2.1.416 85 7/9/2024
2.1.415 88 7/8/2024
2.1.414 95 7/8/2024
2.1.413 96 7/8/2024
2.1.412 86 7/8/2024
2.1.411 98 7/8/2024
2.1.410 89 7/7/2024
2.1.409 84 7/7/2024
2.1.408 106 7/3/2024
2.1.407 93 7/3/2024
2.1.406 87 7/3/2024
2.1.405 89 7/3/2024
2.1.404 88 7/3/2024
2.1.403 73 7/3/2024
2.1.402 92 6/27/2024
2.1.401 94 6/27/2024
2.1.400 97 6/27/2024
2.1.399 92 6/22/2024
2.1.398 94 6/22/2024
2.1.397 96 6/22/2024
2.1.396 78 6/16/2024
2.1.395 89 6/15/2024
2.1.394 86 6/15/2024
2.1.393 90 6/15/2024
2.1.392 90 6/15/2024
2.1.391 85 6/15/2024
2.1.390 82 6/15/2024
2.1.389 84 6/15/2024
2.1.388 86 6/14/2024
2.1.387 80 6/14/2024
2.1.386 89 6/4/2024
2.1.385 89 6/4/2024
2.1.384 97 6/2/2024
2.1.383 97 6/1/2024
2.1.382 87 6/1/2024
2.1.381 91 6/1/2024
2.1.380 86 6/1/2024
2.1.379 92 6/1/2024
2.1.378 86 6/1/2024
2.1.377 87 6/1/2024
2.1.376 89 5/31/2024
2.1.375 93 5/31/2024
2.1.374 68 5/31/2024
2.1.373 86 5/31/2024
2.1.372 93 5/29/2024
2.1.371 81 5/29/2024
2.1.370 81 5/29/2024
2.1.369 106 5/29/2024
2.1.368 97 5/28/2024
2.1.367 89 5/28/2024
2.1.366 90 5/28/2024
2.1.365 78 5/28/2024
2.1.364 90 5/28/2024
2.1.363 84 5/27/2024
2.1.362 95 5/27/2024
2.1.361 87 5/27/2024
2.1.360 92 5/26/2024
2.1.359 99 5/26/2024
2.1.358 96 5/26/2024
2.1.357 102 5/26/2024
2.1.356 98 5/26/2024
2.1.355 93 5/26/2024
2.1.354 94 5/25/2024
2.1.353 93 5/25/2024
2.1.352 92 5/25/2024
2.1.351 91 5/25/2024
2.1.350 93 5/25/2024
2.1.349 98 5/25/2024
2.1.348 98 5/23/2024
2.1.347 88 5/23/2024
2.1.346 89 5/23/2024
2.1.345 95 5/23/2024
2.1.344 95 5/23/2024
2.1.343 91 5/23/2024
2.1.342 99 5/22/2024
2.1.341 95 5/22/2024
2.1.340 100 5/22/2024
2.1.339 100 5/22/2024
2.1.338 83 5/18/2024
2.1.337 84 5/18/2024
2.1.336 87 5/18/2024
2.1.335 94 5/17/2024
2.1.334 96 5/17/2024
2.1.333 95 5/17/2024
2.1.332 95 5/17/2024
2.1.331 92 5/16/2024
2.1.330 74 5/16/2024
2.1.329 91 5/16/2024
2.1.328 90 5/15/2024
2.1.327 73 5/15/2024
2.1.326 93 5/15/2024
2.1.325 84 5/13/2024
2.1.324 93 5/13/2024
2.1.323 86 5/13/2024
2.1.322 78 5/12/2024
2.1.321 115 4/30/2024
2.1.320 107 4/30/2024
2.1.319 108 4/30/2024
2.1.318 100 4/30/2024
2.1.317 97 4/29/2024
2.1.316 91 4/29/2024
2.1.315 93 4/29/2024
2.1.314 97 4/29/2024
2.1.313 88 4/28/2024
2.1.312 98 4/28/2024
2.1.311 94 4/28/2024
2.1.310 95 4/28/2024
2.1.309 95 4/28/2024
2.1.308 97 4/28/2024
2.1.307 91 4/28/2024
2.1.306 97 4/28/2024
2.1.305 94 4/27/2024
2.1.304 111 4/20/2024
2.1.303 94 4/20/2024
2.1.302 97 4/19/2024
2.1.301 96 4/19/2024
2.1.300 83 4/19/2024
2.1.299 88 4/19/2024
2.1.298 92 4/19/2024
2.1.297 95 4/18/2024
2.1.296 117 4/13/2024
2.1.295 111 4/13/2024
2.1.294 101 4/13/2024
2.1.293 105 4/13/2024
2.1.292 91 4/12/2024
2.1.291 92 4/12/2024
2.1.290 99 4/12/2024
2.1.289 97 4/12/2024
2.1.288 92 4/12/2024
2.1.287 100 4/12/2024
2.1.286 99 4/12/2024
2.1.285 94 4/12/2024
2.1.284 96 4/11/2024
2.1.283 100 4/10/2024
2.1.282 90 4/10/2024
2.1.281 97 4/10/2024
2.1.280 94 4/10/2024
2.1.279 96 4/10/2024
2.1.278 88 4/3/2024
2.1.277 103 4/2/2024
2.1.276 97 4/2/2024
2.1.275 75 4/2/2024
2.1.274 109 4/2/2024
2.1.273 87 4/2/2024
2.1.272 379 3/30/2024
2.1.271 101 3/29/2024
2.1.270 104 3/29/2024
2.1.269 100 3/25/2024
2.1.268 94 3/25/2024
2.1.267 99 3/25/2024
2.1.266 97 3/25/2024
2.1.265 98 3/25/2024
2.1.264 103 3/21/2024
2.1.263 99 3/21/2024
2.1.262 95 3/20/2024
2.1.261 95 3/20/2024
2.1.260 89 3/20/2024
2.1.259 92 3/20/2024
2.1.258 104 3/19/2024
2.1.257 115 3/19/2024
2.1.256 89 3/19/2024
2.1.255 103 3/19/2024
2.1.254 119 3/19/2024
2.1.253 112 3/19/2024
2.1.252 85 3/18/2024
2.1.251 108 3/16/2024
2.1.250 105 3/16/2024
2.1.249 121 3/16/2024
2.1.248 107 3/15/2024
2.1.247 105 3/14/2024
2.1.246 115 3/13/2024
2.1.245 111 3/13/2024
2.1.244 107 3/13/2024
2.1.243 115 3/13/2024
2.1.242 98 3/13/2024
2.1.241 109 3/13/2024
2.1.240 117 3/13/2024
2.1.239 105 3/13/2024
2.1.238 111 3/13/2024
2.1.237 99 3/12/2024
2.1.236 115 3/12/2024
2.1.235 101 3/12/2024
2.1.234 98 3/12/2024
2.1.233 90 3/12/2024
2.1.232 108 3/12/2024
2.1.231 103 3/11/2024
2.1.230 108 3/11/2024
2.1.229 89 3/11/2024
2.1.228 88 3/11/2024
2.1.227 100 3/10/2024
2.1.226 94 3/10/2024
2.1.225 96 3/10/2024
2.1.224 114 3/9/2024
2.1.223 110 3/8/2024
2.1.222 110 3/8/2024
2.1.221 106 3/8/2024
2.1.220 100 3/8/2024
2.1.219 109 3/8/2024
2.1.218 99 3/8/2024
2.1.217 104 3/6/2024
2.1.216 110 3/6/2024
2.1.215 113 3/4/2024
2.1.214 105 3/4/2024
2.1.213 108 3/4/2024
2.1.212 109 3/4/2024
2.1.211 115 3/4/2024
2.1.210 107 3/3/2024
2.1.209 116 3/3/2024
2.1.208 111 3/3/2024
2.1.207 115 3/3/2024
2.1.206 112 3/2/2024
2.1.205 110 3/2/2024
2.1.204 113 3/2/2024
2.1.203 106 3/2/2024
2.1.202 115 3/2/2024
2.1.201 98 3/2/2024
2.1.200 101 3/2/2024
2.1.199 108 2/29/2024
2.1.198 103 2/29/2024
2.1.197 100 2/29/2024
2.1.196 103 2/29/2024
2.1.195 97 2/29/2024
2.1.194 103 2/29/2024
2.1.193 104 2/29/2024
2.1.192 109 2/27/2024
2.1.191 95 2/26/2024
2.1.190 100 2/26/2024
2.1.189 106 2/25/2024
2.1.188 101 2/25/2024
2.1.187 102 2/25/2024
2.1.186 98 2/25/2024
2.1.185 107 2/24/2024
2.1.184 104 2/24/2024
2.1.183 100 2/23/2024
2.1.182 90 2/23/2024
2.1.181 105 2/22/2024
2.1.180 108 2/22/2024
2.1.179 110 2/22/2024
2.1.178 114 2/22/2024
2.1.177 93 2/22/2024
2.1.176 114 2/22/2024
2.1.175 100 2/21/2024
2.1.174 114 2/21/2024
2.1.173 97 2/21/2024
2.1.172 106 2/21/2024
2.1.171 106 2/21/2024
2.1.170 103 2/21/2024
2.1.169 98 2/21/2024
2.1.168 98 2/20/2024
2.1.167 91 2/20/2024
2.1.166 89 2/20/2024
2.1.165 103 2/20/2024
2.1.164 107 2/20/2024
2.1.163 96 2/20/2024
2.1.162 104 2/20/2024
2.1.161 98 2/20/2024
2.1.160 93 2/19/2024
2.1.159 92 2/19/2024
2.1.158 92 2/19/2024
2.1.157 94 2/19/2024
2.1.156 100 2/17/2024
2.1.155 96 2/17/2024
2.1.154 94 2/17/2024
2.1.153 94 2/17/2024
2.1.152 98 2/17/2024
2.1.151 96 2/16/2024
2.1.150 94 2/16/2024
2.1.149 97 2/16/2024
2.1.148 97 2/16/2024
2.1.147 97 2/16/2024
2.1.146 100 2/16/2024
2.1.145 97 2/16/2024
2.1.144 90 2/16/2024
2.1.143 96 2/14/2024
2.1.142 95 2/14/2024
2.1.141 95 2/14/2024
2.1.140 100 2/14/2024
2.1.139 94 2/13/2024
2.1.138 114 2/13/2024
2.1.137 87 2/13/2024
2.1.136 89 2/13/2024
2.1.135 99 2/13/2024
2.1.134 119 2/13/2024
2.1.133 103 2/13/2024
2.1.132 114 2/12/2024
2.1.131 106 2/12/2024
2.1.130 92 2/12/2024
2.1.129 113 2/12/2024
2.1.128 114 2/11/2024
2.1.127 108 2/11/2024
2.1.126 96 2/11/2024
2.1.125 98 2/11/2024
2.1.124 111 2/11/2024
2.1.123 103 2/11/2024
2.1.122 101 2/10/2024
2.1.121 101 2/10/2024
2.1.120 112 2/10/2024
2.1.119 112 2/10/2024
2.1.118 100 2/9/2024
2.1.117 115 2/9/2024
2.1.116 111 2/9/2024
2.1.115 115 2/9/2024
2.1.114 109 2/9/2024
2.1.113 93 2/9/2024
2.1.112 94 2/9/2024
2.1.111 99 2/8/2024
2.1.110 112 2/8/2024
2.1.109 117 2/8/2024
2.1.108 102 2/8/2024
2.1.107 98 2/8/2024
2.1.106 106 2/8/2024
2.1.105 114 2/7/2024
2.1.104 109 2/7/2024
2.1.103 119 2/7/2024
2.1.102 102 2/7/2024
2.1.101 113 2/7/2024
2.1.100 109 2/7/2024
2.1.99 122 2/7/2024
2.1.98 112 2/6/2024
2.1.97 104 2/6/2024
2.1.96 114 2/6/2024
2.1.95 89 2/5/2024
2.1.94 103 2/5/2024
2.1.93 105 2/5/2024
2.1.92 107 2/4/2024
2.1.91 90 2/4/2024
2.1.90 109 2/4/2024
2.1.89 109 2/3/2024
2.1.88 112 2/3/2024
2.1.87 108 2/2/2024
2.1.86 111 1/31/2024
2.1.85 85 1/31/2024
2.1.84 96 1/31/2024
2.1.83 99 1/31/2024
2.1.82 90 1/31/2024
2.1.81 97 1/30/2024
2.1.80 92 1/30/2024
2.1.79 101 1/30/2024
2.1.78 100 1/29/2024
2.1.77 99 1/29/2024
2.1.76 85 1/29/2024
2.1.75 102 1/29/2024
2.1.74 100 1/29/2024
2.1.73 105 1/28/2024
2.1.72 103 1/28/2024
2.1.71 85 1/28/2024
2.1.70 100 1/28/2024
2.1.69 97 1/28/2024
2.1.68 101 1/28/2024
2.1.67 101 1/28/2024
2.1.66 100 1/27/2024
2.1.65 102 1/27/2024
2.1.64 98 1/27/2024
2.1.63 105 1/27/2024
2.1.62 101 1/27/2024
2.1.61 96 1/27/2024
2.1.60 95 1/27/2024
2.1.59 87 1/27/2024
2.1.58 97 1/26/2024
2.1.57 101 1/26/2024
2.1.56 98 1/26/2024
2.1.55 96 1/26/2024
2.1.54 100 1/26/2024
2.1.53 102 1/26/2024
2.1.52 85 1/26/2024
2.1.51 84 1/26/2024
2.1.50 109 1/25/2024
2.1.49 97 1/25/2024
2.1.48 106 1/25/2024
2.1.47 104 1/25/2024
2.1.46 104 1/25/2024
2.1.45 101 1/19/2024
2.1.44 101 1/19/2024
2.1.43 109 1/16/2024
2.1.42 105 1/16/2024
2.1.41 104 1/15/2024
2.1.40 115 1/15/2024
2.1.39 108 1/15/2024
2.1.38 109 1/15/2024
2.1.37 114 1/15/2024
2.1.36 110 1/15/2024
2.1.35 90 1/15/2024
2.1.34 114 1/14/2024
2.1.33 104 1/14/2024
2.1.32 118 1/14/2024
2.1.31 109 1/14/2024
2.1.30 110 1/13/2024
2.1.29 110 1/13/2024
2.1.28 98 1/13/2024
2.1.27 110 1/13/2024
2.1.26 125 1/12/2024
2.1.25 92 1/12/2024
2.1.24 111 1/12/2024
2.1.23 99 1/11/2024
2.1.22 115 1/11/2024
2.1.21 84 1/11/2024
2.1.20 107 1/9/2024
2.1.19 104 1/8/2024
2.1.18 110 1/8/2024
2.1.17 118 1/8/2024
2.1.16 135 1/7/2024
2.1.15 124 1/6/2024
2.1.14 113 1/5/2024
2.1.13 122 1/5/2024
2.1.12 121 1/5/2024
2.1.11 85 1/5/2024
2.1.10 116 1/5/2024
2.1.9 118 1/5/2024
2.1.8 113 1/1/2024
2.1.7 101 1/1/2024
2.1.6 112 1/1/2024
2.1.5 134 1/1/2024
2.1.4 121 1/1/2024
2.1.3 124 12/31/2023
2.1.2 106 12/31/2023
2.1.1 117 12/31/2023