Minimatch by SLaks

<PackageReference Include="Minimatch" Version="1.1.0" />

.NET API 18,432 bytes

 Minimatch 1.1.0

A C# glob matcher

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Minimatch</id>
    <version>1.1.0.0</version>
    <title>Minimatch</title>
    <authors>SLaks</authors>
    <owners>SLaks</owners>
    <licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
    <projectUrl>https://github.com/SLaks/Minimatch/</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>A C# glob matcher</description>
    <releaseNotes>Initial Release.</releaseNotes>
    <copyright>Copyright 2013</copyright>
    <tags>strings, glob, search, files, wildcards, patterns</tags>
    <dependencies />
  </metadata>
</package>