From 9910f2ba078aefd104392c95133cae16cda96c1c Mon Sep 17 00:00:00 2001 From: alcexhim Date: Wed, 22 Apr 2015 11:34:17 -0400 Subject: [PATCH] Updated version information --- .../Properties/AssemblyInfo.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CSharp/Plugins/UniversalEditor.Plugins.ArkAngles/Properties/AssemblyInfo.cs b/CSharp/Plugins/UniversalEditor.Plugins.ArkAngles/Properties/AssemblyInfo.cs index dd451841..da56e948 100644 --- a/CSharp/Plugins/UniversalEditor.Plugins.ArkAngles/Properties/AssemblyInfo.cs +++ b/CSharp/Plugins/UniversalEditor.Plugins.ArkAngles/Properties/AssemblyInfo.cs @@ -5,12 +5,12 @@ using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("UniversalEditor.Plugins.ArkAngles")] +[assembly: AssemblyTitle("Ark Angles plugin for Universal Editor")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft")] -[assembly: AssemblyProduct("UniversalEditor.Plugins.ArkAngles")] -[assembly: AssemblyCopyright("Copyright © Microsoft 2015")] +[assembly: AssemblyCompany("Mike Becker's Software")] +[assembly: AssemblyProduct("Universal Editor Plugin Pack")] +[assembly: AssemblyCopyright("Copyright ©2015 Mike Becker's Software")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")]