summaryrefslogtreecommitdiff
path: root/StardewModdingAPI/Properties
diff options
context:
space:
mode:
authorGormogon <Gormogon@users.noreply.github.com>2016-05-29 15:29:21 -0400
committerGormogon <Gormogon@users.noreply.github.com>2016-05-29 15:29:21 -0400
commit77b24ed4ef7eb97bed9c38f7a329954ad088724c (patch)
treeaff772a6af8cba6d7a500e5f93170ac093df8aee /StardewModdingAPI/Properties
parent4edee54da20e7655ae24cf1ac2abded5ec1ba2c5 (diff)
downloadSMAPI-77b24ed4ef7eb97bed9c38f7a329954ad088724c.tar.gz
SMAPI-77b24ed4ef7eb97bed9c38f7a329954ad088724c.tar.bz2
SMAPI-77b24ed4ef7eb97bed9c38f7a329954ad088724c.zip
Make build config consistent, move to .NET 4.6.1 to fully take advantage of C# 6, update Fody, and update Assembly Info.
Diffstat (limited to 'StardewModdingAPI/Properties')
-rw-r--r--StardewModdingAPI/Properties/AssemblyInfo.cs12
1 files changed, 6 insertions, 6 deletions
diff --git a/StardewModdingAPI/Properties/AssemblyInfo.cs b/StardewModdingAPI/Properties/AssemblyInfo.cs
index 4ba998e1..f5435644 100644
--- a/StardewModdingAPI/Properties/AssemblyInfo.cs
+++ b/StardewModdingAPI/Properties/AssemblyInfo.cs
@@ -5,12 +5,12 @@ using System.Runtime.InteropServices;
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
-[assembly: AssemblyTitle("StardewModdingAPI")]
-[assembly: AssemblyDescription("")]
+[assembly: AssemblyTitle("Stardew Modding API (SMAPI)")]
+[assembly: AssemblyDescription("Stardew Valley modding API.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("StardewModdingAPI")]
-[assembly: AssemblyCopyright("Copyright © 2016")]
+[assembly: AssemblyProduct("Stardew Modding API (SMAPI)")]
+[assembly: AssemblyCopyright("Copyright © SMAPI Dev Team 2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -35,5 +35,5 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")] \ No newline at end of file
+[assembly: AssemblyVersion("0.40.0.0")]
+[assembly: AssemblyFileVersion("0.40.0.0")] \ No newline at end of file