Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi authored Nov 13, 2023
1 parent 7be6f16 commit f95c276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Legend: 💥 breaking changes; 🔒️ address security issues; ✨ major featur

### Changed

-`OSLC4Net.Core` now targets `netstandard2.0`, which allows it to be used under .NET Framework 4.7.2 or higher as well as .NET Core/.NET 5+.
-`OSLC4Net.Core` now targets `netstandard2.0`, which allows it to be used under .NET Framework 4.7.2 or higher as well as .NET 6+.
- ✨ dotNetRDF was upgraded from v1 to v3 to enable targeting `netstandard2.0`. One of the key breaking changes is that `ITriple` and `INode` no longer have the `.Graph` property. This caused breaking changes to some of the method signatures in `OSLC4Net.DotNetRdfProvider` to allow the `IGraph` instance to be passed.
- `OSLC4Net.Client` now targets `netstandard2.0`.
- 💥 The main breaking change is the replacement of the legacy `WebRequestHandler` with `HttpClientHandler`. This caused some method/constructor signatures to change.
Expand Down

0 comments on commit f95c276

Please sign in to comment.