This commit is contained in:
RDeck 2026-06-11 06:23:39 -04:00
parent 60da5c74ef
commit b4d4a528f0
2 changed files with 4 additions and 3 deletions

View File

@ -178,6 +178,7 @@ public class MainScriptingObject : IDisposable
Dictionary<string, string> toReturn = new(); // new SortedDictionary<string, string>(StringComparer.OrdinalIgnoreCase);
HadErrors = false;
Directory.CreateDirectory(Path.GetDirectoryName(outFile));
lstFilesToRemove.Add(outFile);
lstFilesToRemove.Add(scriptFile);

View File

@ -4,9 +4,9 @@
<TargetFramework>net10.0-windows10.0.22000.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyVersion>1.2.0.53</AssemblyVersion>
<FileVersion>1.2.0.53</FileVersion>
<Version>1.0.0.53</Version>
<AssemblyVersion>1.2.0.55</AssemblyVersion>
<FileVersion>1.2.0.55</FileVersion>
<Version>1.0.0.55</Version>
<SupportedOSPlatformVersion>10.0.22000.0</SupportedOSPlatformVersion>
</PropertyGroup>