File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments