update for 2.5.5 release
This commit is contained in:
parent
34f5854666
commit
15a80ab244
|
@ -1,5 +1,5 @@
|
|||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyProduct("SMAPI")]
|
||||
[assembly: AssemblyVersion("2.5.4")]
|
||||
[assembly: AssemblyFileVersion("2.5.4")]
|
||||
[assembly: AssemblyVersion("2.5.5")]
|
||||
[assembly: AssemblyFileVersion("2.5.5")]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"Name": "Console Commands",
|
||||
"Author": "SMAPI",
|
||||
"Version": "2.5.4",
|
||||
"Version": "2.5.5",
|
||||
"Description": "Adds SMAPI console commands that let you manipulate the game.",
|
||||
"UniqueID": "SMAPI.ConsoleCommands",
|
||||
"EntryDll": "ConsoleCommands.dll"
|
||||
|
|
|
@ -41,7 +41,7 @@ namespace StardewModdingAPI
|
|||
#if STARDEW_VALLEY_1_3
|
||||
new SemanticVersion($"2.6-alpha.{DateTime.UtcNow:yyyyMMddHHmm}");
|
||||
#else
|
||||
new SemanticVersion("2.5.4");
|
||||
new SemanticVersion("2.5.5");
|
||||
#endif
|
||||
|
||||
/// <summary>The minimum supported version of Stardew Valley.</summary>
|
||||
|
|
Loading…
Reference in New Issue