PharmApi.Client 1.12.0

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

Client for PharmApi protocol.

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. 
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 PharmApi.Client:

Package Downloads
PharmApi.Server

Server-side classes for PharmApi protocol.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.12.0 421 1/16/2026
1.11.2 3,663 4/13/2022
1.11.1 1,315 7/9/2021
1.10.1 511 5/11/2021
1.10.0 1,194 4/20/2021
1.9.0 507 4/12/2021
1.8.1 1,133 11/27/2020
1.8.0 584 11/27/2020
1.7.0 773 11/13/2020
1.6.0 714 9/21/2020
1.6.0-beta.2 372 9/21/2020
1.6.0-beta.1 379 9/21/2020
1.5.0 1,104 9/15/2020
1.4.0 655 9/15/2020
1.3.0 843 8/21/2020
1.2.1 624 8/20/2020
1.1.0 953 8/18/2020
1.0.0 826 8/18/2020

New: overrides with `CancellationToken` in `IPharmApiClient`