OpenAdr.Client 2.10.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package OpenAdr.Client --version 2.10.0
                    
NuGet\Install-Package OpenAdr.Client -Version 2.10.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="OpenAdr.Client" Version="2.10.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OpenAdr.Client" Version="2.10.0" />
                    
Directory.Packages.props
<PackageReference Include="OpenAdr.Client" />
                    
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 OpenAdr.Client --version 2.10.0
                    
#r "nuget: OpenAdr.Client, 2.10.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 OpenAdr.Client@2.10.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=OpenAdr.Client&version=2.10.0
                    
Install as a Cake Addin
#tool nuget:?package=OpenAdr.Client&version=2.10.0
                    
Install as a Cake Tool

OpenADR VTN C# Client SDK

Requirements

In order to use this SDK in your application ensure you have installed:

Installation

This C# SDK client is provided as is and it is used in the .NET environment. It contains wrapper classes that you can use to call an OpenADR v3 Virtual Top Node (aka VTN) API from your application without having to deal with HTTP requests and responses. The SDK is primarilly used by the BL or VEN components which need to talk to a VTN. For how to use this SDK client please check our code examples page.

Install from the command line (change to correct version, 1.3.0 given below as example):

dotnet add package OpenAdr.Client --version 1.3.0

NuGet Package Manager:

  1. Create a new C# project, or open an existing one.
  2. Select Tools > NuGet Package Manager > Manage NuGet Packages for Solution.
  3. Search for OpenAdr.Client.
  4. Select OpenAdr.Client.
  5. Select the check box next to your project name.
  6. Click Install.

Package Manager Console:

  1. Create a new C# project, or open an existing one.
  2. Open the Package Manager Console by either method:
    1. Select Package Manager Console along the bottom of Visual Studio
    2. Select Tools > NuGet Package Manager > Package Manager Console
  3. In the Package Manager Console, type: Install-Package OpenAdr.Client

Code examples

On our documentation page you can find code examples how to use this SDK client.

Additional resources

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 was computed.  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

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
2.12.0 306 8/1/2025
2.11.0 446 5/6/2025
2.10.0 765 1/28/2025
2.9.1 891 8/27/2024
2.9.0 174 8/21/2024
2.8.0 184 8/12/2024
2.7.0 149 5/14/2024
2.6.0 166 4/17/2024
2.5.0 148 4/2/2024
2.4.0 166 3/26/2024