Updated version, and stopped TrainerMod spamming the window with "Cyan"

This commit is contained in:
ClxS 2016-03-07 17:37:08 +00:00
parent 0462c9de79
commit eebbab0e1e
3 changed files with 3 additions and 3 deletions

View File

@ -62,7 +62,7 @@ namespace StardewModdingAPI
}
RegisteredCommands.Add(c);
Log.Verbose(ConsoleColor.Cyan, "Registered command: " + command);
Log.Verbose("Registered command: " + command);
return c;
}

View File

@ -35,7 +35,7 @@ namespace StardewModdingAPI
public const int MinorVersion = 37;
public const int PatchVersion = 1;
public const int PatchVersion = 2;
public const string Build = "Alpha";

View File

@ -18,7 +18,7 @@
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\StardewModdingAPI\bin\x86\Debug\Mods\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>x86</PlatformTarget>