Skip to content

Commit

Permalink
Bumped release number to stable, and updated release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
abe545 committed Apr 12, 2015
1 parent 9860a5f commit 589eaac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CodeOnlyStoredProcedures.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.</description>
<releaseNotes>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.
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 589eaac

Please sign in to comment.