OpenLibrary 1.8.0

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

// Install OpenLibrary as a Cake Tool
#tool nuget:?package=OpenLibrary&version=1.8.0

Various utility for C# programmer.

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.

This package has no dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on OpenLibrary:

Package Downloads
OpenLibrary-MVC

Various utility for ASP.NET MVC framework (helper, filter, model binder, etc).

OpenLibrary-Document

Library for export/import from/to excel & CSV.

OpenLibrary-Contrib

Usefull code from around the world

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.11.0 1,697 8/18/2014
1.10.2 1,114 7/22/2014
1.10.1 1,175 7/16/2014
1.9.3.2 1,122 6/20/2014
1.9.3.1 1,166 6/20/2014
1.9.2 1,120 5/16/2014
1.9.1 1,108 5/12/2014
1.9.0 1,139 5/11/2014
1.8.3 1,200 4/6/2014
1.8.2 1,220 4/3/2014
1.8.1 1,207 4/3/2014
1.8.0 1,201 4/3/2014
1.7.4 1,390 3/23/2014
1.7.3 1,270 3/2/2014
1.7.1.6 1,143 2/3/2014
1.7.1.5 1,124 1/28/2014
1.7.1.3 1,189 1/17/2014
1.7.1.2 1,144 1/2/2014
1.7.1.1 1,188 1/2/2014
1.7.1 1,102 1/2/2014
1.7.0 1,085 12/30/2013
1.6.0 1,143 12/15/2013
1.5.1 1,097 12/13/2013
1.5.0 1,076 12/12/2013
1.4.0 1,093 12/12/2013
1.3.2 1,150 12/1/2013
1.3.0 1,200 11/29/2013
1.2.0 1,154 11/27/2013
1.0.1 1,169 11/26/2013
1.0.0 1,192 11/26/2013

Version 1.8.0
- Adding option to insert connection string directly without looking in config file

Version 1.7.3
- Separate to 3 different assembly and package (OpenLibrary, OpenLibrary-Document, OpenLibrary-MVC)

Version 1.7.2
- Opening OpenLibrary.Utility.Sql.ToSqlParameter to public

Version 1.7.1.6:
- Adding documentation

Version 1.7.0:
- Added Type for MappingOptionAttribute (usefull when converting to strong type)
- Added support Dictionary output for all CSV, excel import
- Fixing bug for formatting integer data type (FormatHelper)
- Adding initial DataTables model binding
- Sql: adding option to define IsolationLevel when starting transaction
- Sql: connection based on thread and connection string name for uniqueness

Version 1.6.0:
- Added new AllowAuthenticatedAttribute to represents AccessRightAttribute to skip authorization when authenticated
- Added feature AccessRightAttribute (custom version of AuthorizedAttribute)
- Fix bug PostRedirectGetAttribute (default key with format /Area/Controller/Action)

Version 1.5.1:
- Fix bug: handle detecting wether transaction is running or not

Version 1.5.0:
- Generate baseUrl automatically when left null based on QueryString
- Fix bug set DatabaseGenerated property on Sql.Insert

Version 1.4.0:
- Added feature for Delete & Update in Sql utility
- Adding MappingOptionAttribute for export/import data from file

Version 1.3.2:
- Fixed bug format integer

Version 1.3.0:
- Added feature for Update & Delete in Sql utility