NuggetTactics.SDK 1.0.2

dotnet add package NuggetTactics.SDK --version 1.0.2
                    
NuGet\Install-Package NuggetTactics.SDK -Version 1.0.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="NuggetTactics.SDK" Version="1.0.2">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NuggetTactics.SDK" Version="1.0.2" />
                    
Directory.Packages.props
<PackageReference Include="NuggetTactics.SDK">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
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 NuggetTactics.SDK --version 1.0.2
                    
#r "nuget: NuggetTactics.SDK, 1.0.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 NuggetTactics.SDK@1.0.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=NuggetTactics.SDK&version=1.0.2
                    
Install as a Cake Addin
#tool nuget:?package=NuggetTactics.SDK&version=1.0.2
                    
Install as a Cake Tool

Credit + Special Thanks

A large portion of the tooling is based on Silksong.GameLibs by BadMagic100. This package was reworked at the request of Hadean Tactics developer Doug so that no game files are redistributed.

NuggetTactics.SDK

MSBuild SDK NuGet package for modding Hadean Tactics with BepInEx 5. It wires up references and publicization against your local game install at build time. The package itself contains only props and documentation.

Setup

  1. Add the BepInEx NuGet feed to your mod project (nuget.config or IDE package sources).
  2. Reference this package from your mod .csproj:
<PackageReference Include="NuggetTactics.SDK" Version="1.0.0" />
  1. Point at your owned copy of the game (override the default Steam path if needed):

<Project>
  <PropertyGroup>
    <HadeanTacticsDir>C:\Path\To\Hadean Tactics</HadeanTacticsDir>
  </PropertyGroup>
</Project>
  1. Add the usual BepInEx plugin packages (BepInEx.Core, BepInEx.PluginInfoProps, etc.) to your mod project as normal.

Versioning

This package uses semantic versioning. Bump the package version when you change the props file (e.g. add assemblies, change Unity module version). It is not tied to game patch versions — modders always compile against their own installed game.

Publishing this package

Publish to nuget.org via GitHub Actions (trusted publishing) or locally with an API key. See CONTRIBUTING.md for setup and commands.

There are no supported framework assets in this 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.0.2 147 7/8/2026
1.0.1 129 7/8/2026