update for beta.2
This commit is contained in:
parent
da7ef1fd69
commit
6a3ff5f151
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"Name": "Console Commands",
|
||||
"Author": "SMAPI",
|
||||
"Version": "2.6.0",
|
||||
"Version": "2.6.0-beta.2",
|
||||
"Description": "Adds SMAPI console commands that let you manipulate the game.",
|
||||
"UniqueID": "SMAPI.ConsoleCommands",
|
||||
"EntryDll": "ConsoleCommands.dll"
|
||||
|
|
|
@ -38,10 +38,10 @@ namespace StardewModdingAPI
|
|||
** Public
|
||||
****/
|
||||
/// <summary>SMAPI's current semantic version.</summary>
|
||||
public static ISemanticVersion ApiVersion { get; } = new SemanticVersion("2.6-beta");
|
||||
public static ISemanticVersion ApiVersion { get; } = new SemanticVersion("2.6-beta.2");
|
||||
|
||||
/// <summary>The minimum supported version of Stardew Valley.</summary>
|
||||
public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.1");
|
||||
public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.3");
|
||||
|
||||
/// <summary>The maximum supported version of Stardew Valley.</summary>
|
||||
public static ISemanticVersion MaximumGameVersion { get; } = null;
|
||||
|
|
Loading…
Reference in New Issue