Skip to content

Commit a75451e

Browse files
committed
3.19.2 and changelog
1 parent caa6dd6 commit a75451e

4 files changed

Lines changed: 10 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@
33

44
### 3.19 ###
55

6+
* **3.19.2**
7+
* Fixed `force_family_event`: Update hooks for 1.3.7 and modify the command to only apply its hooks once.
8+
69
* **3.19.1**
710
* Fixed `spawn_ai`: Fixes NRE when explicitly using -1/None for the elite argument.
811

912
* **3.19.0**
10-
* Added `hurt`
11-
* Added `heal`
13+
* Added `hurt`: Damage yourself or another target.
14+
* Added `heal`: Heal yourself or another target.
1215
* Added `list_survivor`
1316
* Updated `spawn_ai`: Prints a message if the selected elite is from a disabled expansion.
1417
* Updated `give_dot`: Adds an explicit duration for Lunar Ruin and also prints a message if a selected DoT does not have one.

Code/DebugToolkit.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace DebugToolkit
1717
[BepInPlugin(GUID, modname, modver)]
1818
public class DebugToolkit : BaseUnityPlugin
1919
{
20-
public const string modname = "DebugToolkit", modver = "3.19.1";
20+
public const string modname = "DebugToolkit", modver = "3.19.2";
2121
public const string GUID = "iHarbHD." + modname;
2222

2323
internal static ConfigFile Configuration;

DebugToolkit.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.1</TargetFramework>
5-
<Version>3.19.1</Version>
5+
<Version>3.19.2</Version>
66
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
77
<Authors>DebugToolkit Contributors</Authors>
88
<Description>DebugToolkit is an expansive list of console commands for Risk of Rain 2, intended to make forcing specific situation easier. This is supposed to help with testing of interactions, mods, and what else.</Description>
@@ -14,8 +14,8 @@
1414
<SignAssembly>false</SignAssembly>
1515
<PackageIcon>icon.png</PackageIcon>
1616
<Copyright>2025 DebugToolkit Contributors</Copyright>
17-
<AssemblyVersion>3.19.1.0</AssemblyVersion>
18-
<FileVersion>3.19.1.0</FileVersion>
17+
<AssemblyVersion>3.19.2.0</AssemblyVersion>
18+
<FileVersion>3.19.2.0</FileVersion>
1919
</PropertyGroup>
2020

2121
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

Thunderstore/thunderstore.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ schemaVersion = "0.0.1"
44
[package]
55
namespace = "IHarbHD"
66
name = "DebugToolkit"
7-
versionNumber = "3.19.1"
7+
versionNumber = "3.19.2"
88
description = "Adds console command for debugging mods."
99
websiteUrl = "https://github.com/harbingerofme/DebugToolkit"
1010
containsNsfwContent = false

0 commit comments

Comments
 (0)