Soenneker.SmartEnum.Abbreviated 2.1.517

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

// Install Soenneker.SmartEnum.Abbreviated as a Cake Tool
#tool nuget:?package=Soenneker.SmartEnum.Abbreviated&version=2.1.517                

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.SmartEnum.Abbreviated

A derivative of Ardalis' SmartEnum, adding support for abbreviations

Installation

dotnet add package Soenneker.SmartEnum.Abbreviated

Usage

The AbbreviatedSmartEnum class is an abstract base class that extends the SmartEnum class from Ardalis' library. It provides additional functionality for working with abbreviated enum values.

To create an abbreviated SmartEnum, you need to derive a new class from AbbreviatedSmartEnum<TEnum>.

public class LanguageType : AbbreviatedSmartEnum<LanguageType>
{
    public static readonly LanguageType English = new(nameof(English), 1, "EN");
    public static readonly LanguageType Spanish = new(nameof(Spanish), 2, "ES");
    public static readonly LanguageType French = new(nameof(French), 3, "FR");

    private LanguageType(string name, int value, string abbreviation)
        : base(name, value, abbreviation)
    {
    }
}

and how you use your new SmartEnum:

string abbreviated = LanguageType.English.Abbreviation; // "EN"

// Get the enum value for the "EN" abbreviation
LanguageType english = LanguageType.FromAbbreviation("EN");

// Try to get the enum value for the "ES" abbreviation (case-insensitive)
if (LanguageType.TryFromAbbreviation("es", ignoreCase: true, out LanguageType spanish))
{
    // spanish will be the LanguageType.Spanish value
}

The IgnoreCase and StaticIgnoreCase properties allow you to control whether the abbreviation matching is case-sensitive or case-insensitive, either for a specific instance or globally across all instances of the derived enum class.

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 (1)

Showing the top 1 NuGet packages that depend on Soenneker.SmartEnum.Abbreviated:

Package Downloads
Soenneker.SmartEnum.AbbreviatedDescriptive

