diff --git a/build/common.targets b/build/common.targets index 1a81a105..7fe66fab 100644 --- a/build/common.targets +++ b/build/common.targets @@ -7,7 +7,7 @@ repo. It imports the other MSBuild files as needed. - 3.16.1 + 3.16.2 SMAPI latest $(AssemblySearchPaths);{GAC} diff --git a/docs/release-notes.md b/docs/release-notes.md index f306607c..ab23b46e 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -7,6 +7,12 @@ _If needed, you can update to SMAPI 3.16.0 first and then install the latest version._ --> +## 3.16.2 +Released 31 August 2022 for Stardew Valley 1.5.6 or later. + +* For players: + * Fixed `NoSuitableGraphicsDeviceException` launch error for some players with compatible GPUs since 3.16.0. + ## 3.16.1 Released 29 August 2022 for Stardew Valley 1.5.6 or later. diff --git a/src/SMAPI.Mods.ConsoleCommands/manifest.json b/src/SMAPI.Mods.ConsoleCommands/manifest.json index f3dc8aef..abe8b334 100644 --- a/src/SMAPI.Mods.ConsoleCommands/manifest.json +++ b/src/SMAPI.Mods.ConsoleCommands/manifest.json @@ -1,9 +1,9 @@ { "Name": "Console Commands", "Author": "SMAPI", - "Version": "3.16.1", + "Version": "3.16.2", "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll", - "MinimumApiVersion": "3.16.1" + "MinimumApiVersion": "3.16.2" } diff --git a/src/SMAPI.Mods.ErrorHandler/manifest.json b/src/SMAPI.Mods.ErrorHandler/manifest.json index cbcf0f82..b6764bc0 100644 --- a/src/SMAPI.Mods.ErrorHandler/manifest.json +++ b/src/SMAPI.Mods.ErrorHandler/manifest.json @@ -1,9 +1,9 @@ { "Name": "Error Handler", "Author": "SMAPI", - "Version": "3.16.1", + "Version": "3.16.2", "Description": "Handles some common vanilla errors to log more useful info or avoid breaking the game.", "UniqueID": "SMAPI.ErrorHandler", "EntryDll": "ErrorHandler.dll", - "MinimumApiVersion": "3.16.1" + "MinimumApiVersion": "3.16.2" } diff --git a/src/SMAPI.Mods.SaveBackup/manifest.json b/src/SMAPI.Mods.SaveBackup/manifest.json index 5aa092ef..a2657168 100644 --- a/src/SMAPI.Mods.SaveBackup/manifest.json +++ b/src/SMAPI.Mods.SaveBackup/manifest.json @@ -1,9 +1,9 @@ { "Name": "Save Backup", "Author": "SMAPI", - "Version": "3.16.1", + "Version": "3.16.2", "Description": "Automatically backs up all your saves once per day into its folder.", "UniqueID": "SMAPI.SaveBackup", "EntryDll": "SaveBackup.dll", - "MinimumApiVersion": "3.16.1" + "MinimumApiVersion": "3.16.2" } diff --git a/src/SMAPI/Constants.cs b/src/SMAPI/Constants.cs index 14aaf166..493aebd9 100644 --- a/src/SMAPI/Constants.cs +++ b/src/SMAPI/Constants.cs @@ -52,7 +52,7 @@ namespace StardewModdingAPI internal static int? LogScreenId { get; set; } /// SMAPI's current raw semantic version. - internal static string RawApiVersion = "3.16.1"; + internal static string RawApiVersion = "3.16.2"; } /// Contains SMAPI's constants and assumptions. diff --git a/src/SMAPI/app.manifest b/src/SMAPI/app.manifest index 42faff59..cdddb390 100644 --- a/src/SMAPI/app.manifest +++ b/src/SMAPI/app.manifest @@ -9,29 +9,6 @@ - - - - - - - - - - - - - - - - - - - - - true/pm