SLaks/Minimatch

Please add version with netstandard.20 support to NuGet.

Opened this issue · 3 comments

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?

@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?

@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.

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.