Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmurari committed Oct 30, 2020
1 parent d70263c commit 2b8baa9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
<PackageProjectUrl>https://github.com/alexmurari/Exprelsior/</PackageProjectUrl>
<!-- Keep package release notes section without indentation -->
<PackageReleaseNotes>
- Removed the OrdinalIgnoreCase string comparison from calls to contains methods on string collections (EF Core doesn't support string comparers).
- Added initial methods to start building expressions to the ExpressionBuilder class.
- Changed the behavior of the extension methods that compose expressions (And, Or) so it handles initial values correctly.
- Fixed expression comparisons on composition operations.
</PackageReleaseNotes>
</PropertyGroup>
</Project>

0 comments on commit 2b8baa9

Please sign in to comment.