Skip to content

Releases: bezzad/Downloader

version 2.3.5

Choose a tag to compare

@bezzad bezzad released this 06 May 19:58
  • Fixed embedded PDB file to Nuget package

version 2.3.4

Choose a tag to compare

@bezzad bezzad released this 03 May 14:07

Ability to download just a certain range of bytes of a large file.

version 2.3.3

Choose a tag to compare

@bezzad bezzad released this 23 Feb 10:54

Fixed JSON Serialization. issue #81

version 2.3.2

Choose a tag to compare

@bezzad bezzad released this 24 Jan 13:59

Set a dynamic speed limit on downloads (changeable speed limitation on the go) #77

version 2.3.1

Choose a tag to compare

@bezzad bezzad released this 02 Jan 21:38

Fixed issue #72
Ignore add range of requests when the chunk count is 1

version 2.3.0

Choose a tag to compare

@bezzad bezzad released this 15 Nov 08:51
  • Add new API #64

version 2.2.9

Choose a tag to compare

@bezzad bezzad released this 12 Aug 21:53

Fix issue #57 which can't download files with no size in headers

version 2.2.8

Choose a tag to compare

@bezzad bezzad released this 01 Apr 05:34
  • Fixed resume downloading doesn't start from a saved temp file. issues #46 & #49
  • Fixed executing downloaded file immediately fails with access exception. issue #50

version 2.2.7

Choose a tag to compare

@bezzad bezzad released this 31 Mar 20:59
  • Fixed resume downloading doesn't start from a saved temp file. issues #46 & #49
  • Fixed executing downloaded file immediately fails with access exception. issue #50

version 2.2.6

Choose a tag to compare

@bezzad bezzad released this 26 Mar 21:23
f1bf457
  • Fixed MemoryStorage is not expandable when deserialized from JSON or binary
  • Fixed Resume downloading doesn't start from a saved temp file. issue #46