Alchyr.Sts2.BaseLib 3.0.8

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

BaseLib is a Slay the Spire 2 mod intended as a base for other mods to use as a dependency.

Wiki: https://alchyr.github.io/BaseLib-Wiki/

Mod start guide: https://github.com/Alchyr/ModTemplate-StS2/blob/master/README.md

Adding dependency for an existing mod: <PackageReference Include="Alchyr.Sts2.BaseLib" Version="*" />

You will need to download the .dll, .pck, and .json from releases and put them in Slay the Spire 2/mods.

Placeholder:

If using locally, adjust filepaths at top of csproj. Use resulting .dll as a dependency for your own mod.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Alchyr.Sts2.BaseLib:

Package Downloads
FuYnAloft.Sts2.MinionLib.BaseLibAdapters

Adapters for BaseLib to better work with MinionLib. 适用于 BaseLib 的适配器,使其更好地与 MinionLib 配合使用。

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Alchyr.Sts2.BaseLib:

Repository Stars
Alchyr/ModTemplate-StS2
Slay the Spire 2 mod project template
erasels/Minty-Spire-2
QoL compilation mod for Slay the Spire 2
Version Downloads Last Updated
3.3.3 0 7/3/2026
3.3.2 1,108 6/23/2026
3.3.1 523 6/21/2026
3.3.0 944 6/19/2026
3.2.1 707 6/10/2026
3.2.0 701 6/4/2026
3.1.9 184 6/4/2026
3.1.8 789 5/26/2026
3.1.7 262 5/25/2026
3.1.6 239 5/24/2026
3.1.5 400 5/23/2026
3.1.4 375 5/22/2026
3.1.3 832 5/13/2026
3.1.2 694 5/8/2026
3.1.1 273 5/6/2026
3.1.0 1,447 4/28/2026
3.0.9 655 4/24/2026
3.0.8 376 4/21/2026
3.0.7 368 4/19/2026
3.0.6 643 4/16/2026
Loading failed

Fix desync caused by after card play postfix, small fix to scene constructor of AddedNode, allow nullable cardplay in CommonActions.CardBlock, fixes to NodeFactory unique node generation and NEnergyCounterFactory