From 4250b7b3f6ddaf5b263b41a60da9dac90316c545 Mon Sep 17 00:00:00 2001 From: bezzad Date: Tue, 2 Jan 2024 22:35:53 +0330 Subject: [PATCH] updated package release notes --- src/Downloader/Downloader.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Downloader/Downloader.csproj b/src/Downloader/Downloader.csproj index 12291dd..18764ea 100644 --- a/src/Downloader/Downloader.csproj +++ b/src/Downloader/Downloader.csproj @@ -12,7 +12,7 @@ download-manager, downloader, download, idm, internet, streaming, download-file, stream-downloader, multipart-download Download the same file from multiple sources #118 - Control the amount of system memroy (RAM) that the Downloader consumes during downloading. + Control the amount of system memory (RAM) that the Downloader consumes during downloading. Refactor all codes and test. User xUnit instead of msunit tests. Improve memory performance.