NGeo 1.9.0

dotnet add package NGeo --version 1.9.0
                    
NuGet\Install-Package NGeo -Version 1.9.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NGeo" Version="1.9.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NGeo" Version="1.9.0" />
                    
Directory.Packages.props
<PackageReference Include="NGeo" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NGeo --version 1.9.0
                    
#r "nuget: NGeo, 1.9.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=NGeo&version=1.9.0
                    
Install NGeo as a Cake Addin
#tool nuget:?package=NGeo&version=1.9.0
                    
Install NGeo as a Cake Tool

NGeo is a client library that makes it easier to invoke
     GeoNames, Yahoo! GeoPlanet, and Yahoo! PlaceFinder services from .NET code.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.9.0 66,287 4/17/2013
1.8.1 1,756 3/4/2013
1.8.0 1,638 2/28/2013
1.7.5 2,299 10/12/2012
1.7.4 1,772 10/10/2012
1.7.3 1,819 10/9/2012
1.7.2 1,719 10/3/2012
1.7.1 1,683 10/2/2012
1.7.0 1,756 7/26/2012
1.6.0 1,644 7/25/2012
1.5.0 1,640 7/18/2012
1.4.0 1,718 5/19/2012
1.3.1 2,070 12/7/2011
1.3.0 1,772 11/29/2011
0.3.10 1,707 11/28/2011
0.3.9.1 1,740 11/28/2011
0.3.9 1,702 11/27/2011
0.3.8 1,698 11/27/2011
0.3.7 1,717 11/27/2011
0.3.6 1,693 11/25/2011
0.3.5 1,674 11/25/2011
0.3.4 1,757 11/24/2011
0.3.3 1,696 11/24/2011
0.3.2 1,709 11/22/2011
0.3.1 1,823 11/20/2011
0.3.0 1,722 11/20/2011

NGeo is a client library that makes it easier to invoke
     GeoNames, Yahoo! GeoPlanet, and Yahoo! PlaceFinder services from .NET code.
     Version 1.9.0 adds support for GeoPlanet's Search API endpoint.