Skip to content

Commit

Permalink
Bumped package version, and added comment to the nuspec.
Browse files Browse the repository at this point in the history
Added a specific dependency group for 4.5, so it could be blank (the 4.5 version really has no dependencies, but it was requiring EF for some reason).
  • Loading branch information
abe545 committed May 9, 2015
1 parent 795c766 commit 6ab6ff1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CodeOnlyStoredProcedures.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Added global data transformers, that will be applied for all columns in all stor
Added option to enable numeric conversions for all numeric properties. This should be specified before any StoredProcedure is created.
Fixed bug where System.Single (float in C#) property types could not be returned (it would throw an exception).
Fixed bug where StoredProcedure<dynamic> would not apply any IDataTransformers specified.
Fixed bug where expected columns that don't get returned were throwing an IndexOutOfRangeException instead of a StoredProcedureResultsException

2.0.0
Removed dependency on SQL Server for all stored procedures (except those that accept Table Valued Parameters)
Expand Down Expand Up @@ -54,6 +55,7 @@ Added xml comments to all public methods. While not complete documentation, they
<group targetFramework=".NETFramework4.0">
<dependency id="EntityFramework" version="6.1.3" />
</group>
<group targetFramework=".NETFramework4.5" />
</dependencies>
<references>
<reference file="CodeOnlyStoredProcedure.dll" />
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.1.0
packageVersion: 2.1.0-pre
packageVersion: 2.1.0-pre1

assembly_info:
patch: true
Expand Down

0 comments on commit 6ab6ff1

Please sign in to comment.