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.
Added initial Web API + Kendo templates (Beta).
Added the ability to specify an API Controller directory and namespace (Contrib Mark).
Improved the support for handling MySQL.
Bug Fixes
Fixed a bug where Visual Studio Solutions wouldn’t open automatically.
Fixed a bug that would occur when generating against many to many relationships.