Skip to content

Commit 79db58c

Browse files
committed
Updated assembly info
1 parent 59aeb98 commit 79db58c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

DarkUI/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
// General Information about an assembly is controlled through the following
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
8-
[assembly: AssemblyTitle("Dark UI")]
8+
[assembly: AssemblyTitle("DarkUI")]
99
[assembly: AssemblyDescription("Dark themed control and docking library for .NET WinForms.")]
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("Robin Perris")]
12-
[assembly: AssemblyProduct("Dark UI")]
12+
[assembly: AssemblyProduct("DarkUI")]
1313
[assembly: AssemblyCopyright("Copyright © Robin Perris")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.0.0.0")]
36-
[assembly: AssemblyFileVersion("2.0.0.0")]
35+
[assembly: AssemblyVersion("2.0.1.0")]
36+
[assembly: AssemblyFileVersion("2.0.1.0")]

0 commit comments

Comments
 (0)