Sqline.ClientFramework 0.1.3

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

// Install Sqline.ClientFramework as a Cake Tool
#tool nuget:?package=Sqline.ClientFramework&version=0.1.3

Client Library for Sqline Framework

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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.3 1,108 2/7/2016
0.1.2 996 1/17/2016

- Added missing Sql Server data types
     - Added unit test project to verify operations on all Sql Server data types
     - Several bug fixes for data type support
     - Bug fix in WHERE parameters when doing a NOT NULL comparison for certain types
     - Added support for TOP in Update and Delete data items
     - Added support for overriding unsafe queries in Update and Delete data items