From 079df3b1cd26ed679d77d05c5b9016970b7ecc91 Mon Sep 17 00:00:00 2001 From: BioTomateDE Date: Fri, 30 Jan 2026 14:57:45 +0000 Subject: [PATCH 1/2] Update csproj for nuget --- Underanalyzer/Underanalyzer.csproj | 44 +++++++++++++++++++++--------- 1 file changed, 31 insertions(+), 13 deletions(-) diff --git a/Underanalyzer/Underanalyzer.csproj b/Underanalyzer/Underanalyzer.csproj index 0ee1aeb..f9c1a89 100644 --- a/Underanalyzer/Underanalyzer.csproj +++ b/Underanalyzer/Underanalyzer.csproj @@ -1,19 +1,37 @@  + + UnderminersTeam.Underanalyzer + 0.1.0 + colinator27 + Underanalyzer + + GameMaker VM analysis, compiler, and decompiler library, for use in larger modding + tools. Written in C#, with interfaces that map to existing structures in game data. + Licensed under MPL-2.0. - - netstandard2.1;net10.0 - 12 - enable - + Why? Existing tools have their own tools for this, but they are often tightly coupled to + a large codebase (unnecessarily). This project has a much more narrow and testable + scope, with its own lifecycle. + + GameMaker;GML;Gamemaker Language;Undertale;Deltarune;UndertaleModTool + https://github.com/UnderminersTeam/Underanalyzer + MPL-2.0 + - - - <_Parameter1>UnderanalyzerTest - - + + netstandard2.1;net10.0 + 12 + enable + - - - + + + <_Parameter1>UnderanalyzerTest + + + + + + From e4203a058386704af2351b01a8c105fa799328c5 Mon Sep 17 00:00:00 2001 From: BioTomateDE Date: Fri, 30 Jan 2026 15:04:24 +0000 Subject: [PATCH 2/2] fix csproj --- Underanalyzer/Underanalyzer.csproj | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Underanalyzer/Underanalyzer.csproj b/Underanalyzer/Underanalyzer.csproj index f9c1a89..cddb439 100644 --- a/Underanalyzer/Underanalyzer.csproj +++ b/Underanalyzer/Underanalyzer.csproj @@ -1,6 +1,7 @@  UnderminersTeam.Underanalyzer + Underanalyzer 0.1.0 colinator27 Underanalyzer @@ -14,9 +15,14 @@ scope, with its own lifecycle. GameMaker;GML;Gamemaker Language;Undertale;Deltarune;UndertaleModTool - https://github.com/UnderminersTeam/Underanalyzer - MPL-2.0 + README.md + MPL-2.0 + https://github.com/UnderminersTeam/Underanalyzer + git + + + netstandard2.1;net10.0