VpnHood.AppLib.Api 8.2.853

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

The VpnHood app's API: the six interfaces a UI reads the app through, every shape they carry - state, features, settings, profiles - and the client that dials them over HTTP. A UI needs this and nothing else of the app.

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 (5)

Showing the top 5 NuGet packages that depend on VpnHood.AppLib.Api:

Package Downloads
VpnHood.AppLib.App

Readymade Vpn App skeleton for VpnHood clients. You just need to create an UI on it

VpnHood.AppUi.Hosting.Avalonia

What mounts any Avalonia UI for the VpnHood app: the Application every host builds and the contract a UI fulfils. The app's state as pages read it is VpnHood.AppUi.Common, which this references. No theme, no layout, no control, no words

VpnHood.AppUi.Common

The VpnHood app as a UI sees it, for any UI toolkit: the app's state and API in one place, the words of every language read from the assets folder, and the code that turns the app's state into text - errors, dates, traffic, documents. No toolkit, no theme, no picture, no file of its own

VpnHood.AppLib.Api.WebHost

Tiny internal webserver to server your single-page application (SPA). You need this only if you want to create a UI for your VpnHood client by single-page application (SPA)

VpnHood.AppLib.Api.HttpClients

The app's API reached from somewhere else: the six interfaces answered by HTTP calls to a VpnHoodAppWebHost. A UI links this instead of the app and runs unchanged - a paired browser, a WASM head, another app, or a second VpnHood client driving one on the network.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
8.2.853 102 9/23/2026
8.2.852 104 9/23/2026
8.2.851 168 9/21/2026