FlagUtil by Oliver Mitchell

<PackageReference Include="FlagUtil" Version="1.0.1.1" />

.NET API 9,216 bytes

 FlagUtil 1.0.1.1

Flag utility set. Used for simple and efficient flagging applications, featuring similar traits to Enum flagging. FlagUtil offers simple to use helper funtions and a object oriented approach to flagging.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>FlagUtil</id>
    <version>1.0.1.1</version>
    <title>dotnet.FlagUtil</title>
    <authors>Oliver Mitchell</authors>
    <owners>Oliver Mitchell</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>icon-256.png</icon>
    <projectUrl>https://github.com/Polymeristic/dotnet.FlagUtil</projectUrl>
    <description>Flag utility set. Used for simple and efficient flagging applications, featuring similar traits to Enum flagging. FlagUtil offers simple to use helper funtions and a object oriented approach to flagging.</description>
    <copyright>2019 Oliver Mitchell</copyright>
    <tags>flag,flagging,states,enum,helper</tags>
    <repository type="github" url="https://github.com/Polymeristic/dotnet.FlagUtil" />
    <dependencies>
      <group targetFramework=".NETStandard2.0" />
    </dependencies>
  </metadata>
</package>