bict-SibaCore 1.0.2

dotnet add package bict-SibaCore --version 1.0.2
NuGet\Install-Package bict-SibaCore -Version 1.0.2
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-SibaCore" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add bict-SibaCore --version 1.0.2
#r "nuget: bict-SibaCore, 1.0.2"
#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-SibaCore as a Cake Addin
#addin nuget:?package=bict-SibaCore&version=1.0.2

// Install bict-SibaCore as a Cake Tool
#tool nuget:?package=bict-SibaCore&version=1.0.2

SibaCore is a multipurpose framework built for the peculiar 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 abstracted away from the programmer to reduce repetitive code. SibaCore also supports
     generic API's which integrate with our custom generic repositories to provide a bare bone API taking away the need for the programmer to specify CRUD API end points; this allows
     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
     performing deep and shallow mapping between objects of any types and many more.

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
1.0.2 1,289 9/19/2019
1.0.1 1,106 9/19/2019
1.0.0 1,136 2/24/2019
0.0.7-alpha2 1,065 10/29/2018
0.0.6-alpha2 1,042 10/25/2018
0.0.5-alpha2 1,084 10/25/2018
0.0.4-alpha2 1,106 10/19/2018
0.0.3-alpha2 1,106 10/13/2018
0.0.2-alpha2 1,058 10/11/2018
0.0.1-alpha2 1,188 10/11/2018
0.0.1-alpha 1,058 10/10/2018

1. ReflectionStore.Map method bug fix