File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
// General Information about an assembly is controlled through the following
6
6
// set of attributes. Change these attribute values to modify the information
7
7
// associated with an assembly.
8
- [ assembly: AssemblyTitle ( "Dark UI " ) ]
8
+ [ assembly: AssemblyTitle ( "DarkUI " ) ]
9
9
[ assembly: AssemblyDescription ( "Dark themed control and docking library for .NET WinForms." ) ]
10
10
[ assembly: AssemblyConfiguration ( "" ) ]
11
11
[ assembly: AssemblyCompany ( "Robin Perris" ) ]
12
- [ assembly: AssemblyProduct ( "Dark UI " ) ]
12
+ [ assembly: AssemblyProduct ( "DarkUI " ) ]
13
13
[ assembly: AssemblyCopyright ( "Copyright © Robin Perris" ) ]
14
14
[ assembly: AssemblyTrademark ( "" ) ]
15
15
[ assembly: AssemblyCulture ( "" ) ]
32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
34
// [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" ) ]
You can’t perform that action at this time.
0 commit comments