From fd0abff3df544fc39817f1194e91fcacb880e38a Mon Sep 17 00:00:00 2001 From: Abraham Heidebrecht Date: Mon, 8 Aug 2016 22:47:39 -0400 Subject: [PATCH] Added release note for DateTimeOffset support. --- CodeOnlyStoredProcedures.nuspec | 1 + 1 file changed, 1 insertion(+) 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.