Skip to content

Commit

Permalink
v7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
6bee committed Jun 4, 2024
1 parent f21dd13 commit fa173dd
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [7.2.0][7.2.0] - 2024-06-04

### Added

- Add .NET 8.0 framework target
- Add `SystemExpression.Factory`

Expand All @@ -18,8 +32,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump _Microsoft.Bcl.AsyncInterfaces_ from 6.0.0 to 8.0.0
- Bump _Microsoft.EntityFrameworkCore_ from 6.0.10 to 7.0.20 (net6.0) and 8.0.6 (net8.0) (concerns _Remote.Linq.EntityFrameworkCore_)

### Deprecated

### Removed

- Binary serialization removed for .NET 8.0 and later ([SYSLIB0050: Formatter-based serialization is obsolete][syslib0050])
Expand All @@ -29,8 +41,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Pass `ITypeResolver` to remote expression visitors to avoid potential duplication of emitting dynamic type

### Security

## [7.1.0][7.1.0] - 2022-11-11

### Changed
Expand Down Expand Up @@ -95,7 +105,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Dropped unused dependency on _System.Runtime.Serialization.Formatters_.

[vnext-unreleased]: https://github.com/6bee/Remote.Linq/compare/7.1.0...main
[vnext-unreleased]: https://github.com/6bee/Remote.Linq/compare/7.2.0...main
[7.2.0]: https://github.com/6bee/Remote.Linq/compare/7.1.0...7.2.0
[7.1.0]: https://github.com/6bee/Remote.Linq/compare/7.0.0...7.1.0
[7.0.0]: https://github.com/6bee/Remote.Linq/compare/6.3.1...7.0.0
[6.3.1]: https://github.com/6bee/Remote.Linq/compare/6.3.0...6.3.1
Expand Down

0 comments on commit fa173dd

Please sign in to comment.