summaryrefslogtreecommitdiff
path: root/src/SMAPI
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-02-24 17:45:29 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-02-24 17:45:29 -0500
commitf2e8450706d1971d774f870081deffdb0c6b92eb (patch)
tree0393a95194ad78cf4440c68657b0488b7db6d68b /src/SMAPI
parent691310d16e6873b83c55f62a59d5010dd8bb7e98 (diff)
downloadSMAPI-f2e8450706d1971d774f870081deffdb0c6b92eb.tar.gz
SMAPI-f2e8450706d1971d774f870081deffdb0c6b92eb.tar.bz2
SMAPI-f2e8450706d1971d774f870081deffdb0c6b92eb.zip
update for 2.5 release and simplify assembly info
Diffstat (limited to 'src/SMAPI')
-rw-r--r--src/SMAPI/Constants.cs2
-rw-r--r--src/SMAPI/Properties/AssemblyInfo.cs6
2 files changed, 3 insertions, 5 deletions
diff --git a/src/SMAPI/Constants.cs b/src/SMAPI/Constants.cs
index 615f45b9..8fe2b55b 100644
--- a/src/SMAPI/Constants.cs
+++ b/src/SMAPI/Constants.cs
@@ -37,7 +37,7 @@ namespace StardewModdingAPI
** Public
****/
/// <summary>SMAPI's current semantic version.</summary>
- public static ISemanticVersion ApiVersion { get; } = new SemanticVersion("2.4.0");
+ public static ISemanticVersion ApiVersion { get; } = new SemanticVersion("2.5.0");
/// <summary>The minimum supported version of Stardew Valley.</summary>
public static ISemanticVersion MinimumGameVersion { get; } = new SemanticVersion("1.2.30");
diff --git a/src/SMAPI/Properties/AssemblyInfo.cs b/src/SMAPI/Properties/AssemblyInfo.cs
index b0a065f5..03843ea8 100644
--- a/src/SMAPI/Properties/AssemblyInfo.cs
+++ b/src/SMAPI/Properties/AssemblyInfo.cs
@@ -1,9 +1,7 @@
-using System.Reflection;
+using System.Reflection;
using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-[assembly: AssemblyTitle("Stardew Modding API (SMAPI)")]
+[assembly: AssemblyTitle("SMAPI")]
[assembly: AssemblyDescription("A modding API for Stardew Valley.")]
-[assembly: Guid("5c3f7f42-fefd-43db-aaea-92ea3bcad531")]
[assembly: InternalsVisibleTo("StardewModdingAPI.Tests")]
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")] // Moq for unit testing