summaryrefslogtreecommitdiff
path: root/src/SMAPI.ModBuildConfig/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.ModBuildConfig/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.ModBuildConfig/Properties')
-rw-r--r--src/SMAPI.ModBuildConfig/Properties/AssemblyInfo.cs5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/SMAPI.ModBuildConfig/Properties/AssemblyInfo.cs b/src/SMAPI.ModBuildConfig/Properties/AssemblyInfo.cs
index 102d4c3d..96bd29f4 100644
--- a/src/SMAPI.ModBuildConfig/Properties/AssemblyInfo.cs
+++ b/src/SMAPI.ModBuildConfig/Properties/AssemblyInfo.cs
@@ -1,9 +1,6 @@
using System.Reflection;
-using System.Runtime.InteropServices;
-[assembly: AssemblyTitle("StardewModdingAPI.ModBuildConfig")]
+[assembly: AssemblyTitle("SMAPI.ModBuildConfig")]
[assembly: AssemblyDescription("")]
-[assembly: Guid("ea4f1e80-743f-4a1d-9757-ae66904a196a")]
-[assembly: ComVisible(false)]
[assembly: AssemblyVersion("2.0.2.0")]
[assembly: AssemblyFileVersion("2.0.2.0")]