AnointedAutomation.Enums 0.0.2

dotnet add package AnointedAutomation.Enums --version 0.0.2
                    
NuGet\Install-Package AnointedAutomation.Enums -Version 0.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="AnointedAutomation.Enums" Version="0.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AnointedAutomation.Enums" Version="0.0.2" />
                    
Directory.Packages.props
<PackageReference Include="AnointedAutomation.Enums" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AnointedAutomation.Enums --version 0.0.2
                    
#r "nuget: AnointedAutomation.Enums, 0.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.
#:package AnointedAutomation.Enums@0.0.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AnointedAutomation.Enums&version=0.0.2
                    
Install as a Cake Addin
#tool nuget:?package=AnointedAutomation.Enums&version=0.0.2
                    
Install as a Cake Tool

AnointedAutomation.Enums

Shared enumerations for AnointedAutomation packages.

Overview

This package contains all shared enum definitions used across the AnointedAutomation ecosystem. By centralizing enums in a single package, we ensure consistency and avoid duplication across dependent packages.

Enums

PaymentType

Defines supported payment methods.

  • None (0)
  • PayPalToken (1)
  • MasterCard (2)
  • Visa (3)
  • ACH (4)

MessageType

Defines log message severity levels.

  • Info (0)
  • Warning (1)
  • Error (2)
  • Debug (3)

Usage

using AnointedAutomation.Enums;

var paymentMethod = PaymentType.Visa;
var logLevel = MessageType.Info;

License

MIT License - Copyright © 2023 Anointed Automation, LLC

Created by Alexander Fields - https://www.alexanderfields.me

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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on AnointedAutomation.Enums:

Package Downloads
AnointedAutomation.Objects

Standardization for Objects - AnointedAutomation.Objects

AnointedAutomation.Objects.API

Standardization for API Objects - AnointedAutomation.Objects.API

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.2 33 2/27/2026
0.0.1 56 2/26/2026