summaryrefslogtreecommitdiff
path: root/src/SMAPI.Tests/Properties
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.Tests/Properties
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.Tests/Properties')
-rw-r--r--src/SMAPI.Tests/Properties/AssemblyInfo.cs6
1 files changed, 2 insertions, 4 deletions
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")]