FarNominal.Interface.Email 1.0.11

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

FarNominal.Interface.Email

Interfaces to an email client service.

This project is dependent on FarNominal.Interface.Core.Models.


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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on FarNominal.Interface.Email:

Package Downloads
FarNominal.Email.MailKit

Implementation of an email client service using MailKit.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.11 359 11/13/2025
1.0.10 204 7/5/2025
1.0.9 172 2/25/2025
1.0.8 204 11/14/2024
1.0.7 154 11/1/2024
1.0.6 172 10/5/2024
1.0.5 205 8/8/2024
1.0.4 235 5/16/2024
1.0.3 176 5/9/2024
1.0.2 234 4/1/2024

1.0.11 - Rebuild with reusable retry strategy.
1.0.10 - Rebuild with updated interfaces.
1.0.9 - Update copyright year.
1.0.8 - Rebuild with geographic coordinate obfuscation.
1.0.7 - Ability to add image source and embedded content.
1.0.6 - Rebuild with default timestamp for service result.
1.0.5 - Rebuild with type for geographic coordinates.
1.0.4 - Rebuild with updated time unit enum.
1.0.3 - Rebuild with updated time unit enum.
1.0.2 - Initial revision, targetting .NET 8