Changes made in this release:
Fixed handling of decimal parameters so that their values are not truncated.
Fixed adding the schema name to the stored procedure names.
Fixed the casing of the access modifier in the conversion utility.
Updated handling of stored procedure methods so that the AsyncMethodSuffix property value is automatically removed if present. This allows omitting the StoredProcedureMethodAttribute if an asynchronous method name matches the stored procedure name without the suffix.
The stored procedure name for loading all entities or loading by key can now be inferred from the type name. The LoadAllStoredProcedureAttribute or LoadByKeyStoredProcedureAttribute can now be omitted if the stored procedure name is the same as the entity type name without the ResultSetSuffix property value.