From f2e8450706d1971d774f870081deffdb0c6b92eb Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sat, 24 Feb 2018 17:45:29 -0500 Subject: update for 2.5 release and simplify assembly info --- src/SMAPI.Tests/Properties/AssemblyInfo.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/SMAPI.Tests/Properties') diff --git a/src/SMAPI.Tests/Properties/AssemblyInfo.cs b/src/SMAPI.Tests/Properties/AssemblyInfo.cs index ee09145b..8b21e8fe 100644 --- a/src/SMAPI.Tests/Properties/AssemblyInfo.cs +++ b/src/SMAPI.Tests/Properties/AssemblyInfo.cs @@ -1,6 +1,4 @@ -using System.Reflection; -using System.Runtime.InteropServices; +using System.Reflection; -[assembly: AssemblyTitle("StardewModdingAPI.Tests")] +[assembly: AssemblyTitle("SMAPI.Tests")] [assembly: AssemblyDescription("")] -[assembly: Guid("36ccb19e-92eb-48c7-9615-98eefd45109b")] -- cgit