Skip to content

Releases: neilharvey/FileSignatures

v6.0

01 Aug 20:50
Compare
Choose a tag to compare

RAR Format

Support for RAR 5 and RAR 4 has been added. The existing Rar class has been renamed to Rar4, which will be a breaking change if it was being directly referenced.

Thanks for @mexvod for the contribution.

v5.3

29 Jul 08:40
Compare
Choose a tag to compare

Native AOT

Support for .NET Native AOT (Ahead-of-Time) compilation has been added.

A new GetBuiltInFormats() has been added to FileFormatLocator to access the built-in types without using reflection.

Thanks to @hcoona for the contribution.

v5.2

21 May 07:12
Compare
Choose a tag to compare

New Formats

  • Adds support Excel binary format.
  • Adds support for Google WebP format.
  • Adds support for Photoshop document format.
  • Adds support for MIDI format.
  • Adds support for TAR format.
  • Adds support for flash video format.
  • Adds support for FLAC format.
  • Adds support for 7-zip format.
  • Adds support for GZip format.

v5.1.1

29 Nov 21:23
Compare
Choose a tag to compare

PDF Format

Fixed a issue with the Pdf and AdobePdf formats which could cause files to be incorrectly categorized as a PDF.

v5.1.0

13 Sep 18:47
Compare
Choose a tag to compare

New Formats

  • Adds support for Icon format.
  • Adds support for office files with macros.

Thanks to @codethug for the contribution.

v5.0.2

22 Jun 09:24
5286aba
Compare
Choose a tag to compare

Executable Media Type

Changed the media type for the Executable format to be application/vnd.microsoft.portable-executable so that it aligns with the official IANA media type for Windows executables.

v5.0

28 May 20:08
Compare
Choose a tag to compare

PDF Format

Fixed an issue where PDFs were not recognized if the header contains data before the %PDF signature, or where the signature is in the format %!PS−Adobe−N.n PDF−M.m.

Thanks to @MaximeLaffaire for the contribution.

.NET Framework Targets Removed

.NET Framework 4.5.2 and 4.6.1 have been removed as specific target frameworks as these are no longer supported.

v4.4.1

04 Oct 07:01
Compare
Choose a tag to compare

Fixed an issue with vcard file recognition. Thanks to @mburumaxwell for the contribution.

v4.4

15 Sep 12:51
Compare
Choose a tag to compare

Adds support for the following formats:

  • Vcard
  • AMR
  • OGG
  • MP3

Thanks to @mburumaxwell for the contributions.

v4.3.1

15 May 19:34
Compare
Choose a tag to compare

Fixed detection of Office documents when the main entry has a non-standard name (e.g. document2.xml instead of document.xml)