A derivative of AbbreviatedSmartEnum adding support for descriptions

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.835 0 1/14/2025
3.0.834 0 1/14/2025
3.0.833 38 1/13/2025
3.0.832 78 1/13/2025
3.0.831 117 1/13/2025
3.0.830 79 1/13/2025
3.0.829 55 1/13/2025
3.0.828 88 1/13/2025
3.0.827 49 1/13/2025
3.0.826 196 1/11/2025
3.0.825 80 1/11/2025
3.0.824 57 1/11/2025
3.0.823 110 1/11/2025
3.0.822 94 1/11/2025
3.0.821 53 1/11/2025
3.0.820 117 1/10/2025
3.0.819 76 1/10/2025
3.0.818 47 1/10/2025
3.0.817 136 1/10/2025
3.0.816 64 1/10/2025
3.0.815 67 1/10/2025
3.0.814 94 1/10/2025
3.0.813 61 1/10/2025
3.0.812 259 1/3/2025
3.0.811 102 1/3/2025
3.0.810 174 1/3/2025
3.0.809 87 1/3/2025
3.0.808 140 1/3/2025
3.0.807 90 1/3/2025
3.0.806 139 1/2/2025
3.0.805 93 1/2/2025
3.0.804 141 1/2/2025
3.0.803 83 1/2/2025
3.0.802 153 1/2/2025
3.0.801 85 1/2/2025
3.0.800 87 1/2/2025
3.0.799 89 1/2/2025
3.0.798 87 1/2/2025
3.0.797 529 1/1/2025
3.0.796 80 1/1/2025
3.0.795 86 12/31/2024
3.0.794 85 12/31/2024
3.0.793 80 12/31/2024
3.0.792 88 12/31/2024
3.0.791 126 12/31/2024
3.0.790 138 12/31/2024
3.0.789 83 12/31/2024
3.0.788 129 12/31/2024
3.0.787 115 12/31/2024
3.0.786 119 12/31/2024
3.0.785 100 12/31/2024
3.0.784 240 12/31/2024
3.0.783 98 12/31/2024
3.0.782 102 12/31/2024
3.0.781 95 12/31/2024
3.0.780 163 12/31/2024
3.0.779 71 12/31/2024
3.0.778 166 12/31/2024
3.0.777 68 12/31/2024
3.0.776 194 12/31/2024
3.0.775 82 12/31/2024
3.0.774 211 12/28/2024
3.0.773 138 12/28/2024
3.0.772 110 12/27/2024
3.0.771 135 12/27/2024
3.0.770 79 12/27/2024
3.0.769 133 12/27/2024
3.0.768 206 12/24/2024
3.0.767 163 12/24/2024
3.0.766 91 12/24/2024
3.0.765 127 12/24/2024
3.0.764 92 12/24/2024
3.0.763 103 12/24/2024
3.0.762 105 12/24/2024
3.0.761 133 12/24/2024
3.0.760 128 12/24/2024
3.0.759 86 12/24/2024
3.0.758 73 12/24/2024
3.0.757 134 12/24/2024
3.0.756 77 12/24/2024
3.0.755 121 12/24/2024
3.0.754 80 12/23/2024
3.0.753 151 12/23/2024
3.0.752 75 12/23/2024
3.0.751 160 12/23/2024
3.0.750 144 12/23/2024
3.0.749 74 12/23/2024
3.0.748 72 12/23/2024
3.0.747 197 12/23/2024
3.0.746 75 12/23/2024
3.0.745 98 12/23/2024
3.0.744 77 12/23/2024
3.0.743 124 12/22/2024
3.0.742 159 12/22/2024
3.0.741 72 12/22/2024
3.0.740 157 12/22/2024
3.0.739 186 12/22/2024
3.0.738 187 12/22/2024
3.0.737 83 12/22/2024
3.0.736 114 12/22/2024
3.0.735 72 12/22/2024
3.0.734 150 12/22/2024
3.0.733 73 12/22/2024
3.0.732 79 12/22/2024
3.0.731 153 12/21/2024
3.0.730 74 12/21/2024
3.0.729 91 12/21/2024
3.0.728 85 12/21/2024
3.0.727 109 12/21/2024
3.0.726 79 12/21/2024
3.0.725 184 12/21/2024
3.0.724 70 12/21/2024
3.0.723 115 12/21/2024
3.0.722 84 12/21/2024
3.0.721 98 12/21/2024
3.0.720 80 12/21/2024
3.0.719 131 12/21/2024
3.0.718 118 12/21/2024
3.0.717 78 12/21/2024
3.0.716 197 12/20/2024
3.0.715 79 12/20/2024
3.0.714 86 12/20/2024
3.0.713 128 12/20/2024
3.0.712 144 12/20/2024
3.0.711 152 12/20/2024
3.0.710 124 12/20/2024
3.0.709 150 12/20/2024
3.0.708 154 12/19/2024
3.0.707 156 12/19/2024
3.0.706 129 12/19/2024
3.0.705 72 12/19/2024
3.0.704 131 12/19/2024
3.0.703 91 12/18/2024
3.0.702 75 12/18/2024
3.0.701 136 12/18/2024
3.0.700 177 12/17/2024
3.0.699 136 12/17/2024
3.0.698 110 12/17/2024
3.0.697 112 12/16/2024
3.0.696 83 12/16/2024
3.0.695 155 12/16/2024
3.0.694 232 12/10/2024
3.0.693 144 12/10/2024
3.0.692 152 12/10/2024
3.0.691 98 12/10/2024
3.0.690 143 12/9/2024
3.0.689 69 12/9/2024
3.0.688 148 12/9/2024
3.0.687 128 12/9/2024
3.0.686 62 12/9/2024
3.0.685 138 12/9/2024
3.0.684 112 12/9/2024
3.0.683 199 12/7/2024
3.0.682 97 12/6/2024
3.0.681 106 12/6/2024
3.0.680 114 12/6/2024
3.0.679 74 12/6/2024
3.0.677 127 12/6/2024
3.0.676 132 12/6/2024
3.0.675 217 12/6/2024
3.0.674 86 12/6/2024
3.0.673 120 12/6/2024
3.0.672 178 12/6/2024
3.0.671 79 12/6/2024
3.0.670 154 12/6/2024
3.0.669 148 12/6/2024
3.0.668 82 12/6/2024
3.0.667 122 12/6/2024
3.0.666 87 12/6/2024
3.0.665 80 12/6/2024
3.0.664 138 12/6/2024
3.0.663 184 12/6/2024
3.0.662 79 12/6/2024
3.0.661 130 12/5/2024
3.0.660 153 12/5/2024
3.0.659 213 12/5/2024
3.0.658 84 12/5/2024
3.0.657 103 12/5/2024
3.0.656 84 12/5/2024
3.0.655 147 12/5/2024
3.0.654 125 12/5/2024
3.0.653 139 12/5/2024
3.0.652 83 12/5/2024
3.0.651 165 12/5/2024
3.0.650 84 12/5/2024
3.0.649 155 12/4/2024
3.0.648 76 12/4/2024
3.0.647 108 12/4/2024
3.0.646 83 12/4/2024
3.0.645 146 12/4/2024
3.0.644 149 12/4/2024
3.0.643 78 12/4/2024
3.0.642 183 12/4/2024
3.0.641 88 12/4/2024
3.0.640 142 12/4/2024
3.0.639 124 12/3/2024
3.0.638 155 12/3/2024
3.0.637 83 12/3/2024
3.0.636 132 12/3/2024
3.0.635 85 12/3/2024
3.0.634 149 12/3/2024
3.0.633 81 12/3/2024
3.0.632 150 12/3/2024
3.0.631 77 12/3/2024
3.0.630 118 12/3/2024
3.0.629 80 12/3/2024
3.0.628 124 12/3/2024
3.0.627 76 12/3/2024
3.0.626 77 12/2/2024
3.0.625 170 12/2/2024
3.0.624 142 12/2/2024
3.0.623 94 12/2/2024
3.0.622 75 12/2/2024
3.0.621 150 12/2/2024
3.0.620 123 12/2/2024
3.0.619 80 12/2/2024
3.0.618 155 12/1/2024
3.0.617 82 12/1/2024
3.0.616 163 12/1/2024
3.0.615 77 12/1/2024
3.0.614 129 12/1/2024
3.0.613 74 12/1/2024
3.0.612 229 11/29/2024
3.0.611 94 11/29/2024
3.0.610 143 11/29/2024
3.0.609 79 11/29/2024
3.0.608 202 11/21/2024
3.0.607 148 11/21/2024
3.0.606 85 11/21/2024
3.0.605 182 11/20/2024
3.0.604 153 11/20/2024
3.0.603 158 11/20/2024
3.0.602 118 11/20/2024
3.0.601 118 11/20/2024
3.0.600 84 11/20/2024
3.0.598 154 11/20/2024
3.0.597 91 11/20/2024
3.0.595 156 11/19/2024
3.0.594 128 11/19/2024
3.0.593 85 11/19/2024
3.0.592 132 11/19/2024
3.0.591 81 11/19/2024
3.0.590 78 11/19/2024
3.0.589 221 11/19/2024
3.0.588 75 11/19/2024
3.0.587 173 11/19/2024
3.0.586 77 11/19/2024
3.0.585 82 11/19/2024
3.0.584 119 11/19/2024
3.0.583 203 11/15/2024
3.0.582 131 11/14/2024
3.0.581 82 11/14/2024
3.0.580 87 11/14/2024
3.0.579 122 11/14/2024
3.0.578 90 11/14/2024
3.0.577 152 11/14/2024
3.0.576 85 11/14/2024
3.0.575 187 11/14/2024
3.0.574 163 11/14/2024
3.0.573 82 11/14/2024
3.0.572 188 11/14/2024
3.0.571 83 11/14/2024
3.0.570 124 11/14/2024
3.0.569 93 11/14/2024
3.0.568 154 11/14/2024
3.0.567 81 11/14/2024
3.0.566 135 11/14/2024
3.0.565 88 11/14/2024
2.1.564 245 11/13/2024
2.1.563 134 11/13/2024
2.1.562 176 11/13/2024
2.1.561 86 11/13/2024
2.1.560 138 11/13/2024
2.1.559 92 11/13/2024
2.1.558 190 11/13/2024
2.1.557 85 11/13/2024
2.1.556 163 11/12/2024
2.1.555 82 11/12/2024
2.1.554 566 11/9/2024
2.1.553 106 11/9/2024
2.1.552 181 11/9/2024
2.1.551 146 11/9/2024
2.1.550 84 11/9/2024
2.1.549 186 11/9/2024
2.1.548 140 11/8/2024
2.1.547 86 11/8/2024
2.1.546 108 11/8/2024
2.1.545 98 11/8/2024
2.1.544 88 11/8/2024
2.1.543 220 11/8/2024
2.1.542 86 11/8/2024
2.1.541 86 11/8/2024
2.1.540 178 11/8/2024
2.1.539 86 11/8/2024
2.1.538 175 11/8/2024
2.1.537 84 11/8/2024
2.1.536 228 11/6/2024
2.1.535 308 11/1/2024
2.1.534 180 11/1/2024
2.1.533 80 11/1/2024
2.1.532 260 10/29/2024
2.1.531 136 10/29/2024
2.1.530 116 10/29/2024
2.1.529 153 10/29/2024
2.1.527 220 10/29/2024
2.1.526 174 10/29/2024
2.1.525 175 10/29/2024
2.1.524 216 10/28/2024
2.1.523 79 10/28/2024
2.1.522 373 10/26/2024
2.1.521 122 10/26/2024
2.1.520 145 10/26/2024
2.1.519 255 10/22/2024
2.1.518 97 10/22/2024
2.1.517 204 10/22/2024
2.1.516 88 10/22/2024
2.1.515 159 10/22/2024
2.1.514 72 10/22/2024
2.1.513 173 10/22/2024
2.1.512 269 10/18/2024
2.1.511 140 10/17/2024
2.1.510 87 10/17/2024
2.1.509 171 10/17/2024
2.1.508 229 10/15/2024
2.1.507 120 10/15/2024
2.1.506 82 10/15/2024
2.1.505 114 10/14/2024
2.1.504 206 10/12/2024
2.1.503 116 10/12/2024
2.1.502 137 10/11/2024
2.1.501 112 10/11/2024
2.1.500 120 10/11/2024
2.1.499 89 10/11/2024
2.1.498 172 10/9/2024
2.1.497 121 10/9/2024
2.1.496 134 10/9/2024
2.1.495 91 10/9/2024
2.1.493 115 10/9/2024
2.1.492 110 10/8/2024
2.1.491 132 10/8/2024
2.1.490 103 10/8/2024
2.1.489 208 10/8/2024
2.1.488 93 10/8/2024
2.1.487 117 10/8/2024
2.1.486 90 10/8/2024
2.1.485 266 10/7/2024
2.1.484 139 10/3/2024
2.1.483 85 10/3/2024
2.1.482 111 10/3/2024
2.1.481 112 10/3/2024
2.1.480 85 10/3/2024
2.1.479 102 10/3/2024
2.1.478 81 10/3/2024
2.1.477 112 10/3/2024
2.1.476 124 10/2/2024
2.1.475 113 10/2/2024
2.1.474 101 10/2/2024
2.1.473 83 10/2/2024
2.1.472 114 10/2/2024
2.1.471 95 10/2/2024
2.1.470 116 10/1/2024
2.1.469 203 10/1/2024
2.1.468 111 10/1/2024
2.1.467 81 10/1/2024
2.1.466 104 10/1/2024
2.1.465 84 10/1/2024
2.1.464 125 10/1/2024
2.1.463 106 9/30/2024
2.1.462 119 9/29/2024
2.1.461 115 9/29/2024
2.1.460 130 9/29/2024
2.1.459 92 9/29/2024
2.1.458 121 9/29/2024
2.1.457 86 9/29/2024
2.1.456 156 9/27/2024
2.1.455 101 9/27/2024
2.1.454 126 9/27/2024
2.1.453 88 9/27/2024
2.1.452 112 9/27/2024
2.1.451 97 9/27/2024
2.1.450 114 9/27/2024
2.1.449 82 9/27/2024
2.1.448 88 9/27/2024
2.1.447 82 9/27/2024
2.1.446 106 9/27/2024
2.1.445 111 9/26/2024
2.1.444 114 9/26/2024
2.1.443 90 9/26/2024
2.1.442 126 9/26/2024
2.1.441 110 9/26/2024
2.1.440 102 9/26/2024
2.1.439 106 9/26/2024
2.1.438 88 9/26/2024
2.1.437 107 9/26/2024
2.1.436 249 9/26/2024
2.1.435 86 9/26/2024
2.1.434 172 9/23/2024
2.1.433 104 9/23/2024
2.1.432 119 9/23/2024
2.1.431 88 9/23/2024
2.1.430 124 9/23/2024
2.1.429 122 9/23/2024
2.1.428 108 9/23/2024
2.1.427 142 9/23/2024
2.1.426 126 9/23/2024
2.1.425 87 9/23/2024
2.1.424 94 9/23/2024
2.1.423 106 9/23/2024
2.1.422 90 9/23/2024
2.1.421 142 9/23/2024
2.1.420 88 9/23/2024
2.1.419 126 9/18/2024
2.1.418 102 9/18/2024
2.1.417 144 9/18/2024
2.1.416 105 9/18/2024
2.1.415 109 9/18/2024
2.1.414 106 9/17/2024
2.1.413 96 9/17/2024
2.1.412 92 9/17/2024
2.1.411 103 9/17/2024
2.1.410 104 9/17/2024
2.1.409 87 9/17/2024
2.1.408 97 9/17/2024
2.1.407 96 9/17/2024
2.1.406 88 9/17/2024
2.1.405 90 9/17/2024
2.1.404 102 9/17/2024
2.1.403 90 9/17/2024
2.1.402 299 9/17/2024
2.1.401 136 9/16/2024
2.1.400 104 9/16/2024
2.1.399 115 9/16/2024
2.1.398 94 9/16/2024
2.1.397 175 9/12/2024
2.1.396 115 9/12/2024
2.1.395 131 9/12/2024
2.1.394 134 9/12/2024
2.1.393 99 9/12/2024
2.1.392 122 9/12/2024
2.1.391 102 9/11/2024
2.1.390 124 9/11/2024
2.1.389 98 9/11/2024
2.1.388 140 9/11/2024
2.1.387 129 9/11/2024
2.1.386 95 9/11/2024
2.1.385 101 9/11/2024
2.1.383 119 9/11/2024
2.1.382 131 9/11/2024
2.1.381 129 9/11/2024
2.1.380 164 9/11/2024
2.1.379 129 9/10/2024
2.1.378 108 9/10/2024
2.1.377 139 9/10/2024
2.1.376 119 9/10/2024
2.1.375 99 9/10/2024
2.1.374 110 9/10/2024
2.1.373 104 9/10/2024
2.1.372 131 9/10/2024
2.1.371 120 9/10/2024
2.1.370 117 9/10/2024
2.1.369 100 9/10/2024
2.1.368 126 9/9/2024
2.1.367 92 9/9/2024
2.1.366 125 9/9/2024
2.1.365 131 9/9/2024
2.1.363 117 9/9/2024
2.1.362 110 9/9/2024
2.1.361 126 9/9/2024
2.1.360 109 9/9/2024
2.1.358 104 9/9/2024
2.1.357 99 9/9/2024
2.1.356 99 9/9/2024
2.1.355 126 9/9/2024
2.1.354 85 9/9/2024
2.1.353 183 9/7/2024
2.1.352 106 9/7/2024
2.1.351 96 9/7/2024
2.1.350 116 9/7/2024
2.1.349 109 9/6/2024
2.1.348 125 9/6/2024
2.1.347 122 9/6/2024
2.1.346 106 9/6/2024
2.1.345 114 9/6/2024
2.1.344 98 9/6/2024
2.1.343 180 9/5/2024
2.1.342 91 9/5/2024
2.1.341 97 9/5/2024
2.1.340 125 9/5/2024
2.1.339 97 9/5/2024
2.1.338 135 9/5/2024
2.1.337 99 9/5/2024
2.1.336 97 9/5/2024
2.1.335 109 9/5/2024
2.1.334 105 9/5/2024
2.1.333 127 9/5/2024
2.1.332 96 9/5/2024
2.1.331 126 9/4/2024
2.1.330 105 9/4/2024
2.1.329 186 9/4/2024
2.1.328 123 9/3/2024
2.1.327 97 9/3/2024
2.1.326 113 9/3/2024
2.1.325 117 9/3/2024
2.1.324 98 9/3/2024
2.1.323 121 9/3/2024
2.1.322 88 9/3/2024
2.1.321 99 9/3/2024
2.1.320 97 9/3/2024
2.1.319 126 8/29/2024
2.1.318 76 8/29/2024
2.1.317 93 8/29/2024
2.1.316 74 8/29/2024
2.1.315 211 8/26/2024
2.1.314 110 8/26/2024
2.1.313 93 8/26/2024
2.1.312 114 8/26/2024
2.1.311 232 8/21/2024
2.1.310 128 8/21/2024
2.1.309 116 8/21/2024
2.1.308 108 8/21/2024
2.1.307 111 8/21/2024
2.1.306 100 8/21/2024
2.1.305 139 8/20/2024
2.1.304 117 8/20/2024
2.1.303 130 8/20/2024
2.1.302 112 8/20/2024
2.1.301 150 8/20/2024
2.1.300 106 8/20/2024
2.1.299 113 8/20/2024
2.1.298 112 8/20/2024
2.1.297 105 8/20/2024
2.1.296 134 8/20/2024
2.1.295 135 8/20/2024
2.1.294 119 8/19/2024
2.1.293 105 8/19/2024
2.1.292 195 8/15/2024
2.1.291 126 8/15/2024
2.1.290 133 8/15/2024
2.1.289 105 8/15/2024
2.1.288 144 8/14/2024
2.1.287 110 8/14/2024
2.1.286 104 8/14/2024
2.1.285 130 8/13/2024
2.1.284 123 8/7/2024
2.1.283 101 8/7/2024
2.1.282 94 8/7/2024
2.1.281 91 8/7/2024
2.1.280 105 8/6/2024
2.1.279 90 8/6/2024
2.1.278 221 8/1/2024
2.1.277 100 8/1/2024
2.1.276 90 8/1/2024
2.1.275 100 8/1/2024
2.1.274 81 8/1/2024
2.1.273 265 7/25/2024
2.1.272 77 7/25/2024
2.1.271 74 7/25/2024
2.1.270 72 7/25/2024
2.1.269 82 7/25/2024
2.1.268 127 7/25/2024
2.1.267 57 7/25/2024
2.1.266 84 7/25/2024
2.1.265 76 7/25/2024
2.1.264 71 7/25/2024
2.1.263 103 7/24/2024
2.1.262 103 7/24/2024
2.1.260 202 7/20/2024
2.1.259 117 7/20/2024
2.1.258 104 7/20/2024
2.1.257 252 7/14/2024
2.1.256 105 7/14/2024
2.1.255 97 7/14/2024
2.1.254 92 7/14/2024
2.1.253 112 7/14/2024
2.1.252 93 7/14/2024
2.1.251 104 7/14/2024
2.1.250 121 7/13/2024
2.1.249 135 7/10/2024
2.1.248 96 7/10/2024
2.1.247 102 7/10/2024
2.1.246 112 7/10/2024
2.1.245 109 7/10/2024
2.1.244 102 7/10/2024
2.1.243 94 7/10/2024
2.1.242 96 7/10/2024
2.1.241 110 7/10/2024
2.1.240 103 7/10/2024
2.1.239 81 7/10/2024
2.1.238 97 7/10/2024
2.1.237 94 7/10/2024
2.1.236 96 7/10/2024
2.1.235 92 7/10/2024
2.1.234 124 7/10/2024
2.1.232 109 7/10/2024
2.1.231 104 7/10/2024
2.1.230 124 7/9/2024
2.1.229 100 7/9/2024
2.1.227 87 7/9/2024
2.1.226 83 7/9/2024
2.1.225 102 7/9/2024
2.1.224 119 7/9/2024
2.1.223 106 7/9/2024
2.1.222 92 7/9/2024
2.1.221 115 7/9/2024
2.1.220 99 7/9/2024
2.1.219 106 7/9/2024
2.1.218 84 7/9/2024
2.1.217 105 7/9/2024
2.1.216 101 7/9/2024
2.1.215 132 7/9/2024
2.1.214 98 7/9/2024
2.1.213 105 7/8/2024
2.1.212 107 7/8/2024
2.1.211 102 7/8/2024
2.1.210 134 7/8/2024
2.1.209 102 7/8/2024
2.1.208 131 7/8/2024
2.1.207 117 7/8/2024
2.1.206 89 7/8/2024
2.1.205 117 7/8/2024
2.1.204 113 7/7/2024
2.1.203 122 7/7/2024
2.1.202 103 7/7/2024
2.1.201 117 7/7/2024
2.1.200 105 7/7/2024
2.1.199 139 7/7/2024
2.1.198 118 7/7/2024
2.1.197 155 7/3/2024
2.1.196 108 7/3/2024
2.1.195 124 7/3/2024
2.1.194 125 7/3/2024
2.1.193 112 7/3/2024
2.1.192 110 7/3/2024
2.1.191 104 7/3/2024
2.1.190 126 7/3/2024
2.1.189 246 6/27/2024
2.1.188 106 6/27/2024
2.1.187 107 6/27/2024
2.1.186 120 6/22/2024
2.1.185 111 6/22/2024
2.1.184 120 6/22/2024
2.1.183 165 6/16/2024
2.1.182 111 6/15/2024
2.1.181 107 6/15/2024
2.1.180 112 6/15/2024
2.1.179 115 6/15/2024
2.1.178 90 6/15/2024
2.1.177 113 6/15/2024
2.1.176 95 6/15/2024
2.1.175 119 6/15/2024
2.1.174 112 6/15/2024
2.1.173 112 6/14/2024
2.1.172 95 6/14/2024
2.1.171 113 6/14/2024
2.1.170 153 6/4/2024
2.1.169 116 6/4/2024
2.1.168 159 6/2/2024
2.1.167 115 6/1/2024
2.1.166 112 6/1/2024
2.1.165 113 6/1/2024
2.1.164 108 6/1/2024
2.1.163 123 6/1/2024
2.1.162 126 6/1/2024
2.1.161 97 6/1/2024
2.1.160 102 6/1/2024
2.1.159 119 6/1/2024
2.1.158 116 5/31/2024
2.1.157 112 5/31/2024
2.1.156 122 5/31/2024
2.1.155 106 5/31/2024
2.1.154 104 5/31/2024
2.1.153 143 5/29/2024
2.1.152 107 5/29/2024
2.1.151 110 5/29/2024
2.1.150 106 5/29/2024
2.1.149 101 5/29/2024
2.1.148 160 5/28/2024
2.1.147 111 5/28/2024
2.1.146 105 5/28/2024
2.1.145 106 5/28/2024
2.1.144 108 5/28/2024
2.1.143 89 5/28/2024
2.1.142 98 5/27/2024
2.1.141 96 5/27/2024
2.1.140 105 5/27/2024
2.1.139 109 5/27/2024
2.1.138 109 5/27/2024
2.1.137 92 5/27/2024
2.1.136 98 5/26/2024
2.1.135 130 5/26/2024
2.1.134 107 5/26/2024
2.1.133 115 5/26/2024
2.1.132 109 5/26/2024
2.1.131 115 5/26/2024
2.1.130 105 5/26/2024
2.1.129 97 5/26/2024
2.1.128 124 5/25/2024
2.1.127 96 5/25/2024
2.1.126 103 5/25/2024
2.1.125 97 5/25/2024
2.1.124 99 5/25/2024
2.1.123 95 5/25/2024
2.1.122 124 5/25/2024
2.1.121 101 5/25/2024
2.1.120 107 5/25/2024
2.1.119 102 5/25/2024
2.1.118 126 5/25/2024
2.1.117 129 5/23/2024
2.1.116 100 5/23/2024
2.1.115 103 5/23/2024
2.1.114 95 5/23/2024
2.1.113 119 5/23/2024
2.1.112 103 5/23/2024
2.1.111 101 5/23/2024
2.1.110 124 5/23/2024
2.1.109 100 5/23/2024
2.1.108 117 5/22/2024
2.1.107 99 5/22/2024
2.1.106 118 5/22/2024
2.1.105 100 5/22/2024
2.1.104 115 5/22/2024
2.1.103 99 5/22/2024
2.1.102 99 5/22/2024
2.1.101 113 5/22/2024
2.1.100 122 5/18/2024
2.1.99 113 5/18/2024
2.1.98 123 5/18/2024
2.1.97 104 5/18/2024
2.1.96 114 5/18/2024
2.1.95 109 5/18/2024
2.1.94 122 5/17/2024
2.1.93 121 5/17/2024
2.1.92 130 5/17/2024
2.1.91 111 5/17/2024
2.1.90 121 5/17/2024
2.1.89 114 5/17/2024
2.1.88 146 5/16/2024
2.1.87 116 5/16/2024
2.1.86 110 5/16/2024
2.1.85 120 5/15/2024
2.1.84 110 5/15/2024
2.1.83 121 5/15/2024
2.1.82 130 5/15/2024
2.1.81 109 5/15/2024
2.1.80 127 5/13/2024
2.1.79 100 5/13/2024
2.1.78 100 5/13/2024
2.1.77 98 5/13/2024
2.1.76 167 4/30/2024
2.1.75 124 4/30/2024
2.1.74 119 4/30/2024
2.1.73 111 4/30/2024
2.1.72 127 4/30/2024
2.1.71 102 4/29/2024
2.1.70 100 4/29/2024
2.1.69 123 4/29/2024
2.1.68 105 4/29/2024
2.1.67 101 4/29/2024
2.1.66 105 4/29/2024
2.1.65 109 4/28/2024
2.1.64 99 4/28/2024
2.1.63 117 4/28/2024
2.1.62 100 4/28/2024
2.1.61 100 4/28/2024
2.1.60 110 4/28/2024
2.1.59 121 4/28/2024
2.1.58 95 4/28/2024
2.1.57 110 4/28/2024
2.1.56 97 4/28/2024
2.1.55 111 4/28/2024
2.1.54 97 4/28/2024
2.1.53 112 4/28/2024
2.1.52 103 4/28/2024
2.1.51 109 4/27/2024
2.1.50 204 4/20/2024
2.1.49 121 4/20/2024
2.1.48 126 4/19/2024
2.1.47 108 4/19/2024
2.1.46 106 4/19/2024
2.1.45 90 4/19/2024
2.1.44 111 4/19/2024
2.1.43 132 4/19/2024
2.1.42 113 4/19/2024
2.1.41 121 4/18/2024
2.1.40 186 4/13/2024
2.1.39 119 4/13/2024
2.1.38 118 4/13/2024
2.1.37 125 4/13/2024
2.1.36 104 4/13/2024
2.1.35 123 4/12/2024
2.1.34 115 4/12/2024
2.1.33 105 4/12/2024
2.1.32 128 4/12/2024
2.1.31 105 4/12/2024
2.1.30 119 4/12/2024
2.1.29 119 4/12/2024
2.1.28 138 4/12/2024
2.1.27 96 4/12/2024
2.1.26 106 4/12/2024
2.1.25 105 4/12/2024
2.1.24 113 4/12/2024
2.1.23 131 4/11/2024
2.1.22 108 4/11/2024
2.1.21 135 4/10/2024
2.1.20 114 4/10/2024
2.1.19 120 4/10/2024
2.1.18 119 4/10/2024
2.1.17 107 4/10/2024
2.1.16 113 4/10/2024
2.1.15 109 4/10/2024
2.1.14 266 4/3/2024
2.1.13 105 4/2/2024
2.1.12 98 4/2/2024
2.1.11 93 4/2/2024
2.1.10 99 4/2/2024
2.1.9 82 4/2/2024
2.1.8 99 4/1/2024
2.1.7 98 4/1/2024
2.1.6 92 4/1/2024
2.1.5 111 3/31/2024
2.1.4 111 3/30/2024
2.1.3 101 3/30/2024
2.1.2 108 3/27/2024