File tree 5 files changed +9
-7
lines changed
SMAPI.Mods.ConsoleCommands
5 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repo. It imports the other MSBuild files as needed.
7
7
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
8
8
<PropertyGroup >
9
9
<!-- set general build properties -->
10
- <Version >4.1.10 </Version >
10
+ <Version >4.2.0 </Version >
11
11
<Product >SMAPI</Product >
12
12
<LangVersion >latest</LangVersion >
13
13
<AssemblySearchPaths >$(AssemblySearchPaths);{GAC}</AssemblySearchPaths >
Original file line number Diff line number Diff line change 1
1
← [ README] ( README.md )
2
2
3
3
# Release notes
4
- ## Upcoming release
4
+ ## 4.2.0
5
+ Released 24 March 2025 for Stardew Valley 1.6.14 or later. See [ release highlights] ( https://www.patreon.com/posts/125017679 ) .
6
+
5
7
* For players:
6
8
* Fixed ` log_context ` command not disabling the extra logs when run again.
7
9
* Fixed update alerts when using an unofficial port of SMAPI with a four-part version number.
Original file line number Diff line number Diff line change 1
1
{
2
2
"Name" : " Console Commands" ,
3
3
"Author" : " SMAPI" ,
4
- "Version" : " 4.1.10 " ,
4
+ "Version" : " 4.2.0 " ,
5
5
"Description" : " Adds SMAPI console commands that let you manipulate the game." ,
6
6
"UniqueId" : " SMAPI.ConsoleCommands" ,
7
7
"EntryDll" : " ConsoleCommands.dll" ,
8
- "MinimumApiVersion" : " 4.1.10 "
8
+ "MinimumApiVersion" : " 4.2.0 "
9
9
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"Name" : " Save Backup" ,
3
3
"Author" : " SMAPI" ,
4
- "Version" : " 4.1.10 " ,
4
+ "Version" : " 4.2.0 " ,
5
5
"Description" : " Automatically backs up all your saves once per day into its folder." ,
6
6
"UniqueId" : " SMAPI.SaveBackup" ,
7
7
"EntryDll" : " SaveBackup.dll" ,
8
- "MinimumApiVersion" : " 4.1.10 "
8
+ "MinimumApiVersion" : " 4.2.0 "
9
9
}
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ internal static class EarlyConstants
49
49
internal static int ? LogScreenId { get ; set ; }
50
50
51
51
/// <summary>SMAPI's current raw semantic version.</summary>
52
- internal static string RawApiVersion = "4.1.10 " ;
52
+ internal static string RawApiVersion = "4.2.0 " ;
53
53
}
54
54
55
55
/// <summary>Contains SMAPI's constants and assumptions.</summary>
You can’t perform that action at this time.
0 commit comments