CrmAdo 1.3.0

dotnet add package CrmAdo --version 1.3.0
NuGet\Install-Package CrmAdo -Version 1.3.0
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="CrmAdo" Version="1.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CrmAdo --version 1.3.0
#r "nuget: CrmAdo, 1.3.0"
#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 CrmAdo as a Cake Addin
#addin nuget:?package=CrmAdo&version=1.3.0

// Install CrmAdo as a Cake Tool
#tool nuget:?package=CrmAdo&version=1.3.0

CrmAdo is an ADO.Net data provider for Dynamics Crm. It's goal is to make it easy for you to perform CRUD operations against Dynamics Crm. It exposes Dynamics to you as an ordinary ADO.Net data source that you can execute SQL commands against. It allows you to use the familiar ADO.Net classes to connect to, and perform your queries against Dynamics CRM. Architecturally, CrmAdo sits on top of the Dynamics SDK, and handles all the conversion between your SQL commands into the appropriate IOrganisation web service calls and interactions behind the scenes.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.0 198 1/25/2015
1.2.19 110 12/31/2014
1.2.17 104 11/28/2014
1.2.13 112 11/24/2014
1.2.12 216 11/14/2014
1.2.11 213 11/14/2014
1.2.10 340 11/13/2014
1.2.9 578 11/10/2014
1.2.8 935 11/9/2014
1.2.7 590 11/3/2014
1.2.6 854 11/2/2014
1.2.1 114 10/17/2014
1.2.0 121 10/2/2014
1.1.0 130 7/13/2014
1.0.10 101 6/10/2014
1.0.9 103 4/18/2014
1.0.7 93 4/13/2014
1.0.5 109 4/4/2014
1.0.2 93 3/30/2014
1.0.1 97 3/22/2014
1.0.1-Alpha 93 3/22/2014
1.0.0-Alpha 87 3/22/2014

See here for latest release notes: https://github.com/dazinator/CrmAdo/releases