Metadata >> NuGet >> MediatR

MediatR

Metadata

Authors Jimmy Bogard
Copyrights Copyright 2014-2015 Jimmy Bogard
Description Simple, unambitious mediator implementation in .NET
IconUrl https://raw.githubusercontent.com/jbogard/MediatR/master/assets/logo/gradient_128x128.png
LicenseUrl https://github.com/jbogard/MediatR/blob/master/LICENSE
Owners Jimmy Bogard
ProjectUrl https://github.com/jbogard/MediatR
RequireLicenseAcceptance False
Tags mediator request response queries commands notifications
PackageSize 75468
PackageHashAlgorithm SHA512
PackageHash zRLUryANkKIRxuSLkzaZLnFV89poFsB4WZvS07oG9RNRXpZB/F8ddtjbe7CD5kJPC/ILz1Cj8aYrIbujRgYOKQ==
DownloadCount 000000
CreatedDate 2015-08-05T19:45:24
Dependencies ::portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10|::wp80|::wpa81|::net45|Microsoft.Bcl.Async:1.0.168:net40|::win|System.Collections:4.0.10:Unsupported|System.Diagnostics.Debug:4.0.10:Unsupported|System.Linq:4.0.0:Unsupported|System.Runtime:4.0.20:Unsupported|System.Threading.Tasks:4.0.10:Unsupported

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 MediatR -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install MediatR -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 MediatR
Installing the package (HTTP Basic authentication):
Install-Package MediatR -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package MediatR -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package MediatR

OpenWrap

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

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
2.0.2
2.0.1
2.0.0
2.0.0-beta-005