Releases: msmolka/ZNetCS.AspNetCore.ResumingFileResults
Releases · msmolka/ZNetCS.AspNetCore.ResumingFileResults
6.0.0
Breaking Change: Drop support for netstandard and .net framework. Code refactoring. Dependency update. Library is now strong name signed.
2.0.0
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
Update do .net core 1.1 and use internal ETag comparison
1.0.5
New version with fixed content length calculation for multipart response
1.0.3
Precondition checks for If-Match and If-None-Match and If-Range.
1.0.2
Release with another fix for response status code. PartialContent was served even for full file. Now it should be correct.