diff --git a/DarkUI/Properties/AssemblyInfo.cs b/DarkUI/Properties/AssemblyInfo.cs index 13525d0..ead8d4e 100644 --- a/DarkUI/Properties/AssemblyInfo.cs +++ b/DarkUI/Properties/AssemblyInfo.cs @@ -5,11 +5,11 @@ 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("Dark UI")] +[assembly: AssemblyTitle("DarkUI")] [assembly: AssemblyDescription("Dark themed control and docking library for .NET WinForms.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Robin Perris")] -[assembly: AssemblyProduct("Dark UI")] +[assembly: AssemblyProduct("DarkUI")] [assembly: AssemblyCopyright("Copyright © Robin Perris")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // 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("2.0.0.0")] -[assembly: AssemblyFileVersion("2.0.0.0")] +[assembly: AssemblyVersion("2.0.1.0")] +[assembly: AssemblyFileVersion("2.0.1.0")]