bict-SibaLife 0.0.2-alpha4

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

// Install bict-SibaLife as a Cake Tool
#tool nuget:?package=bict-SibaLife&version=0.0.2-alpha4&prerelease

SibaCore is a multipurpose framework built for the perculiar needs of BIC Technologies and seeks to make working with a data layer as easy as possible.
     With the help of our custom built generic repository, all CRUD functionalities are abtracted away from the programmer to reduce repetitive code. SibaCore also supports
     generic API's which intergrate with our custom generic repositories to provide a bare bone API taking away the need for the programmer to specify CRUD API end points, allowing
     you to focus on other important API end points for your application. SibaCore also includes utility methods which simplify tasks such as reading and writing data in excel
     peforming deep and shallow mapping between objects of any types and many more.
     This version of SibaCore has been modified to work with the SibaLife application.

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  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.

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.0.6 15,622 3/29/2019
0.0.5-alpha4 1,091 10/29/2018
0.0.4-alpha4 1,099 10/16/2018
0.0.3-alpha4 1,094 10/16/2018
0.0.2-alpha4 1,098 10/13/2018
0.0.1-alpha4 1,111 10/11/2018
0.0.1-alpha3 1,125 10/11/2018
0.0.1-alpha 1,085 10/11/2018

1. bug fix for SibaExcel.ReadExcel method
     2. performance improvements for reading of excel files using SibaExcel.ReadExcel method
     3. peformance improvements for RepositoryBase.Save method