dazinator / DotNet.Glob

A fast globbing library for .NET / .NETStandard applications. Outperforms Regex.
MIT License
363 stars 27 forks source link

Added span support #62

Closed pwiens closed 5 years ago

pwiens commented 5 years ago

Adding an additional target framework (netcoreapp2.1) and support for Span

dazinator commented 5 years ago

Fantastic, thank you very much for this PR.

dazinator commented 5 years ago

Thanks for the PR

pwiens commented 5 years ago

Thanks for merging it. I'll be on the lookout of a new nuget package.

dazinator commented 5 years ago

https://www.nuget.org/packages/DotNet.Glob/3.0.0-alpha0045

I'll wait a while before I merge to master, which will produce a stable 3.0.0 package, so it's just on pre-release channel for now