Skip to content

Releases: bezzad/Downloader

version 2.2.5

Choose a tag to compare

@bezzad bezzad released this 24 Mar 10:02
  • Fixed Downloads file over 100% when continuing downloading from package info. issue #44
  • Fixed StackOverflowException when retrying download for a long time. issue #39

version 2.2.4

Choose a tag to compare

@bezzad bezzad released this 19 Mar 15:40

Flush Storage stream when cancel requested

version 2.2.3

Choose a tag to compare

@bezzad bezzad released this 01 Mar 14:25
  • Renamed DownloadFileAsync methods to DownloadFileTaskAsync
  • Fixed RequestConfiguration.Credentials override issue
  • Refactored some classes

Supports and Dependencies

.NETFramework 4.5: No dependencies
.NETStandard 2.0: No dependencies
Net5.0: No dependencies

version 2.2.2

Choose a tag to compare

@bezzad bezzad released this 24 Feb 06:20
  • Serialize and deserialize download packages to/from JSON text or Binary, after stopping download to keep download data and resuming that every time you want. You can serialize packages even using memory storage for caching download data which is used MemoryStream.

  • Added supporting .Net Framework 4.5 and later versions

  • Refactored some classes

  • Improved some performance issues

Supports and Dependencies

  • .NETFramework 4.5: No dependencies
  • .NETStandard 2.0: No dependencies
  • Net5.0: No dependencies

version 2.2.1

Choose a tag to compare

@bezzad bezzad released this 23 Feb 08:41
  • Serialize and deserialize download packages to/from JSON text or Binary, after stopping download to keep download data and resuming that every time you want. You can serialize packages even using memory storage for caching download data which is used MemoryStream.
  • Added support for .Net framework 4.5 and later version
  • Added support for .Net 5 and later version

version 2.2.0

Choose a tag to compare

@bezzad bezzad released this 22 Feb 20:27

Serialize and deserialize download packages to/from JSON text or Binary, after stopping download to keep download data and resuming that every time you want. You can serialize packages even using memory storage for caching download data which is used MemoryStream.

version 2.1.4

Choose a tag to compare

@bezzad bezzad released this 21 Feb 08:49

Fixed Serialize FileStorage: FileName getter #37

version 2.1.3

Choose a tag to compare

@bezzad bezzad released this 19 Feb 22:00

Fixed download again issue #36 on every resume

version 2.1.2

Choose a tag to compare

@bezzad bezzad released this 14 Feb 17:34

Fixed drive AvailableFreeSpace issue #27
Added CheckDiskSizeBeforeDownload to DownloadConfiguration options for disabling UNC path sizes

version 2.1.1

Choose a tag to compare

@bezzad bezzad released this 14 Feb 08:45

Fixed drive AvailableFreeSpace issue #27