Updated assembly information.
This commit is contained in:
parent
c70fef9b91
commit
2118f1ef28
1 changed files with 2 additions and 2 deletions
|
@ -6,10 +6,10 @@ using System.Runtime.InteropServices;
|
|||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
[assembly: AssemblyTitle("OpenTK")]
|
||||
[assembly: AssemblyDescription("An open-source game development toolkit for .Net/Mono")]
|
||||
[assembly: AssemblyDescription("Open source game development toolkit for .Net/Mono.")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("OpenTK")]
|
||||
[assembly: AssemblyProduct("OpenTK Core Library")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2006-2008 the OpenTK team")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
|
Loading…
Reference in a new issue