diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-24 17:45:29 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-24 17:45:29 -0500 |
commit | f2e8450706d1971d774f870081deffdb0c6b92eb (patch) | |
tree | 0393a95194ad78cf4440c68657b0488b7db6d68b /src/SMAPI.Web/Properties | |
parent | 691310d16e6873b83c55f62a59d5010dd8bb7e98 (diff) | |
download | SMAPI-f2e8450706d1971d774f870081deffdb0c6b92eb.tar.gz SMAPI-f2e8450706d1971d774f870081deffdb0c6b92eb.tar.bz2 SMAPI-f2e8450706d1971d774f870081deffdb0c6b92eb.zip |
update for 2.5 release and simplify assembly info
Diffstat (limited to 'src/SMAPI.Web/Properties')
-rw-r--r-- | src/SMAPI.Web/Properties/AssemblyInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SMAPI.Web/Properties/AssemblyInfo.cs b/src/SMAPI.Web/Properties/AssemblyInfo.cs index 63f787a4..31e6fc30 100644 --- a/src/SMAPI.Web/Properties/AssemblyInfo.cs +++ b/src/SMAPI.Web/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ using System.Reflection; -[assembly: AssemblyTitle("StardewModdingAPI.Web")] -[assembly: AssemblyProduct("StardewModdingAPI.Web")] +[assembly: AssemblyTitle("SMAPI.Web")] +[assembly: AssemblyDescription("")] |