Dalamud.Hosting 14.0.13

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

Dalamud Hosting SDK

Build Lint

What is the Dalamud Hosting SDK?

The Dalamud Hosting SDK is an SDK for Dalamud that allows you to build plugins using the .NET generic host.

What is in this repo?

This repository contains all source code for the Dalamud Hosting SDK. Everything needed to develop or deploy it is self contained in this repository.

Getting started

To start developing the Dalamud Hosting SDK you need just a few things:

Product Compatible and additional computed target framework versions.
.NET net10.0-windows7.0 is compatible. 
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
14.0.13 164 12/27/2025
14.0.12 288 12/22/2025
14.0.11 121 12/20/2025
14.0.10 109 12/20/2025
14.0.9 282 12/19/2025
14.0.8 291 12/18/2025
14.0.7 276 12/18/2025
14.0.6 279 12/18/2025
14.0.5 263 12/18/2025
14.0.4 269 12/18/2025
14.0.3 261 12/18/2025
14.0.2 263 12/18/2025
14.0.1 266 12/18/2025
14.0.0 270 12/18/2025
4.0.13 111 12/27/2025 4.0.13 is deprecated because it has critical bugs.