EnumUtils 1.0.2

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

// Install EnumUtils as a Cake Tool
#tool nuget:?package=EnumUtils&version=1.0.2

EnumUtils provides some essential enum helper methods.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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.8-pre 705 12/16/2021
2.1.7-pre 679 11/11/2021
2.1.6 25,810 9/13/2021
2.1.5-pre 686 9/13/2021
2.1.4-pre 716 9/13/2021
2.0.20033.2 15,700 2/2/2020
2.0.19031.1 4,945 1/31/2019
2.0.19017.1 1,373 1/21/2019
2.0.18322.2 1,341 1/8/2019
2.0.18321.1 3,202 11/18/2018
1.0.5 2,005 6/11/2018
1.0.4 2,139 2/21/2018
1.0.3 1,982 12/25/2016
1.0.2 1,872 8/4/2016
1.0.1 1,679 8/4/2016
1.0.0 1,815 8/3/2016

1.0.2
     - Add GetName method to return a particular enum name as string
     
     1.0.1
     - Add GetNames method to return all enum names as string
     
     1.0.0
     - Initial release