Releases: bezzad/Downloader
Releases · bezzad/Downloader
version 3.2.1
v3.2.0
- Add
EnableLiveStreaming
option and by default disabled value. - Add
Microsoft.Extensions.Logging.ILogger
as the default logger interface of the Downloader. - Support for old versions of .NET was removed from the Downloader
v3.2.0
. From this version onwards, only.Net 8
and higher versions will be supported. - Fixed control of the amount of system memory (RAM) that the Downloader consumes during downloading.
- Refactor all codes and test.
- Improve memory performance.
- Fixed some bugs.
v3.1.2
- Download the same file from multiple sources #118
- Control the amount of system memory (RAM) the Downloader consumes during downloading.
- Refactor all codes and test.
- User xUnit instead of msunit tests.
- Improve memory performance.
- Fixed some bugs.
Full Changelog: v3.0.6...v3.1.2
v3.0.6
v3.0.5
version 3.0.4
Added task async method for the download cancellation operation. #132
Release version 3.0.3
- Fixed serialized download package after canceled or failed. #129