AutoPost.Abstractions 1.1.0

dotnet add package AutoPost.Abstractions --version 1.1.0
                    
NuGet\Install-Package AutoPost.Abstractions -Version 1.1.0
                    
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="AutoPost.Abstractions" Version="1.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AutoPost.Abstractions" Version="1.1.0" />
                    
Directory.Packages.props
<PackageReference Include="AutoPost.Abstractions" />
                    
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 AutoPost.Abstractions --version 1.1.0
                    
#r "nuget: AutoPost.Abstractions, 1.1.0"
                    
#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 AutoPost.Abstractions@1.1.0
                    
#: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=AutoPost.Abstractions&version=1.1.0
                    
Install as a Cake Addin
#tool nuget:?package=AutoPost.Abstractions&version=1.1.0
                    
Install as a Cake Tool

AutoPost.Abstractions

Contracts, DTOs, and shared types for the AutoPost SDK. No external dependencies—pure interfaces and data types.

Installation

dotnet add package AutoPost.Abstractions

What's inside

  • Messaging: IEmailProvider, IEmailSender, SendEmailRequest, SendResult, Recipient, MessageEnvelope
  • Configuration: EmailSdkOptions
  • Errors: EmailSendException, AutoPostApiException
  • Observability: Correlation, IMetricsSink (optional)

Use this package when you want to implement a custom provider, extend the pipeline, or reference only the contracts without the full SDK.

  • AutoPost — developer-facing facade (Mail, fluent builders)
  • AutoPost.Core — provider routing and sender implementation
  • AutoPost.DependencyInjectionAddAutoPost() and provider registration
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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.
  • net9.0

    • No dependencies.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on AutoPost.Abstractions:

Package Downloads
AutoPost.Core

Pipeline, behaviors, and shared policies for the AutoPost SDK.

AutoPost

Developer-facing facade for the AutoPost API client (Mail, Sms, Webhooks).

AutoPost.Mail.Providers.Smtp

SMTP email provider for AutoPost SDK. Sends email via any SMTP server (e.g. Office365, Gmail).

AutoPost.DependencyInjection

DI extensions for registering the AutoPost SDK (AddAutoPost).

AutoPost.Client

HTTP client implementation for the AutoPost API.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.0 231 3/2/2026
1.0.0 211 2/19/2026