Metadata >> NuGet >> GitHubClient

GitHubClient

Metadata

Authors Dillon Buchanan
Description A .NET client for GitHub v3 APIs
Owners Dillon Buchanan
ProjectUrl https://github.com/thedillonb/GitHubSharp
ReleaseNotes Initial release.
RequireLicenseAcceptance False
Tags github
Dependencies Newtonsoft.Json:7.0.1
Title GitHub Client
PackageSize 176976
PackageHashAlgorithm SHA512
PackageHash hWcxi8AS9jn3wUs3gIPZxHJkYqEuwAjf0R5dM55gjJg4oWgRj7DiWhzD+JIBIdtorwPrTv051kv08D/y6fDQ6Q==
DownloadCount 000000
CreatedDate 2015-08-27T01:22:35

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

OpenWrap

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

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.5.0