diff --git a/CodeOnlyStoredProcedures.nuspec b/CodeOnlyStoredProcedures.nuspec index 7687390..c9c85ca 100644 --- a/CodeOnlyStoredProcedures.nuspec +++ b/CodeOnlyStoredProcedures.nuspec @@ -12,6 +12,7 @@ Code Only Stored Procedures will not create any Stored Procedures on your databa 2.3.0 Fixed bug where hierarchical result sets could not be marked as optional Hierarchies are now much faster to build, especially with large data sets. +DateTimeOffset is now fully supported (in the past you had to use attributes or the Fluent syntax to specify the DbType). 2.2.6 Fixed bug where dynamic stored procedures wouldn't dispose of the IDbCommand objects they created.