diff options
130 files changed, 3960 insertions, 3484 deletions
diff --git a/build/common.targets b/build/common.targets index 43bbcba5..021e1fe6 100644 --- a/build/common.targets +++ b/build/common.targets @@ -4,7 +4,7 @@ <!--set properties --> <PropertyGroup> - <Version>3.6.2</Version> + <Version>3.7.0</Version> <Product>SMAPI</Product> <LangVersion>latest</LangVersion> diff --git a/docs/release-notes.md b/docs/release-notes.md index c6123bac..4671ba95 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -7,12 +7,45 @@ * Migrated to Harmony 2.0 (see [_migrate to Harmony 2.0_](https://stardewvalleywiki.com/Modding:Migrate_to_Harmony_2.0) for more info). --> +## 3.7 +Released 07 September 2020 for Stardew Valley 1.4.1 or later. See [release highlights](https://www.patreon.com/posts/41341767). + +* For players: + * Added heuristic compatibility rewrites. (This improves mod compatibility with Android and future game updates.) + * Tweaked the rules for showing update alerts (see _for SMAPI developers_ below for details). |
