CloudSoft.Repositories 2.3.9.3

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

// Install CloudSoft.Repositories as a Cake Tool
#tool nuget:?package=CloudSoft.Repositories&version=2.3.9.3

CloudSoft.Repositories help you to use a generic (unit of work) repository for EntityFramework 6 with data migration based on sql script

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.3.9.3 2,216 8/12/2015
2.3.8.2-beta 918 10/12/2014
2.3.8.1-beta 974 10/12/2014
2.3.7 1,199 6/30/2014
2.3.1 1,318 2/15/2014
2.2.0 1,174 1/13/2014
2.1.0 1,123 1/13/2014
2.0.0.1 1,268 10/23/2013
2.0.0 1,199 10/21/2013
1.3.0.3 1,206 9/2/2013
1.3.0.2 1,568 4/6/2013
1.3.0.1 1,225 4/6/2013
0.9.0 1,398 2/15/2013

2.3.9.3 refresh all views compatible with sql azure
2.3.7 New versionning, improve MemoryRepository with async
2.3.1 Add Logger
2.2.0 Prevent lock on sync methods (duplicate code)
2.1.0 Support Async (EF6)
2.0.0.1 Issue with autoincrement on schema table
2.0.0.0 Migration dotnet 4.0 to 4.5 and EntityFramework 5.0 to 6.0
1.3.0.3 Add BulkInsert() on IRepository