neilharvey / FileSignatures

A small library for detecting the type of a file based on header signature (also known as magic number).
MIT License
250 stars 41 forks source link

Added support for Vcard #49

Closed mburumaxwell closed 2 years ago

mburumaxwell commented 2 years ago

Added support for text/vcard or .vcf files.

Signature as at https://www.garykessler.net/library/file_sigs.html Sample from https://fileinfo.com/extension/vcf

neilharvey commented 2 years ago

Looks great, thanks for the PR! I'll merge and then push a new release to NuGet.

mburumaxwell commented 2 years ago

Thanks @neilharvey for such a quick action. Got one more PR for other audio formats I use before you release to NuGet

neilharvey commented 2 years ago

Okay, no problems - I'll wait for the the PR