mirror of
https://github.com/colhountech/DarkUI.Net5.git
synced 2025-07-02 23:29:28 +03:00
Updated assembly info
This commit is contained in:
parent
59aeb98ff5
commit
79db58c28e
@ -5,11 +5,11 @@ using System.Runtime.InteropServices;
|
|||||||
// General Information about an assembly is controlled through the following
|
// General Information about an assembly is controlled through the following
|
||||||
// set of attributes. Change these attribute values to modify the information
|
// set of attributes. Change these attribute values to modify the information
|
||||||
// associated with an assembly.
|
// associated with an assembly.
|
||||||
[assembly: AssemblyTitle("Dark UI")]
|
[assembly: AssemblyTitle("DarkUI")]
|
||||||
[assembly: AssemblyDescription("Dark themed control and docking library for .NET WinForms.")]
|
[assembly: AssemblyDescription("Dark themed control and docking library for .NET WinForms.")]
|
||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("Robin Perris")]
|
[assembly: AssemblyCompany("Robin Perris")]
|
||||||
[assembly: AssemblyProduct("Dark UI")]
|
[assembly: AssemblyProduct("DarkUI")]
|
||||||
[assembly: AssemblyCopyright("Copyright © Robin Perris")]
|
[assembly: AssemblyCopyright("Copyright © Robin Perris")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
[assembly: AssemblyCulture("")]
|
[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
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("2.0.0.0")]
|
[assembly: AssemblyVersion("2.0.1.0")]
|
||||||
[assembly: AssemblyFileVersion("2.0.0.0")]
|
[assembly: AssemblyFileVersion("2.0.1.0")]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user