Skip to content

Commit

Permalink
updated new version changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bezzad committed Sep 22, 2024
1 parent 332c8bb commit 2f95f6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Downloader is a modern, fluent, asynchronous, testable and portable library for
This library can be added to your `.Net 8` or later projects.

Downloader is running on Windows, Linux, and macOS.
> Note: 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.
> If you want to use the Downloader in an app with an older version of .Net (e.g. `.Net framework 4.6.1`) you can use the Downloader `v3.1.*`.
> For a complete example see [Downloader.Sample](https://github.com/bezzad/Downloader/blob/master/src/Samples/Downloader.Sample/Program.cs) project from this repository.
Expand Down
7 changes: 4 additions & 3 deletions src/Downloader/Downloader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@
<RepositoryUrl>https://github.com/bezzad/Downloader</RepositoryUrl>
<PackageTags>download-manager, downloader, download, idm, internet, streaming, download-file, stream-downloader, multipart-download</PackageTags>
<PackageReleaseNotes>
Download the same file from multiple sources #118
Control the amount of system memory (RAM) that the Downloader consumes during downloading.
Add `EnableLiveStreaming` option and by default disabled value.
Add `Microsoft.Extensions.Logging.ILogger` as 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 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.
Fixed some bugs.
</PackageReleaseNotes>
Expand Down

0 comments on commit 2f95f6f

Please sign in to comment.