Skip to content

Tags: kthompson/glob

Tags

1.1.9

Merge branch 'glob-extension-options' into fix-git-version

1.1.8

Merge branch 'release/1.1.8'

1.1.7

Update PathTraverser only emit files matching a pattern in multiple w…

…ays once

Closes #52

1.1.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support parentheses, equals, and other misc characters in file names (#…

…58)

Closes issue #57

1.1.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove debug logging that was missed (#56)

Closes issue #55

1.1.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix Issue 53 tests for linux (#54)

1.1.3

Allow spaces as normal path characters (#49)

1.1.2

Add NuGet package description and netstandard 2.0 target.

Closes #46, #47

1.1.1

Fix issue with GlobOptions values

1.1.0

Added GlobOptions.MatchFullPath

This setting forces a pattern to match the full path against a pattern with
only one directory segment.