From 4a1a06ac94c9cbb9906167151b472eef61bf00ef Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 6 Dec 2023 13:30:16 +0100 Subject: [PATCH] 0.38.0 --- ExampleMod.cs | 1 + ExampleMod.csproj | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ExampleMod.cs b/ExampleMod.cs index d392fcb..6271f05 100644 --- a/ExampleMod.cs +++ b/ExampleMod.cs @@ -34,6 +34,7 @@ public class ExampleMod : Mod { public override string Description => "This is the example mod for Tiny Life!"; public override TextureRegion Icon => this.uiTextures[new Point(0, 0)]; public override string IssueTrackerUrl => "https://github.com/Ellpeck/TinyLifeExampleMod/issues"; + public override string TestedVersionRange => "[0.38.0]"; private Dictionary customTops; private Dictionary customHairs; diff --git a/ExampleMod.csproj b/ExampleMod.csproj index 4a768b9..b10bf34 100644 --- a/ExampleMod.csproj +++ b/ExampleMod.csproj @@ -1,11 +1,11 @@ - net7.0 + net8.0 - +