Skip to content

Releases: msmolka/ZNetCS.AspNetCore.ResumingFileResults

6.0.1

03 Feb 11:47
Compare
Choose a tag to compare

Fix deps

6.0.0

30 Jan 11:00
Compare
Choose a tag to compare

Breaking Change: Drop support for netstandard and .net framework. Code refactoring. Dependency update. Library is now strong name signed.

2.2.0

12 Oct 13:30
Compare
Choose a tag to compare

Code cleanup

2.0.0

30 Aug 08:44
Compare
Choose a tag to compare

Update for ASP.NET Core 2.0. Almost all significant code removed. Left only Content-Disposition inline. And rewrite to use native based classes.

1.0.6

23 Nov 06:52
Compare
Choose a tag to compare

Update do .net core 1.1 and use internal ETag comparison

1.0.5

29 Sep 05:58
Compare
Choose a tag to compare

New version with fixed content length calculation for multipart response

1.0.3

13 Sep 07:18
Compare
Choose a tag to compare

Precondition checks for If-Match and If-None-Match and If-Range.

1.0.2

12 Sep 07:22
Compare
Choose a tag to compare

Release with another fix for response status code. PartialContent was served even for full file. Now it should be correct.