QMailer.Web 3.0.11

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

Install this assembly in aspnet project

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.11 1,773 6/5/2018
3.0.10 1,099 11/8/2017
2.2.8.1 1,457 2/23/2016
2.2.7 1,219 2/9/2016
2.2.6 1,539 11/29/2015
2.2.5 1,285 8/26/2015
2.1.4 1,301 5/13/2015
2.0.3.3 1,267 3/9/2015
2.0.3.2 1,206 3/9/2015
2.0.3.1 1,472 2/16/2015
2.0.2 1,555 12/26/2014
2.0.1 1,612 12/18/2014
2.0.0 1,433 12/1/2014

2.1.4.0 Fix potential threadleak on send email message
Remove dkim when attachment exists
2.0.3.3 fix attachment in template view
2.0.3.2 Bad assembly version with nuget
2.0.3.1 Fix issue with @Html.AddAttachment method helper
2.0.2 Add FullUrl(..) extension
2.0.1 Add attachment in email view via @Html.AddAttachment(...)
2.0.0