Releases: AJMitev/FileTypeChecker
Releases · AJMitev/FileTypeChecker
v4.1.1
Release @ 4.1.0
What's Changed
- Add Try methods by @adamhathcock in #28
- Added dynamically assessed MinimalBufferSize to allow validation with custom validators requiring more than 20 bytes by @ziocampo in #33
New Contributors
Full Changelog: v4.0.0...v4.1.0
Release @ 4.0.0
Release @ 2.1.0
Platform Support
With this release we are no longer support .NET Framework. If you are using this type of project you can download older version.
Change log
- Updating the library to .NET Standard 2.1
Release @ 2.0.0
Change log
- Adding async API.
- Fixing Issue #14
Release @ 1.5.3
Change log
- Improve core functionality to find best match if two or more matches occurs.
- Adding support for Microsoft 365 Document (docx) format. Issue #13
Release @ 1.5.2
Change log
- Adding IFormFile extension and validations to work directly with ASP NET Core input interface.
- Update attributes to validate multiple files and adding API that allows user to work with IFormFile directly.
- Optimized activator usage.
- Making sure file types only get initialized once when calling RegisterTypes after initialization has triggered.
Release @ 1.4.0
Change log
- Adding support for Icon file, Windows Meta File, MPEG audio file frame synch pattern and Windows Audio file.
Release @ 1.3.3
Change log
- Adding recognition for xml files with BOM header.
Release @ 1.3.2
Change log
- Adding support for mp4/m4v.
- Fixing multiple choice checking.
- Adding option to skip bytes.