Skip to content

Commit

Permalink
* Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
artiomchi committed Jan 25, 2019
1 parent 98a4337 commit a24df59
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@ Also supports injecting sql command generators to add support for other provider
<RepositoryUrl>https://github.com/artiomchi/FlexLabs.Upsert</RepositoryUrl>
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
<PackageTags>Entity Framework Core entity-framework-core EF EntityFramework EntityFrameworkCore EFCore Upsert</PackageTags>
<VersionPrefix>2.0.4</VersionPrefix>
<VersionPrefix>2.0.5</VersionPrefix>
<PackageReleaseNotes>
v2.0.5:
! The dbcommand would sometimes be disposed of before finishing the execution of the query!
+ Adding the number of rows affected as the return of the Run/RunAsync calls

v2.0.4:
! Checking arguments for validity and null references before processing

Expand Down

0 comments on commit a24df59

Please sign in to comment.