techyian / MMALSharp

C# wrapper to Broadcom's MMAL with an API to the Raspberry Pi camera.
MIT License
195 stars 33 forks source link

NLog Dependency Exists on NuGet, conflicts with README? #127

Closed thnk2wn closed 4 years ago

thnk2wn commented 4 years ago

The README indicates that v0.6 uses Microsoft Abstraction Logging but the latest version on NuGet (https://www.nuget.org/packages/MMALSharp/) is 0.5.1 and that has a large NLog dependency I'd like to remove.

I might be missing something but is there a version missing on NuGet or is that prerelease elsewhere or maybe the README is out of date?

techyian commented 4 years ago

You can pick up the prerelease binaries from MyGet which contains the Microsoft.Extensions.Logging.Abstractions work. Alternatively, you can clone from the dev branch. The examples in the Wiki are up to date for v0.6. Working on a few final tickets before an official release of 0.6 can be done.

thnk2wn commented 4 years ago

Thanks, that worked