diff --git a/Source/Examples/OpenGL/Basic/001 - Cube/Properties/AssemblyInfo.cs b/Source/Examples/OpenGL/Basic/001 - Cube/Properties/AssemblyInfo.cs index ae932721..3b63b9db 100644 --- a/Source/Examples/OpenGL/Basic/001 - Cube/Properties/AssemblyInfo.cs +++ b/Source/Examples/OpenGL/Basic/001 - Cube/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("Lesson01")] +[assembly: AssemblyTitle("001 - Cube")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Lesson01")] -[assembly: AssemblyCopyright("Copyright © 2006")] +[assembly: AssemblyProduct("001 - Cube")] +[assembly: AssemblyCopyright("Copyright © 2006, 2007")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")]