bump minimum game version to released 1.2.26
This commit is contained in:
parent
ddd9c0a804
commit
06c4273c1e
|
@ -36,7 +36,7 @@ namespace StardewModdingAPI
|
|||
public static ISemanticVersion ApiVersion { get; } = new SemanticVersion(1, 10, 0);
|
||||
|
||||
/// <summary>The minimum supported version of Stardew Valley.</summary>
|
||||
public static ISemanticVersion MinimumGameVersion { get; } = new SemanticVersion("1.2.15");
|
||||
public static ISemanticVersion MinimumGameVersion { get; } = new SemanticVersion("1.2.26");
|
||||
|
||||
/// <summary>The maximum supported version of Stardew Valley.</summary>
|
||||
public static ISemanticVersion MaximumGameVersion { get; } = null;
|
||||
|
|
Loading…
Reference in New Issue