bump minimum game version
This commit is contained in:
parent
ade1a692a3
commit
b7180c47d4
|
@ -33,7 +33,7 @@ namespace StardewModdingAPI
|
||||||
public static ISemanticVersion ApiVersion { get; } = new SemanticVersion(1, 8, 0);
|
public static ISemanticVersion ApiVersion { get; } = new SemanticVersion(1, 8, 0);
|
||||||
|
|
||||||
/// <summary>The minimum supported version of Stardew Valley.</summary>
|
/// <summary>The minimum supported version of Stardew Valley.</summary>
|
||||||
public static ISemanticVersion MinimumGameVersion { get; } = new SemanticVersion("1.2.9");
|
public static ISemanticVersion MinimumGameVersion { get; } = new SemanticVersion("1.2.13");
|
||||||
|
|
||||||
/// <summary>The path to the game folder.</summary>
|
/// <summary>The path to the game folder.</summary>
|
||||||
public static string ExecutionPath { get; } = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location);
|
public static string ExecutionPath { get; } = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location);
|
||||||
|
|
Loading…
Reference in New Issue