SqlChic 0.1.1-rc

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

// Install SqlChic as a Cake Tool
#tool nuget:?package=SqlChic&version=0.1.1-rc&prerelease

A high performance fully-async Micro-ORM for ADO.NET.

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.1.1-rc 893 7/22/2014

* SqlChic 0.1.1-rc
*        - Refactored API to be fully async/await compliant, including IObservable where needed
* Dapper 1.13   
*        - Added support for Table Valued Parameters as part of anonymous objects
*        - Added support for async
*        - Added support for sharing strategies between databases
*        - Rewrote dynamic implementation
* Dapper 1.12.1
*        - Minor deploy glitch (should now include intellisense files!)
* Dapper 1.12   
*        - Better automatic type-mapping (int vs long, float vs double, etc)
*        - Fixed: bug with indexer properties
* Dapper 1.11   
*        - Custom type-map support
* Dapper 1.10
*        - Fixed: error-handling could lose original exception if reader closed
* Dapper 1.9    
*        - Added: better schema change detection
*        - Fixed: enum support for T in Query-of-T
*        - Added: dictionary support for parameters