Book.StS2.Reference 0.103.2

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Book.StS2.Reference --version 0.103.2
                    
NuGet\Install-Package Book.StS2.Reference -Version 0.103.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="Book.StS2.Reference" Version="0.103.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Book.StS2.Reference" Version="0.103.2" />
                    
Directory.Packages.props
<PackageReference Include="Book.StS2.Reference" />
                    
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 Book.StS2.Reference --version 0.103.2
                    
#r "nuget: Book.StS2.Reference, 0.103.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 Book.StS2.Reference@0.103.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=Book.StS2.Reference&version=0.103.2
                    
Install as a Cake Addin
#tool nuget:?package=Book.StS2.Reference&version=0.103.2
                    
Install as a Cake Tool

StS2Ref

StS2Ref is a NuGet-package that contains reference assemblies for Slay the Spire 2. You reference it in your mod project instead of the game.

This makes your project portable, because StS2Ref can be downloaded by anyone and used from anywhere, unlike Slay the Spire 2's assemblies which can't be distributed.

FAQ

Why do I get an error when trying to build with StS2Ref?

Likely because you are adding it to a project that uses an old package structure. Fear not! It is easy to fix. Do one of the following:

What are 'reference assemblies'?

Reference assemblies are ordinary assemblies from which all code has been stripped, leaving only their signatures. However, these signatures are all the compiler needs to build your project. Not only does this speed up the build process, it more importantly offers a way to reference Slay the Spire 2 from anywhere without illegally distributing any of its content.


Published with permission from MegaCrit Games.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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