Skip to content

Commit 90773e2

Browse files
committed
Update changelog for v5
+semver: skip
1 parent da8cfff commit 90773e2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
...
1010

11+
## [5.0.0] - 2023-03-30
12+
### Changed
13+
- Added target framework .NET 6
14+
- Removed the following target frameworks and any associated conditional code:
15+
- .NET Standard 2.0
16+
- .NET Standard 2.1
17+
- .NET Core App 2.1
18+
- .NET 5.0
19+
- Upgraded dependency System.IO.Pipelines from 5.0.1 to 6.0.3
20+
- Switched a use of MemoryPool to ArrayPool
21+
- Merged PR #56
22+
- Always set `private` field in torrent. If `IsPrivate` is false then `0` is output instead of `1`
23+
- Merged PR #60
24+
- Escape tracker URLs in magnet links
25+
1126
## [4.0.0] - 2021-01-23
1227
### Changed
1328
- Changed supported frameworks to:

0 commit comments

Comments
 (0)