HLI.Data 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package HLI.Data --version 1.0.0
NuGet\Install-Package HLI.Data -Version 1.0.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="HLI.Data" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HLI.Data --version 1.0.0
#r "nuget: HLI.Data, 1.0.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 HLI.Data as a Cake Addin
#addin nuget:?package=HLI.Data&version=1.0.0

// Install HLI.Data as a Cake Tool
#tool nuget:?package=HLI.Data&version=1.0.0

Common functionality for database operations such as client creation.
Usage: create instance of HliHttpClient.
See also: IRepository interface.

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.

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
1.0.5.1 1,136 3/31/2017
1.0.5 992 10/30/2016
1.0.4.3 1,047 8/10/2016
1.0.4.2 959 8/7/2016
1.0.3 962 6/5/2016
1.0.2 979 5/3/2016
1.0.1 1,842 2/28/2016
1.0.0 1,452 2/27/2016

Initial version containing HliHttpClient and IRepository.