OpenLibrary 1.7.4
See the version list below for details.
dotnet add package OpenLibrary --version 1.7.4
NuGet\Install-Package OpenLibrary -Version 1.7.4
<PackageReference Include="OpenLibrary" Version="1.7.4" />
paket add OpenLibrary --version 1.7.4
#r "nuget: OpenLibrary, 1.7.4"
// Install OpenLibrary as a Cake Addin #addin nuget:?package=OpenLibrary&version=1.7.4 // Install OpenLibrary as a Cake Tool #tool nuget:?package=OpenLibrary&version=1.7.4
Various utility for C# programmer.
Product | Versions 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. |
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,743 | 8/18/2014 |
1.10.2 | 1,145 | 7/22/2014 |
1.10.1 | 1,208 | 7/16/2014 |
1.9.3.2 | 1,146 | 6/20/2014 |
1.9.3.1 | 1,189 | 6/20/2014 |
1.9.2 | 1,140 | 5/16/2014 |
1.9.1 | 1,133 | 5/12/2014 |
1.9.0 | 1,159 | 5/11/2014 |
1.8.3 | 1,228 | 4/6/2014 |
1.8.2 | 1,242 | 4/3/2014 |
1.8.1 | 1,228 | 4/3/2014 |
1.8.0 | 1,222 | 4/3/2014 |
1.7.4 | 1,413 | 3/23/2014 |
1.7.3 | 1,307 | 3/2/2014 |
1.7.1.6 | 1,163 | 2/3/2014 |
1.7.1.5 | 1,147 | 1/28/2014 |
1.7.1.3 | 1,214 | 1/17/2014 |
1.7.1.2 | 1,171 | 1/2/2014 |
1.7.1.1 | 1,216 | 1/2/2014 |
1.7.1 | 1,123 | 1/2/2014 |
1.7.0 | 1,107 | 12/30/2013 |
1.6.0 | 1,164 | 12/15/2013 |
1.5.1 | 1,118 | 12/13/2013 |
1.5.0 | 1,103 | 12/12/2013 |
1.4.0 | 1,117 | 12/12/2013 |
1.3.2 | 1,181 | 12/1/2013 |
1.3.0 | 1,223 | 11/29/2013 |
1.2.0 | 1,177 | 11/27/2013 |
1.0.1 | 1,190 | 11/26/2013 |
1.0.0 | 1,214 | 11/26/2013 |
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