From bd80cebda4250f88d4d8e099be61e4b7fc10dee3 Mon Sep 17 00:00:00 2001 From: Mira Date: Wed, 25 Jul 2018 11:45:17 +0200 Subject: [PATCH] AssemblyInfo updated --- RelationshipTooltips/Properties/AssemblyInfo.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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.*")]