Metadata >> NuGet >> Repository

Repository

Metadata

Authors Matthew Schrager
Copyrights Copyright Matthew Schrager 2013
Description A generic implementation for the repository pattern in C#.
LicenseUrl https://github.com/matthewschrager/Repository#license
Owners Matthew Schrager
ProjectUrl https://github.com/matthewschrager/Repository
RequireLicenseAcceptance False
Tags Repository
Dependencies AutoMapper|CompareNETObjects|Newtonsoft.Json:5.0.6|NUnit:2.6.2
Title Repository
PackageSize 60837
PackageHashAlgorithm SHA512
PackageHash dhgTi0cqYVA1FXAtX44hW0zFE8xisQ97SYqdHYXRiDEv6uCxH3zfjW0D9XBpxmg825XsUYc7pbO7Cbyq36/yvw==
DownloadCount 000000
CreatedDate 2013-08-23T20:09:57

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Repository -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Repository -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package Repository
Installing the package (HTTP Basic authentication):
Install-Package Repository -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Repository -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package Repository

OpenWrap

Installing the package:
o add-wrap Repository
Uninstalling the package:
o remove-wrap Repository

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.0.6.11