Zespy.Abr.Client.Extensions 1.72.2

dotnet add package Zespy.Abr.Client.Extensions --version 1.72.2
                    
NuGet\Install-Package Zespy.Abr.Client.Extensions -Version 1.72.2
                    
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="Zespy.Abr.Client.Extensions" Version="1.72.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Zespy.Abr.Client.Extensions" Version="1.72.2" />
                    
Directory.Packages.props
<PackageReference Include="Zespy.Abr.Client.Extensions" />
                    
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 Zespy.Abr.Client.Extensions --version 1.72.2
                    
#r "nuget: Zespy.Abr.Client.Extensions, 1.72.2"
                    
#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 Zespy.Abr.Client.Extensions@1.72.2
                    
#: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=Zespy.Abr.Client.Extensions&version=1.72.2
                    
Install as a Cake Addin
#tool nuget:?package=Zespy.Abr.Client.Extensions&version=1.72.2
                    
Install as a Cake Tool

Zespy ABR client extensions

Zespy.Abr.Client.Extensions registers the Zespy Australian Business Register public v1 client, authentication handlers, retries, and configuration with Microsoft dependency injection.

Compatibility

The package contains assets for:

  • .NET Framework 4.6.2 (net462)
  • .NET 8 (net8.0)
  • .NET 10 (net10.0)

The package and its dependencies restore from NuGet.org alone; no Zespy private feed is required.

This v1-native package is not a drop-in replacement for the legacy 1.16.0 v0 packages. Existing applications can remain pinned to 1.16.0 while they use the preserved v0 API. Applications that upgrade must move deliberately to the v1 routes and authentication model.

API-key registration

Add the client settings to configuration. Keep the issued key in your normal secret store rather than source control.

{
  "Abr": {
    "BaseUrl": "https://zespy.ai/api/australian-business-register/",
    "ApiKey": "<issued-api-key>"
  }
}

Register the client:

using Zespy.Abr.Client.Extensions;

services.AddAbrClientWithApiKey(configuration.GetSection("Abr"));

Resolve Zespy.Abr.Client.IAbrClient from dependency injection. Portal applications can instead use AddAbrClientWithPortalToken and supply their current user-token callback.

Interactive API documentation is available at zespy.ai/api/australian-business-register/scalar/v1.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  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. 
.NET Framework net462 is compatible.  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.72.2 172 8/28/2026
1.72.1 80 8/28/2026
1.16.0 2,299 11/17/2024
1.16.0-alpha.1 128 11/17/2024
1.15.0 7,983 10/17/2024
1.15.0-alpha.1 120 10/17/2024
1.14.0 188 10/13/2024
1.14.0-alpha.4 128 10/13/2024
1.14.0-alpha.3 131 10/13/2024
1.14.0-alpha.2 139 10/3/2024
1.14.0-alpha.1 118 10/3/2024
1.13.0 206 9/29/2024
1.13.0-alpha.1 134 9/29/2024
1.12.0 193 9/29/2024
1.12.0-alpha.1 128 9/29/2024
1.11.0 197 9/29/2024
1.11.0-alpha.1 130 9/29/2024
1.10.0 200 9/28/2024
1.10.0-alpha.1 126 9/28/2024
1.9.0 174 9/28/2024
Loading failed