FileTypeInterrogator 1.0.0
netstandard library for detecting file types by 'magic numbers', similar to the `file` command in Linux/Unix. Useful for validating file uploads instead of trusting file extensions.
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>FileTypeInterrogator</id>
<version>1.0.0</version>
<authors>ghost1face</authors>
<owners>ghost1face</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">LICENSE.md</license>
<licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
<projectUrl>https://github.com/ghost1face/FileTypeInterrogator</projectUrl>
<description>netstandard library for detecting file types by 'magic numbers', similar to the `file` command in Linux/Unix. Useful for validating file uploads instead of trusting file extensions.</description>
<releaseNotes>Update to use flat file definitions, unit tested</releaseNotes>
<copyright>2019 @ BeyondTechIO</copyright>
<tags>file-type-detection file-types magic-numbers content-type mime-type</tags>
<repository url="https://github.com/ghost1face/FileTypeInterrogator" />
<dependencies>
<group targetFramework=".NETStandard1.3">
<dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>