NRepository.Core 2.2.1

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

// Install NRepository.Core as a Cake Tool
#tool nuget:?package=NRepository.Core&version=2.2.1

NRepository.Core is a generic repository library with a strong focus on CQRS.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  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.

This package has no dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on NRepository.Core:

Package Downloads
NRepository.TestKit

NRepository.TestKit is a collection of helper classes for NRepsoitory.

NRepository.EntityFramework

NRepository.EntityFramework is a generic repository library with a strong focus on CQRS.

NRepository.MongoDb

NRepository.MongoDb is a generic repository library with a strong focus on CQRS.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.0 2,534 10/8/2015
3.3.0 3,664 9/7/2015
3.2.0 1,267 7/27/2015
3.1.0 1,737 5/23/2015
3.0.1 4,353 5/4/2015
2.4.1 1,809 12/19/2014
2.4.0 1,951 10/24/2014
2.3.0 2,200 9/19/2014
2.2.1 1,351 7/28/2014
2.2.0 1,761 7/23/2014
2.1.0 1,828 7/2/2014
2.0.0 2,134 6/23/2014
1.0.1 1,988 5/19/2014

1. Added row count to PagingQueryStrategy .
     2. Updated GetRepositoryQueryEvent.Specification property from object tp IQueryStrategy.
     3. Updated GetRepositoryQueryEvent.Specification name to GetRepositoryQueryEvent.SpecificationStrategy.