Metadata >> NuGet >> GeocodeSharp

GeocodeSharp

Metadata

Authors Brandon Cuff, alexinspire, Johan Nilsson
Copyrights Copyright 2014
Description An async wrapper of the Google Geocode API for .NET
LicenseUrl https://github.com/bcuff/GeocodeSharp/blob/master/LICENSE
Owners Brandon Cuff
ProjectUrl https://github.com/bcuff/GeocodeSharp
ReleaseNotes Fixed redundant serialization of GeocodeResponse.Status
RequireLicenseAcceptance False
Tags Geocode Address Maps Geo
Dependencies Newtonsoft.Json:6.0.5
Title Async Google Geocode API for .NET
PackageSize 26413
PackageHashAlgorithm SHA512
PackageHash aG0iOITWEuXhJgYlTCeofuTx/mLTgyircdDFDGBAmMyhZQVh5vhWkBJ3ewSKfiXjYZMtUupQ4ObwRqyUnwoiIA==
DownloadCount 000000
CreatedDate 2015-07-20T16:07:33

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

OpenWrap

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

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.2.0.0
1.1.0.0