AnointedAutomation.Enums
0.0.2
dotnet add package AnointedAutomation.Enums --version 0.0.2
NuGet\Install-Package AnointedAutomation.Enums -Version 0.0.2
<PackageReference Include="AnointedAutomation.Enums" Version="0.0.2" />
<PackageVersion Include="AnointedAutomation.Enums" Version="0.0.2" />
<PackageReference Include="AnointedAutomation.Enums" />
paket add AnointedAutomation.Enums --version 0.0.2
#r "nuget: AnointedAutomation.Enums, 0.0.2"
#:package AnointedAutomation.Enums@0.0.2
#addin nuget:?package=AnointedAutomation.Enums&version=0.0.2
#tool nuget:?package=AnointedAutomation.Enums&version=0.0.2
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 | Versions 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. |
-
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.