Soenneker.Utils.String.JaccardSimilarity 2.1.584

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.584                
NuGet\Install-Package Soenneker.Utils.String.JaccardSimilarity -Version 2.1.584                
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.584" />                
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.584                
#r "nuget: Soenneker.Utils.String.JaccardSimilarity, 2.1.584"                
#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.584

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

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.611 59 10/29/2024
2.1.610 60 10/29/2024
2.1.609 61 10/29/2024
2.1.608 57 10/29/2024
2.1.607 53 10/29/2024
2.1.606 69 10/28/2024
2.1.605 67 10/26/2024
2.1.604 64 10/26/2024
2.1.603 68 10/22/2024
2.1.602 63 10/22/2024
2.1.601 63 10/22/2024
2.1.600 79 10/22/2024
2.1.599 65 10/22/2024
2.1.598 70 10/18/2024
2.1.597 73 10/17/2024
2.1.596 70 10/17/2024
2.1.595 74 10/15/2024
2.1.594 68 10/15/2024
2.1.593 72 10/14/2024
2.1.592 71 10/12/2024
2.1.591 66 10/12/2024
2.1.590 74 10/11/2024
2.1.589 74 10/9/2024
2.1.588 68 10/9/2024
2.1.587 67 10/9/2024
2.1.586 70 10/9/2024
2.1.585 71 10/8/2024
2.1.584 76 10/8/2024
2.1.583 67 10/8/2024
2.1.582 75 10/8/2024
2.1.581 71 10/8/2024
2.1.580 76 10/3/2024
2.1.579 64 10/3/2024
2.1.578 75 10/3/2024
2.1.577 69 10/3/2024
2.1.576 71 10/3/2024
2.1.575 74 10/2/2024
2.1.574 78 10/2/2024
2.1.573 72 10/2/2024
2.1.572 75 10/2/2024
2.1.571 71 10/1/2024
2.1.570 67 10/1/2024
2.1.569 69 10/1/2024
2.1.568 73 10/1/2024
2.1.567 78 10/1/2024
2.1.566 76 9/29/2024
2.1.565 71 9/29/2024
2.1.564 77 9/29/2024
2.1.563 69 9/29/2024
2.1.562 70 9/27/2024
2.1.561 83 9/27/2024
2.1.560 81 9/27/2024
2.1.559 82 9/27/2024
2.1.558 76 9/27/2024
2.1.557 67 9/27/2024
2.1.556 71 9/27/2024
2.1.555 71 9/26/2024
2.1.554 80 9/26/2024
2.1.553 76 9/26/2024
2.1.552 77 9/26/2024
2.1.551 72 9/26/2024
2.1.550 76 9/26/2024
2.1.549 72 9/26/2024
2.1.548 77 9/26/2024
2.1.547 77 9/23/2024
2.1.546 70 9/23/2024
2.1.545 74 9/23/2024
2.1.544 75 9/23/2024
2.1.543 71 9/23/2024
2.1.542 75 9/23/2024
2.1.541 74 9/23/2024
2.1.540 72 9/23/2024
2.1.539 99 9/18/2024
2.1.538 72 9/18/2024
2.1.537 75 9/18/2024
2.1.536 85 9/18/2024
2.1.535 74 9/18/2024
2.1.534 77 9/17/2024
2.1.533 77 9/17/2024
2.1.531 80 9/17/2024
2.1.530 86 9/17/2024
2.1.529 84 9/17/2024
2.1.528 88 9/17/2024
2.1.527 87 9/17/2024
2.1.526 83 9/16/2024
2.1.525 89 9/16/2024
2.1.524 91 9/12/2024
2.1.523 88 9/12/2024
2.1.522 96 9/12/2024
2.1.521 98 9/12/2024
2.1.520 96 9/11/2024
2.1.519 91 9/11/2024
2.1.517 86 9/11/2024
2.1.516 102 9/11/2024
2.1.515 86 9/10/2024
2.1.514 83 9/10/2024
2.1.513 85 9/10/2024
2.1.512 82 9/10/2024
2.1.511 84 9/10/2024
2.1.510 92 9/10/2024
2.1.509 80 9/9/2024
2.1.508 85 9/9/2024
2.1.507 91 9/9/2024
2.1.506 85 9/9/2024
2.1.505 84 9/9/2024
2.1.504 93 9/9/2024
2.1.503 94 9/7/2024
2.1.502 87 9/7/2024
2.1.501 93 9/6/2024
2.1.500 91 9/6/2024
2.1.499 93 9/6/2024
2.1.498 95 9/6/2024
2.1.497 89 9/5/2024
2.1.496 94 9/5/2024
2.1.495 85 9/5/2024
2.1.494 96 9/5/2024
2.1.493 86 9/5/2024
2.1.492 86 9/5/2024
2.1.491 94 9/5/2024
2.1.490 92 9/4/2024
2.1.489 90 9/4/2024
2.1.488 90 9/3/2024
2.1.487 88 9/3/2024
2.1.486 90 9/3/2024
2.1.485 92 9/3/2024
2.1.484 84 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 99 8/26/2024
2.1.479 86 8/26/2024
2.1.478 103 8/26/2024
2.1.477 107 8/21/2024
2.1.476 118 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 104 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 102 8/15/2024
2.1.463 109 8/14/2024
2.1.462 107 8/14/2024
2.1.461 102 8/14/2024
2.1.460 105 8/13/2024
2.1.459 93 8/7/2024
2.1.458 89 8/7/2024
2.1.457 91 8/7/2024
2.1.456 81 8/6/2024
2.1.455 77 8/6/2024
2.1.454 57 8/1/2024
2.1.453 66 8/1/2024
2.1.452 65 8/1/2024
2.1.450 82 7/25/2024
2.1.449 85 7/25/2024
2.1.448 78 7/25/2024
2.1.447 76 7/25/2024
2.1.446 87 7/25/2024
2.1.445 84 7/25/2024
2.1.444 83 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 80 7/14/2024
2.1.438 84 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 82 7/10/2024
2.1.433 83 7/10/2024
2.1.432 82 7/10/2024
2.1.431 80 7/10/2024
2.1.429 77 7/10/2024
2.1.428 53 7/10/2024
2.1.427 79 7/10/2024
2.1.426 88 7/10/2024
2.1.424 87 7/10/2024
2.1.423 84 7/9/2024
2.1.422 70 7/9/2024
2.1.421 67 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 87 7/8/2024
2.1.414 94 7/8/2024
2.1.413 95 7/8/2024
2.1.412 85 7/8/2024
2.1.411 97 7/8/2024
2.1.410 89 7/7/2024
2.1.409 84 7/7/2024
2.1.408 105 7/3/2024
2.1.407 92 7/3/2024
2.1.406 86 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 96 6/27/2024
2.1.399 91 6/22/2024
2.1.398 93 6/22/2024
2.1.397 95 6/22/2024
2.1.396 77 6/16/2024
2.1.395 88 6/15/2024
2.1.394 85 6/15/2024
2.1.393 89 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 85 6/14/2024
2.1.387 79 6/14/2024
2.1.386 88 6/4/2024
2.1.385 88 6/4/2024
2.1.384 96 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 91 6/1/2024
2.1.378 85 6/1/2024
2.1.377 86 6/1/2024
2.1.376 88 5/31/2024
2.1.375 92 5/31/2024
2.1.374 68 5/31/2024
2.1.373 86 5/31/2024
2.1.372 92 5/29/2024
2.1.371 80 5/29/2024
2.1.370 80 5/29/2024
2.1.369 105 5/29/2024
2.1.368 96 5/28/2024
2.1.367 88 5/28/2024
2.1.366 89 5/28/2024
2.1.365 77 5/28/2024
2.1.364 89 5/28/2024
2.1.363 83 5/27/2024
2.1.362 94 5/27/2024
2.1.361 86 5/27/2024
2.1.360 91 5/26/2024
2.1.359 98 5/26/2024
2.1.358 95 5/26/2024
2.1.357 101 5/26/2024
2.1.356 97 5/26/2024
2.1.355 92 5/26/2024
2.1.354 93 5/25/2024
2.1.353 92 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 88 5/23/2024
2.1.345 94 5/23/2024
2.1.344 94 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 82 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 95 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 73 5/16/2024
2.1.329 90 5/16/2024
2.1.328 89 5/15/2024
2.1.327 72 5/15/2024
2.1.326 92 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 113 4/30/2024
2.1.320 106 4/30/2024
2.1.319 107 4/30/2024
2.1.318 99 4/30/2024
2.1.317 96 4/29/2024
2.1.316 91 4/29/2024
2.1.315 93 4/29/2024
2.1.314 96 4/29/2024
2.1.313 87 4/28/2024
2.1.312 97 4/28/2024
2.1.311 93 4/28/2024
2.1.310 94 4/28/2024
2.1.309 94 4/28/2024
2.1.308 96 4/28/2024
2.1.307 90 4/28/2024
2.1.306 97 4/28/2024
2.1.305 94 4/27/2024
2.1.304 110 4/20/2024
2.1.303 93 4/20/2024
2.1.302 96 4/19/2024
2.1.301 95 4/19/2024
2.1.300 82 4/19/2024
2.1.299 87 4/19/2024
2.1.298 91 4/19/2024
2.1.297 94 4/18/2024
2.1.296 116 4/13/2024
2.1.295 110 4/13/2024
2.1.294 100 4/13/2024
2.1.293 104 4/13/2024
2.1.292 90 4/12/2024
2.1.291 91 4/12/2024
2.1.290 98 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 93 4/12/2024
2.1.284 95 4/11/2024
2.1.283 99 4/10/2024
2.1.282 89 4/10/2024
2.1.281 96 4/10/2024
2.1.280 93 4/10/2024
2.1.279 95 4/10/2024
2.1.278 87 4/3/2024
2.1.277 102 4/2/2024
2.1.276 96 4/2/2024
2.1.275 75 4/2/2024
2.1.274 109 4/2/2024
2.1.273 86 4/2/2024
2.1.272 378 3/30/2024
2.1.271 100 3/29/2024
2.1.270 103 3/29/2024
2.1.269 99 3/25/2024
2.1.268 93 3/25/2024
2.1.267 98 3/25/2024
2.1.266 96 3/25/2024
2.1.265 97 3/25/2024
2.1.264 102 3/21/2024
2.1.263 98 3/21/2024
2.1.262 94 3/20/2024
2.1.261 94 3/20/2024
2.1.260 88 3/20/2024
2.1.259 91 3/20/2024
2.1.258 103 3/19/2024
2.1.257 114 3/19/2024
2.1.256 89 3/19/2024
2.1.255 103 3/19/2024
2.1.254 118 3/19/2024
2.1.253 111 3/19/2024
2.1.252 84 3/18/2024
2.1.251 107 3/16/2024
2.1.250 104 3/16/2024
2.1.249 120 3/16/2024
2.1.248 106 3/15/2024
2.1.247 104 3/14/2024
2.1.246 114 3/13/2024
2.1.245 110 3/13/2024
2.1.244 106 3/13/2024
2.1.243 115 3/13/2024
2.1.242 98 3/13/2024
2.1.241 108 3/13/2024
2.1.240 116 3/13/2024
2.1.239 104 3/13/2024
2.1.238 110 3/13/2024
2.1.237 98 3/12/2024
2.1.236 114 3/12/2024
2.1.235 100 3/12/2024
2.1.234 97 3/12/2024
2.1.233 89 3/12/2024
2.1.232 107 3/12/2024
2.1.231 102 3/11/2024
2.1.230 107 3/11/2024
2.1.229 88 3/11/2024
2.1.228 87 3/11/2024
2.1.227 99 3/10/2024
2.1.226 93 3/10/2024
2.1.225 96 3/10/2024
2.1.224 113 3/9/2024
2.1.223 109 3/8/2024
2.1.222 109 3/8/2024
2.1.221 105 3/8/2024
2.1.220 99 3/8/2024
2.1.219 109 3/8/2024
2.1.218 99 3/8/2024
2.1.217 103 3/6/2024
2.1.216 109 3/6/2024
2.1.215 112 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 111 3/2/2024
2.1.205 109 3/2/2024
2.1.204 112 3/2/2024
2.1.203 105 3/2/2024
2.1.202 114 3/2/2024
2.1.201 97 3/2/2024
2.1.200 100 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 102 2/29/2024
2.1.195 96 2/29/2024
2.1.194 102 2/29/2024
2.1.193 103 2/29/2024
2.1.192 109 2/27/2024
2.1.191 94 2/26/2024
2.1.190 99 2/26/2024
2.1.189 105 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 106 2/24/2024
2.1.184 103 2/24/2024
2.1.183 99 2/23/2024
2.1.182 89 2/23/2024
2.1.181 104 2/22/2024
2.1.180 107 2/22/2024
2.1.179 109 2/22/2024
2.1.178 113 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 113 2/21/2024
2.1.173 97 2/21/2024
2.1.172 106 2/21/2024
2.1.171 105 2/21/2024
2.1.170 102 2/21/2024
2.1.169 97 2/21/2024
2.1.168 97 2/20/2024
2.1.167 90 2/20/2024
2.1.166 88 2/20/2024
2.1.165 102 2/20/2024
2.1.164 107 2/20/2024
2.1.163 96 2/20/2024
2.1.162 103 2/20/2024
2.1.161 97 2/20/2024
2.1.160 92 2/19/2024
2.1.159 91 2/19/2024
2.1.158 91 2/19/2024
2.1.157 94 2/19/2024
2.1.156 99 2/17/2024
2.1.155 95 2/17/2024
2.1.154 93 2/17/2024
2.1.153 93 2/17/2024
2.1.152 97 2/17/2024
2.1.151 95 2/16/2024
2.1.150 93 2/16/2024
2.1.149 96 2/16/2024
2.1.148 96 2/16/2024
2.1.147 96 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 95 2/14/2024
2.1.142 94 2/14/2024
2.1.141 94 2/14/2024
2.1.140 99 2/14/2024
2.1.139 94 2/13/2024
2.1.138 113 2/13/2024
2.1.137 86 2/13/2024
2.1.136 88 2/13/2024
2.1.135 94 2/13/2024
2.1.134 118 2/13/2024
2.1.133 102 2/13/2024
2.1.132 113 2/12/2024
2.1.131 105 2/12/2024
2.1.130 91 2/12/2024
2.1.129 112 2/12/2024
2.1.128 113 2/11/2024
2.1.127 107 2/11/2024
2.1.126 96 2/11/2024
2.1.125 97 2/11/2024
2.1.124 110 2/11/2024
2.1.123 102 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 114 2/9/2024
2.1.116 110 2/9/2024
2.1.115 114 2/9/2024
2.1.114 108 2/9/2024
2.1.113 92 2/9/2024
2.1.112 93 2/9/2024
2.1.111 98 2/8/2024
2.1.110 111 2/8/2024
2.1.109 116 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 113 2/7/2024
2.1.104 104 2/7/2024
2.1.103 114 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 121 2/7/2024
2.1.98 107 2/6/2024
2.1.97 100 2/6/2024
2.1.96 110 2/6/2024
2.1.95 88 2/5/2024
2.1.94 102 2/5/2024
2.1.93 104 2/5/2024
2.1.92 106 2/4/2024
2.1.91 89 2/4/2024
2.1.90 108 2/4/2024
2.1.89 109 2/3/2024
2.1.88 111 2/3/2024
2.1.87 107 2/2/2024
2.1.86 110 1/31/2024
2.1.85 84 1/31/2024
2.1.84 95 1/31/2024
2.1.83 98 1/31/2024
2.1.82 89 1/31/2024
2.1.81 94 1/30/2024
2.1.80 91 1/30/2024
2.1.79 100 1/30/2024
2.1.78 99 1/29/2024
2.1.77 98 1/29/2024
2.1.76 85 1/29/2024
2.1.75 102 1/29/2024
2.1.74 99 1/29/2024
2.1.73 104 1/28/2024
2.1.72 102 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 100 1/27/2024
2.1.61 95 1/27/2024
2.1.60 94 1/27/2024
2.1.59 86 1/27/2024
2.1.58 96 1/26/2024
2.1.57 100 1/26/2024
2.1.56 98 1/26/2024
2.1.55 96 1/26/2024
2.1.54 99 1/26/2024
2.1.53 101 1/26/2024
2.1.52 84 1/26/2024
2.1.51 83 1/26/2024
2.1.50 108 1/25/2024
2.1.49 96 1/25/2024
2.1.48 105 1/25/2024
2.1.47 103 1/25/2024
2.1.46 103 1/25/2024
2.1.45 100 1/19/2024
2.1.44 100 1/19/2024
2.1.43 108 1/16/2024
2.1.42 104 1/16/2024
2.1.41 103 1/15/2024
2.1.40 114 1/15/2024
2.1.39 107 1/15/2024
2.1.38 108 1/15/2024
2.1.37 113 1/15/2024
2.1.36 109 1/15/2024
2.1.35 89 1/15/2024
2.1.34 113 1/14/2024
2.1.33 103 1/14/2024
2.1.32 117 1/14/2024
2.1.31 108 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 109 1/13/2024
2.1.26 124 1/12/2024
2.1.25 92 1/12/2024
2.1.24 111 1/12/2024
2.1.23 98 1/11/2024
2.1.22 114 1/11/2024
2.1.21 84 1/11/2024
2.1.20 106 1/9/2024
2.1.19 104 1/8/2024
2.1.18 109 1/8/2024
2.1.17 117 1/8/2024
2.1.16 134 1/7/2024
2.1.15 123 1/6/2024
2.1.14 112 1/5/2024
2.1.13 121 1/5/2024
2.1.12 120 1/5/2024
2.1.11 84 1/5/2024
2.1.10 115 1/5/2024
2.1.9 117 1/5/2024
2.1.8 112 1/1/2024
2.1.7 100 1/1/2024
2.1.6 111 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