diff --git a/RelationshipTooltips/Properties/AssemblyInfo.cs b/RelationshipTooltips/Properties/AssemblyInfo.cs index 1b35a4d..555c3c0 100644 --- a/RelationshipTooltips/Properties/AssemblyInfo.cs +++ b/RelationshipTooltips/Properties/AssemblyInfo.cs @@ -6,10 +6,10 @@ // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("RelationshipTooltips")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("Relationship Tooltips Mod for Stardew Valley")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("RelationshipTooltips")] +[assembly: AssemblyCompany("m3ales")] +[assembly: AssemblyProduct("Relationship Tooltips")] [assembly: AssemblyCopyright("Copyright © 2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.2.0.*")] +[assembly: AssemblyFileVersion("1.2.0.*")]