ArmChair.Core
0.6.1
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
<PackageReference Include="ArmChair.Core" Version="0.6.1" />
paket add ArmChair.Core --version 0.6.1
#r "nuget: ArmChair.Core, 0.6.1"
// 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 | Versions 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. |
-
- Newtonsoft.Json (>= 9.0.1)
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 | 808 | 5/5/2019 |
0.11.2 | 848 | 10/8/2018 |
0.11.1 | 1,031 | 7/14/2018 |
0.11.0 | 941 | 7/9/2018 |
0.10.1 | 1,009 | 5/28/2018 |
0.9.0 | 1,003 | 4/8/2018 |
0.8.0 | 1,030 | 11/12/2017 |
0.7.9-beta | 876 | 8/16/2017 |
0.7.8-beta | 870 | 8/14/2017 |
0.7.7-alpha | 771 | 8/14/2017 |
0.7.6-alpha | 773 | 8/14/2017 |
0.7.5 | 1,035 | 8/12/2017 |
0.7.4 | 1,044 | 8/12/2017 |
0.7.3 | 1,042 | 8/12/2017 |
0.6.1 | 1,109 | 3/19/2017 |
0.5.4 | 1,094 | 3/10/2017 |
0.5.3-alpha | 927 | 12/4/2016 |
0.5.2-alpha | 1,006 | 11/23/2016 |
0.5.1-alpha | 996 | 11/21/2016 |
0.4.1 | 1,177 | 9/25/2016 |
0.3.2 | 1,020 | 8/11/2016 |
0.3.1 | 1,046 | 8/7/2016 |
0.2.4 | 1,102 | 3/12/2016 |
0.2.3 | 1,135 | 1/10/2016 |
0.2.2 | 1,697 | 7/28/2015 |
0.2.1 | 1,371 | 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)