From d367b0a7bceeac210ee7336477f98559b6122d13 Mon Sep 17 00:00:00 2001 From: ClxS Date: Sat, 12 Mar 2016 22:35:45 +0000 Subject: Updated readme. Switched on Optimise Code switch. It only have minimal impact in C#, but might as well. --- README.md | 9 +++------ StardewModdingAPI/StardewModdingAPI.csproj | 19 ++++++++++--------- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index b7187732..f665d9df 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,10 @@ SMAPI (Stardew Mapping Application Programming Interface) is a tool to help modders make changes to Stardew. It is a standalone executable which goes alongside your Stardew.exe. -## Latest Version: 0.37.2 -- Added KeyReleased event -- Added event handlers for GamePads -- Internal Cleanup -Tested and works with current versions of: SmartMod, StardewCJB , FreezeInside +## Latest Version: 0.37.3 +- Small performance patch -Download: https://github.com/ClxS/SMAPI/releases/tag/0.37.2 +Download: https://github.com/ClxS/SMAPI/releases/tag/0.37.3 ## Installation diff --git a/StardewModdingAPI/StardewModdingAPI.csproj b/StardewModdingAPI/StardewModdingAPI.csproj index 523ab7bd..6fb1c336 100644 --- a/StardewModdingAPI/StardewModdingAPI.csproj +++ b/StardewModdingAPI/StardewModdingAPI.csproj @@ -37,16 +37,16 @@ - - - $(SteamInstallPath) + + + $(SteamInstallPath) - - - - ..\..\..\..\Games\SteamLibrary - - + + + + ..\..\..\..\Games\SteamLibrary + + x86 @@ -76,6 +76,7 @@ true + true x86 -- cgit