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.
<PackageVersion Include="bict-SibaCore" Version="1.0.2" />
                    
Directory.Packages.props
<PackageReference Include="bict-SibaCore" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=bict-SibaCore&version=1.0.2
                    
Install bict-SibaCore as a Cake Addin
#tool nuget:?package=bict-SibaCore&version=1.0.2
                    
Install bict-SibaCore as a Cake Tool

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,479 9/19/2019
1.0.1 1,270 9/19/2019
1.0.0 1,302 2/24/2019
0.0.7-alpha2 1,235 10/29/2018
0.0.6-alpha2 1,229 10/25/2018
0.0.5-alpha2 1,249 10/25/2018
0.0.4-alpha2 1,314 10/19/2018
0.0.3-alpha2 1,286 10/13/2018
0.0.2-alpha2 1,267 10/11/2018
0.0.1-alpha2 1,371 10/11/2018
0.0.1-alpha 1,256 10/10/2018

1. ReflectionStore.Map method bug fix