falox / libvirt-csharp

libvirt virtualization API C# bindings
GNU Lesser General Public License v2.1
9 stars 5 forks source link

Publish on nuget.org #1

Closed WenceyWang closed 3 years ago

WenceyWang commented 3 years ago

It's time to target net5.0 and I think you can publish the package to nuget.org?

falox commented 3 years ago

The supported API functions are still few, networking and storage support completely missing. @WenceyWang what's your use case? Which functions are you using most? Feel free to submit a PR, we can try to implement a minimum set of functions and then release the first version.

WenceyWang commented 3 years ago

I am writing a daemon to create and dispose VM for CI.

I am preparing a PR for now.

falox commented 3 years ago

@WenceyWang so the current functions are already enough for you?

WenceyWang commented 3 years ago

I think I need network API and I am working on it.

falox commented 3 years ago

In the meantime, I've released the nuget at https://www.nuget.org/packages/libvirt-csharp

falox commented 3 years ago

@WenceyWang I've released a nuget with your changes https://www.nuget.org/packages/libvirt-csharp/0.0.1-alpha2