IRepository 1.0.0.1

Requires NuGet 1.0.0.1 or higher.

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

// Install IRepository as a Cake Tool
#tool nuget:?package=IRepository&version=1.0.0.1

IRepository just defines a simple interface with common repository methods and a typed argument.

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.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on IRepository:

Package Downloads
nMongo

nMongo is a framework for MongoDB data operations performed in .NET, using Official MongoDB C# Driver.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0.1 2,901 5/28/2013
1.0.0 1,232 5/28/2013

First (and the final?) release.