Fixed errors with VS.NET integration. All errors should now be resolved.
Greatly improved VS.NET integration speed.
Added support for NAnt build file generation and execution.
Added support for Sql Server stored procedures.
Fixed Update issue when object fields (strings specifically) do not have a default value. This would throw an error. All fields now have a default value. (Found by Jay McAnally)
Fixed VS.NET location issue. Previously, Codus looked for VS.NET to be installed on the C: drive and wouldn't launch otherwise. It now searches the registry and finds the VS.NET install location. (Found by Jay McAnally)
Added support for run-time editing of column properties (for example, designating a column as a foreign key at run-time; changing the default test value, etc.). (Requested by Trevor Leybourne)
Added automatic retrieval and object population of auto-increment values
Removed Output tab
Added a small amount of code logging...this will be added to in the next version
Changed output directory structure
All src code is now placed in the /src folder
All VS.NET code is now placed in the /sln folder
All NAnt output is now placed in the /bin folder
The NAnt build file, a bat file to run the build file, and store procedures are placed in the output root
The output directory folder is now based on the project name
Added better status message support on generation tab during generation