Logary.Targets.Mailgun 4.0.160

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Logary.Targets.Mailgun --version 4.0.160                
NuGet\Install-Package Logary.Targets.Mailgun -Version 4.0.160                
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="Logary.Targets.Mailgun" Version="4.0.160" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Logary.Targets.Mailgun --version 4.0.160                
#r "nuget: Logary.Targets.Mailgun, 4.0.160"                
#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.
// Install Logary.Targets.Mailgun as a Cake Addin
#addin nuget:?package=Logary.Targets.Mailgun&version=4.0.160

// Install Logary.Targets.Mailgun as a Cake Tool
#tool nuget:?package=Logary.Targets.Mailgun&version=4.0.160                

Logary is a high performance, multi-target logging, metric and health-check library for mono and .Net.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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
4.2.1 1,121 9/3/2017
4.2.0 960 5/9/2017
4.1.1 934 4/28/2017
4.1.0 960 4/20/2017
4.0.311 977 2/13/2017
4.0.304 943 1/8/2017
4.0.303 1,040 1/2/2017
4.0.302 983 12/28/2016
4.0.301 985 12/15/2016
4.0.300 967 12/15/2016
4.0.280 961 12/6/2016
4.0.261 967 12/6/2016
4.0.241 947 11/22/2016
4.0.223 966 11/21/2016
4.0.221 929 11/16/2016
4.0.200 929 11/10/2016
4.0.181 974 10/25/2016
4.0.180 918 10/24/2016
4.0.160 964 10/17/2016
4.0.150 937 10/10/2016
4.0.122 945 9/29/2016
4.0.121 985 9/29/2016
4.0.120 967 9/29/2016
4.0.112 1,029 9/2/2016
4.0.101 959 8/25/2016
4.0.100 939 8/25/2016
4.0.80 966 8/24/2016
4.0.60 1,013 8/11/2016
4.0.41 958 8/10/2016
4.0.40 964 8/10/2016
4.0.20 1,050 7/22/2016
4.0.19 1,010 7/21/2016
4.0.18 965 7/19/2016
4.0.17 982 6/29/2016
4.0.16 1,062 6/28/2016
4.0.14 971 6/18/2016
4.0.11 1,109 5/2/2016
4.0.10 971 4/29/2016
4.0.9 1,284 4/27/2016
4.0.7 1,239 4/25/2016
4.0.6 968 4/12/2016
4.0.5 997 4/10/2016
4.0.3 960 3/28/2016
4.0.2 951 3/17/2016
4.0.1 990 3/8/2016
4.0.0 957 3/8/2016
4.0.0-alpha2 782 3/8/2016
4.0.0-alpha1 784 2/8/2016
3.6.1 1,026 1/29/2016
3.6.0 1,043 1/4/2016
3.5.0 1,026 12/9/2015
3.4.2 1,030 10/22/2015
3.4.1 1,029 9/4/2015
3.4.0 1,036 8/25/2015
3.3.4-rc 898 7/27/2015
3.3.3 1,088 6/23/2015
3.3.2 1,036 6/11/2015
3.3.1 1,011 6/5/2015
3.3.0 1,034 6/2/2015

Release Notes:

* [logger] adding tests for TimeScope
* [infra] v4.0.160
* [core, middleware, rutta] reworking some middleware and TimeScope APIs
* [infra] bumping semver
* [winperfcounters] cleaning WPC names
* [winperfcounters] rework to use fields for WPC instances
* [winperfcounters] working app metrics and system metrics
* [winperfcounters] using #create
* [winperfcounters] regenerating
* [winperfcounters] modernising them, new API
* [csharp] fix Elmah sample
* [logger] adding LoggerScope abstraction
* [csharp] passing tests
* [csharp] expose more overloads, allow flush flag
* [docs] documenting backpressure semantics
* [infra] bump patch w/ overload
* [csharp] LogWithAck overload w/o CancellationToken, docs