Skip to content

Commit

Permalink
Added additional release note
Browse files Browse the repository at this point in the history
  • Loading branch information
abe545 committed Feb 20, 2016
1 parent 9774474 commit 50b3672
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CodeOnlyStoredProcedures.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Fixed bug where StoredProcedure<dynamic> (both syntaxes) would return DBNu
Fixed bug where WithInputOutputParameter and WithOutputParameter would not infer DBType when not passed explicitly
Fixed bug where symbols were not available for .Net 4.0 projects
Fixed bug where custom structs could not be passed as input parameters to the dynamic syntax
Fixed bug where enums were being sent as object. Will now send as string

2.2.4
Fixed bug where calling ToString on a stored procedure could print parameters with a double @.
Expand Down Expand Up @@ -79,4 +80,4 @@ Added better exception when a model is missing a public parameterless constructo
<file src="CodeOnlyStoredProcedure-NET40\Bin\Release\**\CodeOnlyStoredProcedure*" exclude="**\*.old" target="lib\net40" />
<file src="**\*.cs" exclude="*Test*\**\*;CodeOnlyStoredProcedure*\obj\**\*" target="src" />
</files>
</package>
</package>

0 comments on commit 50b3672

Please sign in to comment.