diff --git a/Source/Build/Properties/AssemblyInfo.cs b/Source/Build/Properties/AssemblyInfo.cs index c80ffa6a..d67c393c 100644 --- a/Source/Build/Properties/AssemblyInfo.cs +++ b/Source/Build/Properties/AssemblyInfo.cs @@ -5,13 +5,13 @@ 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("OpenTK Build script")] +[assembly: AssemblyTitle("The Open Toolkit Library Build Script")] [assembly: AssemblyDescription("Cross-platform build script for OpenTK")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft")] -[assembly: AssemblyProduct("Build")] -[assembly: AssemblyCopyright("Copyright © 2006-2008 the OpenTK team")] -[assembly: AssemblyTrademark("")] +[assembly: AssemblyCompany("The Open Toolkit Library")] +[assembly: AssemblyProduct("The Open Toolkit Library")] +[assembly: AssemblyCopyright("Copyright © 2006-2009 the Open Toolkit Library")] +[assembly: AssemblyTrademark("OpenTK")] [assembly: AssemblyCulture("")] // Setting ComVisible to false makes the types in this assembly not visible diff --git a/Source/Compatibility/Properties/AssemblyInfo.cs b/Source/Compatibility/Properties/AssemblyInfo.cs index 34a44aaf..6aa6b2fa 100644 --- a/Source/Compatibility/Properties/AssemblyInfo.cs +++ b/Source/Compatibility/Properties/AssemblyInfo.cs @@ -6,12 +6,12 @@ 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("The Open Toolkit Compatilibity library")] -[assembly: AssemblyDescription("Provides compatibility with previous versions of OpenTK")] +[assembly: AssemblyTitle("The Open Toolkit Compatilibity Module")] +[assembly: AssemblyDescription("Provides compatibility with previous versions of OpenTK and the Tao framework.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("The Open Toolkit Library")] [assembly: AssemblyProduct("The Open Toolkit Library")] -[assembly: AssemblyCopyright("Copyright © 2006-2009 the Open Toolkit team")] +[assembly: AssemblyCopyright("Copyright © 2006-2009 the Open Toolkit Library")] [assembly: AssemblyTrademark("OpenTK")] [assembly: AssemblyCulture("")] diff --git a/Source/Examples/Properties/AssemblyInfo.cs b/Source/Examples/Properties/AssemblyInfo.cs index dba6f75d..ddc012f8 100644 --- a/Source/Examples/Properties/AssemblyInfo.cs +++ b/Source/Examples/Properties/AssemblyInfo.cs @@ -5,12 +5,12 @@ 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("OpenTK Examples")] +[assembly: AssemblyTitle("The Open Toolkit Library Examples")] [assembly: AssemblyDescription("Examples showcasing OpenTK and OpenGL")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("The Open Toolkit Library")] [assembly: AssemblyProduct("The Open Toolkit Library")] -[assembly: AssemblyCopyright("Copyright © 2006-2009 the Open Toolkit team")] +[assembly: AssemblyCopyright("Copyright © 2006-2009 the Open Toolkit Library")] [assembly: AssemblyTrademark("OpenTK")] [assembly: AssemblyCulture("")] diff --git a/Source/GLControl/Properties/AssemblyInfo.cs b/Source/GLControl/Properties/AssemblyInfo.cs index e124dddf..9cb32dab 100644 --- a/Source/GLControl/Properties/AssemblyInfo.cs +++ b/Source/GLControl/Properties/AssemblyInfo.cs @@ -5,13 +5,13 @@ 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("OpenTK.GLControl")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyTitle("The Open Toolkit Library GLControl Module")] +[assembly: AssemblyDescription("Provides integration with System.Windows.Forms.")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft")] -[assembly: AssemblyProduct("OpenTK.GLControl")] -[assembly: AssemblyCopyright("Copyright © Microsoft 2009")] -[assembly: AssemblyTrademark("")] +[assembly: AssemblyCompany("The Open Toolkit Library")] +[assembly: AssemblyProduct("The Open Toolkit Library")] +[assembly: AssemblyCopyright("Copyright © 2006-2009 the Open Toolkit Library")] +[assembly: AssemblyTrademark("OpenTK")] [assembly: AssemblyCulture("")] // Setting ComVisible to false makes the types in this assembly not visible @@ -32,8 +32,8 @@ 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("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("0.9.9.2")] +[assembly: AssemblyFileVersion("0.9.9.2")] [assembly: System.CLSCompliant(true)] diff --git a/Source/OpenTK/Properties/AssemblyInfo.cs b/Source/OpenTK/Properties/AssemblyInfo.cs index 946c1252..e3ce044a 100644 --- a/Source/OpenTK/Properties/AssemblyInfo.cs +++ b/Source/OpenTK/Properties/AssemblyInfo.cs @@ -11,7 +11,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("The Open Toolkit Library")] [assembly: AssemblyProduct("The Open Toolkit Library")] -[assembly: AssemblyCopyright("Copyright © 2006-2009 the Open Toolkit team")] +[assembly: AssemblyCopyright("Copyright © 2006-2009 the Open Toolkit Library")] [assembly: AssemblyTrademark("OpenTK")] [assembly: AssemblyCulture("")]