EntityFrameworkExtension 2.0.1

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

// Install EntityFrameworkExtension as a Cake Tool
#tool nuget:?package=EntityFrameworkExtension&version=2.0.1

This package is extension for Entity frame work to use Unit of work pattern and generic repository. User does not need to create repositories for each Module, Just use this package in Business layer and this package will have repository for it.
This also tracks the history for the records that gets Updated. you can disable it!

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
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
2.0.1 36,669 9/25/2013
2.0.0 1,203 9/25/2013
1.1.0 1,163 9/23/2013
1.0.0 1,148 9/23/2013