Geoapify.DependencyInjection 1.5.0

dotnet add package Geoapify.DependencyInjection --version 1.5.0
                    
NuGet\Install-Package Geoapify.DependencyInjection -Version 1.5.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="Geoapify.DependencyInjection" Version="1.5.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Geoapify.DependencyInjection" Version="1.5.0" />
                    
Directory.Packages.props
<PackageReference Include="Geoapify.DependencyInjection" />
                    
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 Geoapify.DependencyInjection --version 1.5.0
                    
#r "nuget: Geoapify.DependencyInjection, 1.5.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.
#:package Geoapify.DependencyInjection@1.5.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Geoapify.DependencyInjection&version=1.5.0
                    
Install as a Cake Addin
#tool nuget:?package=Geoapify.DependencyInjection&version=1.5.0
                    
Install as a Cake Tool

Geoapify.DependencyInjection

Adds Dependency Injection support to the Geoapify.SDK package.

Usage

After adding this package, just call

var apiKey = "YOUR_KEY"; // Probably read this from a secret somewhere

services.AddGeoapify(apiKey);

And you'll have access to the IGeoapifyClient in your Dependency Injection system.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Geoapify.DependencyInjection:

Package Downloads
Geoapify.Storage

Adds abstract support for local storage of results from the Geoapify.SDK.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.5.0 446 6/2/2026
1.4.0 119 5/27/2026
1.3.0 321 5/26/2026
1.2.0 229 3/6/2026
1.1.0 142 1/24/2026
1.0.0 157 12/30/2025