Skip to content

Releases: bezzad/Downloader

version 2.3.5

06 May 19:58
Compare
Choose a tag to compare
  • Fixed embedded PDB file to Nuget package

version 2.3.4

03 May 14:07
Compare
Choose a tag to compare

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

version 2.3.3

23 Feb 10:54
Compare
Choose a tag to compare

Fixed JSON Serialization. issue #81

version 2.3.2

24 Jan 13:59
Compare
Choose a tag to compare

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

version 2.3.1

02 Jan 21:38
Compare
Choose a tag to compare

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

version 2.3.0

15 Nov 08:51
Compare
Choose a tag to compare
  • Add new API #64

version 2.2.9

12 Aug 21:53
Compare
Choose a tag to compare

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

version 2.2.8

01 Apr 05:34
Compare
Choose a tag to compare
  • 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

31 Mar 20:59
Compare
Choose a tag to compare
  • 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

26 Mar 21:23
f1bf457
Compare
Choose a tag to compare
  • Fixed MemoryStorage is not expandable when deserialized from JSON or binary
  • Fixed Resume downloading doesn't start from a saved temp file. issue #46