Metadata >> NuGet >> PusherServer

PusherServer

Metadata

Authors Phil Leggetter
Copyrights Copyright 2015
Description The .NET library for interacting with the Pusher HTTP API. Register at https://pusher.com and use the application credentials within your app as shown below.
LicenseUrl https://github.com/pusher/pusher-dotnet-server/blob/master/LICENSE.txt
Owners Pusher
ProjectUrl https://github.com/pusher/pusher-dotnet-server
RequireLicenseAcceptance False
Tags pusher realtime
Dependencies RestSharp:105.0.1
Title Pusher .NET Server Library
PackageSize 47723
PackageHashAlgorithm SHA512
PackageHash ndFsF04f0TmTwn00WakqIviE7Cunng3otHyieizwy8VcaXNVfPvWlZyYaAnzGB2T48qXOXSRxvg2Nu3yurEqpg==
DownloadCount 000000
CreatedDate 2015-06-23T19:08:15

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

OpenWrap

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

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.1.2-DK