From 589eaacf02c86b4e0fd60bf1af684fd05d632941 Mon Sep 17 00:00:00 2001 From: abe545 Date: Sat, 11 Apr 2015 23:11:12 -0400 Subject: [PATCH] Bumped release number to stable, and updated release notes. --- CodeOnlyStoredProcedures.nuspec | 4 +++- appveyor.yml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CodeOnlyStoredProcedures.nuspec b/CodeOnlyStoredProcedures.nuspec index a0659b0..ccfaedb 100644 --- a/CodeOnlyStoredProcedures.nuspec +++ b/CodeOnlyStoredProcedures.nuspec @@ -11,9 +11,11 @@ Code Only Stored Procedures will not create any Stored Procedures on your database. Instead, its aim is to make it easy to call your existing stored procedures by writing simple code. 2.0.0 Removed dependency on SQL Server for all stored procedures (except those that accept Table Valued Parameters) -Performance improvements Results from the dynamic syntax can now be cast explicitly +Result columns can be marked as optional, so if no value is returned, the execution will not fail. +Stored Procedures can return dynamic (which will be an ExpandoObject, with all colums returned by the stored procedure as properties). Stored Procedures that return hierarchical objects as multiple result sets can now have their relationships automatically discovered +Performance improvements 1.3.1 Fixed bug where none of the named properties of StoredProcedureParameterAttribute could be set on an object, because they were nullable. diff --git a/appveyor.yml b/appveyor.yml index 6c73e85..02cdd80 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,7 +3,7 @@ skip_tags: true environment: releaseVersion: 2.0.0 - packageVersion: 2.0.0-pre5 + packageVersion: 2.0.0 assembly_info: patch: true