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

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,857 9/3/2017
4.2.0 4,349 5/9/2017
4.1.1 1,668 4/28/2017
4.1.0 1,622 4/20/2017
4.0.311 1,813 2/13/2017
4.0.310 1,591 2/13/2017
4.0.304 1,646 1/8/2017
4.0.303 1,654 1/2/2017
4.0.302 1,647 12/28/2016
4.0.301 1,594 12/15/2016
4.0.300 1,600 12/15/2016
4.0.280 1,595 12/6/2016
4.0.261 1,656 12/6/2016
4.0.260 1,756 11/28/2016
4.0.241 1,688 11/22/2016
4.0.240 1,657 11/22/2016
4.0.223 1,611 11/21/2016
4.0.222 1,653 11/16/2016
4.0.221 1,606 11/16/2016
4.0.200 1,585 11/10/2016
4.0.181 1,670 10/25/2016
4.0.180 1,574 10/24/2016
4.0.160 1,600 10/17/2016
4.0.150 1,554 10/10/2016
4.0.122 1,686 9/29/2016
4.0.121 1,636 9/29/2016
4.0.120 1,666 9/29/2016
4.0.112 1,758 9/2/2016
4.0.111 1,598 9/2/2016
4.0.101 1,634 8/25/2016
4.0.100 1,543 8/25/2016
4.0.80 1,617 8/24/2016
4.0.60 1,598 8/11/2016
4.0.41 1,592 8/10/2016
4.0.40 1,549 8/10/2016
4.0.20 1,711 7/22/2016
4.0.19 1,661 7/21/2016
4.0.18 1,608 7/19/2016
4.0.17 1,631 6/29/2016
4.0.16 1,657 6/28/2016
4.0.15 1,535 6/28/2016
4.0.14 1,612 6/18/2016
4.0.13 1,555 6/18/2016
4.0.11 1,789 5/2/2016
4.0.10 1,699 4/29/2016
4.0.9 1,824 4/27/2016
4.0.7 1,828 4/25/2016
4.0.6 1,502 4/12/2016
4.0.5 1,609 4/10/2016
4.0.3 1,590 3/28/2016
4.0.2 1,622 3/17/2016
4.0.1 1,541 3/8/2016
4.0.0 1,600 3/8/2016
4.0.0-alpha2 1,355 3/8/2016

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