ArmChair.Core 0.6.1

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

// Install ArmChair.Core as a Cake Tool
#tool nuget:?package=ArmChair.Core&version=0.6.1

ArmChair is a .NET Client for CouchDB

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  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
0.12.0 765 5/5/2019
0.11.2 804 10/8/2018
0.11.1 996 7/14/2018
0.11.0 910 7/9/2018
0.10.1 984 5/28/2018
0.9.0 978 4/8/2018
0.8.0 1,006 11/12/2017
0.7.9-beta 846 8/16/2017
0.7.8-beta 853 8/14/2017
0.7.7-alpha 746 8/14/2017
0.7.6-alpha 744 8/14/2017
0.7.5 1,005 8/12/2017
0.7.4 1,015 8/12/2017
0.7.3 1,007 8/12/2017
0.6.1 1,086 3/19/2017
0.5.4 1,064 3/10/2017
0.5.3-alpha 904 12/4/2016
0.5.2-alpha 984 11/23/2016
0.5.1-alpha 972 11/21/2016
0.4.1 1,150 9/25/2016
0.3.2 995 8/11/2016
0.3.1 1,019 8/7/2016
0.2.4 1,078 3/12/2016
0.2.3 1,111 1/10/2016
0.2.2 1,670 7/28/2015
0.2.1 1,349 7/4/2015

0.6.x
==============
!! Breaking Change !!
   .NET 4.0 dropped (read below.)
   Database.Settings.Register() moved to Database.Register()
Initial .NET standard support work:
   moved to .NET 4.5 (not core yet, aiming for 1.1, but it does compile on 1.6).
   updated internal Http to use HttpClient.
   updated reflection code to be complaint.
integrated IQ Tool Kit, retaining the NOTICE and licence on those files.
initial support to create index's.
   via Database.Index.Create()
   via ClassMap<T>
Supported more of the Linq interface
   Support for Sort(s)
   

0.5.x
==============
Initial support for MongoQuery either by a
   defined query object or JSON.
   Linq expression / Query<T> (partial support)
API support registering types (required for Linq query)
Small changes in the pipelines, Load, Commit (backwards compatible)