Updated version, and stopped TrainerMod spamming the window with "Cyan"
This commit is contained in:
parent
0462c9de79
commit
eebbab0e1e
|
@ -62,7 +62,7 @@ namespace StardewModdingAPI
|
||||||
}
|
}
|
||||||
|
|
||||||
RegisteredCommands.Add(c);
|
RegisteredCommands.Add(c);
|
||||||
Log.Verbose(ConsoleColor.Cyan, "Registered command: " + command);
|
Log.Verbose("Registered command: " + command);
|
||||||
|
|
||||||
return c;
|
return c;
|
||||||
}
|
}
|
||||||
|
|
|
@ -35,7 +35,7 @@ namespace StardewModdingAPI
|
||||||
|
|
||||||
public const int MinorVersion = 37;
|
public const int MinorVersion = 37;
|
||||||
|
|
||||||
public const int PatchVersion = 1;
|
public const int PatchVersion = 2;
|
||||||
|
|
||||||
public const string Build = "Alpha";
|
public const string Build = "Alpha";
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<DebugType>full</DebugType>
|
<DebugType>full</DebugType>
|
||||||
<Optimize>false</Optimize>
|
<Optimize>false</Optimize>
|
||||||
<OutputPath>..\StardewModdingAPI\bin\x86\Debug\Mods\</OutputPath>
|
<OutputPath>..\StardewModdingAPI\bin\x86\Debug\Mods\</OutputPath>
|
||||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<DefineConstants>TRACE</DefineConstants>
|
||||||
<ErrorReport>prompt</ErrorReport>
|
<ErrorReport>prompt</ErrorReport>
|
||||||
<WarningLevel>4</WarningLevel>
|
<WarningLevel>4</WarningLevel>
|
||||||
<PlatformTarget>x86</PlatformTarget>
|
<PlatformTarget>x86</PlatformTarget>
|
||||||
|
|
Loading…
Reference in New Issue