Soenneker.Utils.String.LongestCommonSequence 2.1.550

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

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

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

A utility library for comparing strings via the Longest Common Sequence algorithm

Installation

dotnet add package Soenneker.Utils.String.LongestCommonSequence

Why?

Clarity in Similarity:

LCS gives a straightforward measure of similarity. The longer the common subsequence, the more similar the sequences.

Length-Flexible:

No bias for longer or shorter sequences. Focuses on shared elements, not sequence length.

Meaningful Over Quantity:

Emphasizes the meaning of elements, not just their frequency. Great for identifying shared meaningful content.

Efficient for Big Data:

Handles large datasets and extensive sequences efficiently. Practical for tasks involving substantial amounts of data.

Usage

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

double result = LcsStringUtil.CalculateSimilarityPercentage(text1, text2); // 70
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.594 29 10/18/2024
2.1.593 32 10/17/2024
2.1.592 32 10/17/2024
2.1.591 52 10/15/2024
2.1.590 59 10/14/2024
2.1.589 69 10/12/2024
2.1.588 73 10/12/2024
2.1.587 62 10/11/2024
2.1.586 70 10/11/2024
2.1.585 72 10/9/2024
2.1.584 71 10/9/2024
2.1.583 65 10/9/2024
2.1.582 69 10/9/2024
2.1.581 70 10/9/2024
2.1.580 66 10/8/2024
2.1.579 65 10/8/2024
2.1.578 70 10/8/2024
2.1.577 72 10/8/2024
2.1.576 64 10/3/2024
2.1.575 67 10/3/2024
2.1.574 60 10/3/2024
2.1.573 61 10/3/2024
2.1.572 62 10/2/2024
2.1.571 64 10/2/2024
2.1.570 64 10/2/2024
2.1.569 66 10/2/2024
2.1.568 65 10/2/2024
2.1.567 66 10/2/2024
2.1.566 67 10/1/2024
2.1.565 72 10/1/2024
2.1.564 69 10/1/2024
2.1.563 70 10/1/2024
2.1.562 76 9/29/2024
2.1.561 69 9/29/2024
2.1.560 66 9/29/2024
2.1.559 67 9/29/2024
2.1.558 67 9/27/2024
2.1.557 72 9/27/2024
2.1.556 73 9/27/2024
2.1.555 74 9/27/2024
2.1.554 71 9/27/2024
2.1.553 70 9/27/2024
2.1.552 72 9/27/2024
2.1.551 68 9/26/2024
2.1.550 73 9/26/2024
2.1.549 76 9/26/2024
2.1.548 72 9/26/2024
2.1.547 78 9/26/2024
2.1.546 71 9/26/2024
2.1.545 67 9/26/2024
2.1.544 68 9/26/2024
2.1.543 81 9/23/2024
2.1.542 67 9/23/2024
2.1.541 72 9/23/2024
2.1.540 67 9/23/2024
2.1.539 70 9/23/2024
2.1.538 71 9/23/2024
2.1.537 80 9/23/2024
2.1.536 67 9/23/2024
2.1.535 76 9/23/2024
2.1.534 78 9/18/2024
2.1.533 82 9/18/2024
2.1.532 84 9/18/2024
2.1.531 74 9/18/2024
2.1.530 69 9/18/2024
2.1.529 83 9/18/2024
2.1.528 80 9/17/2024
2.1.527 84 9/17/2024
2.1.526 84 9/17/2024
2.1.524 85 9/17/2024
2.1.523 81 9/17/2024
2.1.522 85 9/17/2024
2.1.521 85 9/17/2024
2.1.520 82 9/16/2024
2.1.519 85 9/16/2024
2.1.518 79 9/16/2024
2.1.517 85 9/12/2024
2.1.516 80 9/12/2024
2.1.515 85 9/12/2024
2.1.514 92 9/12/2024
2.1.513 94 9/11/2024
2.1.512 87 9/11/2024
2.1.510 94 9/11/2024
2.1.509 93 9/11/2024
2.1.508 95 9/10/2024
2.1.507 79 9/10/2024
2.1.506 78 9/10/2024
2.1.505 78 9/10/2024
2.1.504 78 9/10/2024
2.1.503 80 9/10/2024
2.1.502 72 9/9/2024
2.1.500 87 9/9/2024
2.1.498 81 9/9/2024
2.1.497 87 9/9/2024
2.1.496 85 9/7/2024
2.1.495 97 9/7/2024
2.1.494 82 9/7/2024
2.1.493 107 9/6/2024
2.1.492 87 9/6/2024
2.1.491 88 9/6/2024
2.1.490 83 9/5/2024
2.1.489 84 9/5/2024
2.1.488 85 9/5/2024
2.1.487 87 9/5/2024
2.1.486 87 9/5/2024
2.1.485 86 9/5/2024
2.1.484 81 9/5/2024
2.1.483 85 9/4/2024
2.1.482 91 9/4/2024
2.1.481 86 9/3/2024
2.1.480 90 9/3/2024
2.1.479 91 9/3/2024
2.1.478 93 9/3/2024
2.1.477 84 9/3/2024
2.1.476 90 9/3/2024
2.1.475 84 8/29/2024
2.1.474 74 8/29/2024
2.1.473 77 8/29/2024
2.1.472 93 8/26/2024
2.1.471 91 8/26/2024
2.1.470 104 8/26/2024
2.1.469 106 8/21/2024
2.1.468 109 8/21/2024
2.1.467 118 8/21/2024
2.1.466 119 8/20/2024
2.1.465 109 8/20/2024
2.1.464 119 8/20/2024
2.1.463 115 8/20/2024
2.1.462 123 8/20/2024
2.1.461 112 8/20/2024
2.1.460 136 8/20/2024
2.1.459 109 8/19/2024
2.1.458 113 8/15/2024
2.1.457 110 8/15/2024
2.1.456 100 8/15/2024
2.1.455 108 8/14/2024
2.1.454 112 8/14/2024
2.1.453 98 8/14/2024
2.1.452 106 8/13/2024
2.1.451 88 8/7/2024
2.1.450 115 8/7/2024
2.1.449 86 8/7/2024
2.1.448 82 8/6/2024
2.1.447 211 8/1/2024
2.1.445 71 7/25/2024
2.1.444 60 7/25/2024
2.1.443 60 7/25/2024
2.1.442 60 7/25/2024
2.1.441 68 7/25/2024
2.1.440 71 7/25/2024
2.1.439 64 7/25/2024
2.1.438 68 7/24/2024
2.1.437 70 7/24/2024
2.1.436 88 7/20/2024
2.1.435 96 7/20/2024
2.1.434 107 7/20/2024
2.1.433 88 7/14/2024
2.1.432 90 7/14/2024
2.1.431 87 7/14/2024
2.1.430 84 7/14/2024
2.1.429 94 7/10/2024
2.1.428 91 7/10/2024
2.1.427 95 7/10/2024
2.1.426 94 7/10/2024
2.1.424 84 7/10/2024
2.1.423 79 7/10/2024
2.1.422 80 7/10/2024
2.1.421 87 7/10/2024
2.1.420 101 7/10/2024
2.1.418 97 7/10/2024
2.1.417 106 7/9/2024
2.1.415 82 7/9/2024
2.1.414 100 7/9/2024
2.1.413 90 7/9/2024
2.1.412 82 7/9/2024
2.1.411 67 7/9/2024
2.1.410 86 7/9/2024
2.1.409 91 7/9/2024
2.1.408 97 7/9/2024
2.1.407 96 7/8/2024
2.1.406 101 7/8/2024
2.1.405 106 7/8/2024
2.1.404 110 7/8/2024
2.1.403 106 7/8/2024
2.1.402 102 7/7/2024
2.1.401 107 7/7/2024
2.1.400 99 7/3/2024
2.1.399 103 7/3/2024
2.1.398 107 7/3/2024
2.1.397 93 7/3/2024
2.1.396 109 7/3/2024
2.1.395 95 7/3/2024
2.1.394 95 6/27/2024
2.1.393 91 6/27/2024
2.1.392 96 6/27/2024
2.1.391 100 6/22/2024
2.1.390 100 6/22/2024
2.1.389 98 6/16/2024
2.1.388 99 6/15/2024
2.1.387 102 6/15/2024
2.1.386 102 6/15/2024
2.1.385 95 6/15/2024
2.1.384 94 6/15/2024
2.1.383 93 6/15/2024
2.1.382 92 6/15/2024
2.1.381 101 6/15/2024
2.1.380 92 6/14/2024
2.1.379 106 6/4/2024
2.1.378 106 6/4/2024
2.1.377 99 6/2/2024
2.1.376 96 6/2/2024
2.1.375 93 5/31/2024
2.1.374 104 5/31/2024
2.1.373 103 5/31/2024
2.1.372 96 5/31/2024
2.1.371 100 5/29/2024
2.1.370 99 5/29/2024
2.1.369 88 5/29/2024
2.1.368 93 5/28/2024
2.1.367 97 5/28/2024
2.1.366 92 5/28/2024
2.1.365 95 5/28/2024
2.1.364 93 5/28/2024
2.1.363 86 5/27/2024
2.1.362 89 5/27/2024
2.1.361 93 5/27/2024
2.1.360 87 5/26/2024
2.1.359 98 5/26/2024
2.1.358 101 5/26/2024
2.1.357 92 5/26/2024
2.1.356 95 5/26/2024
2.1.355 95 5/26/2024
2.1.354 95 5/25/2024
2.1.353 96 5/25/2024
2.1.352 103 5/25/2024
2.1.351 97 5/25/2024
2.1.350 97 5/25/2024
2.1.349 98 5/25/2024
2.1.348 90 5/25/2024
2.1.347 97 5/23/2024
2.1.346 97 5/23/2024
2.1.345 86 5/23/2024
2.1.344 93 5/23/2024
2.1.343 84 5/23/2024
2.1.342 96 5/23/2024
2.1.341 94 5/23/2024
2.1.340 90 5/22/2024
2.1.339 101 5/22/2024
2.1.338 101 5/22/2024
2.1.337 85 5/22/2024
2.1.336 121 5/18/2024
2.1.335 95 5/18/2024
2.1.334 105 5/18/2024
2.1.333 104 5/18/2024
2.1.332 114 5/17/2024
2.1.331 106 5/17/2024
2.1.330 100 5/17/2024
2.1.329 107 5/16/2024
2.1.328 92 5/16/2024
2.1.327 100 5/15/2024
2.1.326 85 5/15/2024
2.1.325 103 5/15/2024
2.1.324 86 5/13/2024
2.1.323 81 5/13/2024
2.1.322 88 5/12/2024
2.1.321 124 4/30/2024
2.1.320 107 4/30/2024
2.1.319 100 4/30/2024
2.1.318 119 4/30/2024
2.1.317 107 4/29/2024
2.1.316 98 4/29/2024
2.1.315 100 4/29/2024
2.1.314 93 4/29/2024
2.1.313 95 4/29/2024
2.1.312 94 4/28/2024
2.1.311 103 4/28/2024
2.1.310 97 4/28/2024
2.1.309 97 4/28/2024
2.1.308 108 4/28/2024
2.1.307 95 4/28/2024
2.1.306 103 4/28/2024
2.1.305 103 4/28/2024
2.1.304 97 4/27/2024
2.1.303 123 4/20/2024
2.1.302 105 4/20/2024
2.1.301 99 4/19/2024
2.1.300 94 4/19/2024
2.1.299 94 4/19/2024
2.1.298 107 4/19/2024
2.1.297 106 4/19/2024
2.1.296 124 4/13/2024
2.1.295 113 4/13/2024
2.1.294 112 4/13/2024
2.1.293 105 4/12/2024
2.1.292 116 4/12/2024
2.1.291 112 4/12/2024
2.1.290 121 4/12/2024
2.1.289 99 4/12/2024
2.1.288 117 4/12/2024
2.1.287 125 4/12/2024
2.1.286 114 4/12/2024
2.1.285 104 4/11/2024
2.1.284 113 4/10/2024
2.1.283 100 4/10/2024
2.1.282 113 4/10/2024
2.1.281 102 4/10/2024
2.1.280 93 4/10/2024
2.1.279 119 4/3/2024
2.1.278 113 4/2/2024
2.1.277 109 4/2/2024
2.1.276 105 4/2/2024
2.1.275 124 4/1/2024
2.1.274 125 3/30/2024
2.1.273 121 3/29/2024
2.1.272 113 3/29/2024
2.1.271 146 3/25/2024
2.1.270 149 3/25/2024
2.1.269 155 3/25/2024
2.1.268 137 3/25/2024
2.1.267 157 3/21/2024
2.1.266 166 3/21/2024
2.1.265 150 3/21/2024
2.1.264 153 3/20/2024
2.1.263 157 3/20/2024
2.1.262 147 3/20/2024
2.1.261 152 3/19/2024
2.1.260 168 3/19/2024
2.1.259 133 3/19/2024
2.1.258 169 3/19/2024
2.1.257 151 3/19/2024
2.1.256 160 3/19/2024
2.1.255 169 3/18/2024
2.1.254 168 3/16/2024
2.1.253 170 3/16/2024
2.1.252 183 3/16/2024
2.1.251 133 3/15/2024
2.1.250 158 3/15/2024
2.1.249 147 3/14/2024
2.1.248 170 3/13/2024
2.1.247 167 3/13/2024
2.1.246 167 3/13/2024
2.1.245 168 3/13/2024
2.1.244 158 3/13/2024
2.1.243 162 3/13/2024
2.1.242 178 3/13/2024
2.1.241 171 3/13/2024
2.1.240 161 3/13/2024
2.1.239 158 3/12/2024
2.1.238 187 3/12/2024
2.1.237 153 3/12/2024
2.1.236 178 3/12/2024
2.1.235 201 3/12/2024
2.1.234 179 3/11/2024
2.1.233 214 3/11/2024
2.1.232 193 3/11/2024
2.1.231 174 3/11/2024
2.1.230 197 3/10/2024
2.1.229 194 3/10/2024
2.1.228 187 3/10/2024
2.1.227 200 3/10/2024
2.1.226 199 3/9/2024
2.1.225 218 3/9/2024
2.1.224 221 3/8/2024
2.1.223 180 3/8/2024
2.1.222 200 3/8/2024
2.1.221 169 3/8/2024
2.1.220 202 3/8/2024
2.1.219 208 3/8/2024
2.1.218 193 3/6/2024
2.1.217 201 3/6/2024
2.1.216 189 3/6/2024
2.1.215 216 3/4/2024
2.1.214 229 3/4/2024
2.1.213 224 3/4/2024
2.1.212 224 3/4/2024
2.1.211 199 3/4/2024
2.1.210 216 3/4/2024
2.1.209 193 3/3/2024
2.1.208 187 3/3/2024
2.1.207 205 3/3/2024
2.1.206 220 3/3/2024
2.1.205 222 3/2/2024
2.1.204 212 3/2/2024
2.1.203 228 3/2/2024
2.1.202 210 3/2/2024
2.1.201 217 3/2/2024
2.1.200 212 3/2/2024
2.1.199 220 3/2/2024
2.1.198 229 3/1/2024
2.1.197 200 2/29/2024
2.1.196 200 2/29/2024
2.1.195 226 2/29/2024
2.1.194 209 2/29/2024
2.1.193 185 2/29/2024
2.1.192 208 2/29/2024
2.1.191 238 2/29/2024
2.1.190 238 2/27/2024
2.1.189 229 2/26/2024
2.1.188 233 2/26/2024
2.1.187 231 2/25/2024
2.1.186 240 2/25/2024
2.1.185 217 2/25/2024
2.1.184 196 2/25/2024
2.1.183 246 2/24/2024
2.1.182 253 2/23/2024
2.1.181 266 2/23/2024
2.1.180 263 2/22/2024
2.1.179 219 2/22/2024
2.1.178 256 2/22/2024
2.1.177 228 2/22/2024
2.1.176 227 2/22/2024
2.1.175 233 2/22/2024
2.1.174 223 2/21/2024
2.1.173 253 2/21/2024
2.1.172 242 2/21/2024
2.1.171 231 2/21/2024
2.1.170 245 2/21/2024
2.1.169 226 2/21/2024
2.1.168 231 2/21/2024
2.1.167 227 2/20/2024
2.1.166 211 2/20/2024
2.1.165 239 2/20/2024
2.1.164 225 2/20/2024
2.1.163 262 2/20/2024
2.1.162 256 2/20/2024
2.1.161 225 2/20/2024
2.1.160 254 2/20/2024
2.1.159 240 2/19/2024
2.1.158 251 2/19/2024
2.1.157 239 2/19/2024
2.1.156 244 2/19/2024
2.1.155 256 2/19/2024
2.1.154 256 2/17/2024
2.1.153 263 2/17/2024
2.1.152 262 2/17/2024
2.1.151 217 2/17/2024
2.1.150 251 2/17/2024
2.1.149 236 2/16/2024
2.1.148 257 2/16/2024
2.1.147 244 2/16/2024
2.1.146 247 2/16/2024
2.1.145 238 2/16/2024
2.1.144 247 2/16/2024
2.1.143 230 2/16/2024
2.1.142 211 2/16/2024
2.1.141 245 2/14/2024
2.1.140 231 2/14/2024
2.1.139 232 2/14/2024
2.1.138 260 2/14/2024
2.1.137 241 2/13/2024
2.1.136 224 2/13/2024
2.1.135 213 2/13/2024
2.1.134 224 2/13/2024
2.1.133 248 2/13/2024
2.1.132 205 2/13/2024
2.1.131 267 2/13/2024
2.1.130 251 2/12/2024
2.1.129 282 2/12/2024
2.1.128 264 2/12/2024
2.1.127 279 2/11/2024
2.1.126 253 2/11/2024
2.1.125 242 2/11/2024
2.1.124 275 2/11/2024
2.1.123 261 2/11/2024
2.1.122 260 2/11/2024
2.1.121 266 2/11/2024
2.1.120 240 2/10/2024
2.1.119 249 2/10/2024
2.1.118 215 2/10/2024
2.1.117 267 2/10/2024
2.1.116 239 2/9/2024
2.1.115 259 2/9/2024
2.1.114 249 2/9/2024
2.1.113 247 2/9/2024
2.1.112 271 2/9/2024
2.1.111 234 2/9/2024
2.1.110 236 2/9/2024
2.1.109 250 2/8/2024
2.1.108 233 2/8/2024
2.1.107 224 2/8/2024
2.1.106 249 2/8/2024
2.1.105 214 2/8/2024
2.1.104 273 2/7/2024
2.1.103 248 2/7/2024
2.1.102 243 2/7/2024
2.1.101 247 2/7/2024
2.1.100 261 2/7/2024
2.1.99 267 2/7/2024
2.1.98 240 2/7/2024
2.1.97 257 2/6/2024
2.1.96 253 2/5/2024
2.1.95 268 2/5/2024
2.1.94 212 2/4/2024
2.1.93 264 2/4/2024
2.1.92 240 2/4/2024
2.1.91 249 2/3/2024
2.1.90 234 2/3/2024
2.1.89 246 2/2/2024
2.1.88 243 1/31/2024
2.1.87 269 1/31/2024
2.1.86 243 1/31/2024
2.1.85 223 1/31/2024
2.1.84 248 1/30/2024
2.1.83 248 1/30/2024
2.1.82 231 1/30/2024
2.1.81 251 1/29/2024
2.1.80 221 1/29/2024
2.1.79 237 1/29/2024
2.1.78 235 1/29/2024
2.1.77 235 1/29/2024
2.1.76 216 1/29/2024
2.1.75 217 1/29/2024
2.1.74 246 1/28/2024
2.1.73 259 1/28/2024
2.1.72 245 1/28/2024
2.1.71 233 1/28/2024
2.1.70 206 1/28/2024
2.1.69 252 1/28/2024
2.1.68 247 1/28/2024
2.1.67 235 1/27/2024
2.1.66 246 1/27/2024
2.1.65 226 1/27/2024
2.1.64 205 1/27/2024
2.1.63 270 1/27/2024
2.1.62 241 1/27/2024
2.1.61 226 1/27/2024
2.1.60 240 1/27/2024
2.1.59 225 1/26/2024
2.1.58 226 1/26/2024
2.1.57 262 1/26/2024
2.1.56 231 1/26/2024
2.1.55 269 1/26/2024
2.1.54 240 1/26/2024
2.1.53 254 1/26/2024
2.1.52 241 1/26/2024
2.1.51 210 1/25/2024
2.1.50 241 1/25/2024
2.1.49 264 1/25/2024
2.1.48 236 1/25/2024
2.1.47 243 1/25/2024
2.1.46 217 1/19/2024
2.1.45 249 1/19/2024
2.1.44 247 1/19/2024
2.1.43 277 1/16/2024
2.1.42 242 1/16/2024
2.1.41 276 1/15/2024
2.1.40 245 1/15/2024
2.1.39 231 1/15/2024
2.1.38 262 1/15/2024
2.1.37 248 1/15/2024
2.1.36 269 1/15/2024
2.1.35 269 1/14/2024
2.1.34 249 1/14/2024
2.1.33 245 1/14/2024
2.1.32 260 1/14/2024
2.1.31 217 1/13/2024
2.1.30 286 1/13/2024
2.1.29 263 1/13/2024
2.1.28 262 1/13/2024
2.1.27 248 1/13/2024
2.1.26 263 1/13/2024
2.1.25 269 1/12/2024
2.1.24 248 1/12/2024
2.1.23 256 1/11/2024
2.1.22 241 1/11/2024
2.1.21 267 1/11/2024
2.1.20 279 1/9/2024
2.1.19 259 1/8/2024
2.1.18 230 1/8/2024
2.1.17 260 1/8/2024
2.1.16 242 1/8/2024
2.1.15 252 1/5/2024
2.1.14 259 1/5/2024
2.1.13 277 1/5/2024
2.1.12 270 1/5/2024
2.1.11 221 1/5/2024
2.1.10 289 1/1/2024
2.1.9 268 1/1/2024
2.1.8 245 1/1/2024
2.1.7 301 1/1/2024
2.1.6 281 1/1/2024
2.1.5 271 1/1/2024
2.1.4 298 1/1/2024
2.1.3 251 1/1/2024
2.1.2 290 1/1/2024
2.1.1 280 1/1/2024