Added support for .Net 4.5 and Visual Studio 2012/2013.
There have been many improvements to the naming conventions of properties and classes.
Added the ability to Generate GetByKey() search criteria. This is controlled by setting Configuration.Instance.SearchCriteriaProperty.MethodKeySuffix to a string value. If MethodKeySuffix is null or empty then the search criteria method name will be generated as GetByPropertyName or GetbyPropertyName1PropertyName2.
Updated the mvc project to version 4.0
Improved the support for handling third party database vendors.