This repository was archived by the owner on Dec 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 141
nuget package support #16
Comments
Just came across: Might be just what we need for packaging native libs. |
For one of my projects I use this to address that issue; fairly simple setup: |
Neat, looks pretty straightforward. |
This ticket looks a little stale so I take it there hasn't been much work on it? Would you like some help to wrap up this project into a nuget package? |
I've submitted a pull request that adds in support for building the nuget package. If this looks OK then I'll add additional support for publishing the package to nuget.org. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This would probably make using the library a lot easier.
If possible, use the technique that System.Data.SQLite for embedding the native libraries per platform.
The text was updated successfully, but these errors were encountered: