SLaks / Minimatch

A C# glob matcher, ported from Javascript
MIT License
56 stars 18 forks source link

Please add version with netstandard.20 support to NuGet. #12

Open alphaleonis opened 5 years ago

alphaleonis commented 5 years ago

Seems the latest version on NuGet still has a dependency on a pre-release of netstandard1.0. Can we get a version built against netstandard 2.0 uploaded to NuGet perhaps?

Samirat commented 4 years ago

@SLaks It looks like the code has been updated to use .NET Standard 2.0, but the Nuget package hasn't been pushed. The latest is referencing an ancient, incompatible RC version of the .NET Standard. Can you push a fresh Nuget package?

rvdginste commented 2 years ago

@SLaks

Do you still (want to) maintain this project?

If so, could you trigger a new release of the code? I use this in a .NET 6 project and had to rebuild it and currently published that build on a private repo.

If not, are you willing to transfer the project to someone else? I would be willing to maintain this further, because I use it.

kammerjaeger commented 1 year ago

We were thinking of using this lib but as it is currently we moved to use this: https://learn.microsoft.com/en-us/dotnet/core/extensions/file-globbing I hope that helps whoever is in the same situation.