From c357013156b0e50d05427ccada855042bdd546d7 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 10 Feb 2017 19:22:22 -0500 Subject: tweak debug build config, update release notes --- release-notes.md | 4 ++++ src/StardewModdingAPI/StardewModdingAPI.csproj | 19 ++++++++++++------- 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/release-notes.md b/release-notes.md index 47902e22..e6becdbd 100644 --- a/release-notes.md +++ b/release-notes.md @@ -6,6 +6,7 @@ See [log](https://github.com/Pathoschild/SMAPI/compare/1.8...1.9). For players: * Updated for Stardew Valley 1.2. * Simplified log filename. +* SMAPI now rewrites most mods for Stardew Valley 1.2 compatibility. For mod developers: * Added `SaveEvents.AfterReturnToTitle` event. @@ -14,6 +15,9 @@ For mod developers: [deprecation guide](http://canimod.com/guides/updating-a-smapi-mod) for more information. * Log files now always use `\r\n` to simplify crossplatform viewing. +For SMAPI developers: +* Added support for debugging with Visual Studio for Mac. + ## 1.8 See [log](https://github.com/Pathoschild/SMAPI/compare/1.7...1.8). diff --git a/src/StardewModdingAPI/StardewModdingAPI.csproj b/src/StardewModdingAPI/StardewModdingAPI.csproj index 5d119b73..896721ea 100644 --- a/src/StardewModdingAPI/StardewModdingAPI.csproj +++ b/src/StardewModdingAPI/StardewModdingAPI.csproj @@ -241,14 +241,8 @@ + - - Program - $(GamePath)\StardewModdingAPI.exe - $(GamePath) - - - @@ -260,4 +254,15 @@ + + + + Program + $(GamePath)\StardewModdingAPI.exe + $(GamePath) + + + + + \ No newline at end of file -- cgit