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.
<PackageVersion Include="Sqline.ClientFramework" Version="0.1.3" />
                    
Directory.Packages.props
<PackageReference Include="Sqline.ClientFramework" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package Sqline.ClientFramework@0.1.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Sqline.ClientFramework&version=0.1.3
                    
Install as a Cake Addin
#tool nuget:?package=Sqline.ClientFramework&version=0.1.3
                    
Install as a Cake Tool

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,429 2/7/2016
0.1.2 1,278 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