Grabacr07 / VirtualDesktop

C# wrapper for the Virtual Desktop API on Windows 11.
MIT License
631 stars 135 forks source link

[Request] Nuget Package(s) #4

Closed GeorgeHahn closed 8 years ago

GeorgeHahn commented 8 years ago

Hi! Wonderful library, thanks for sharing it! I'm using it to switch desktops using hand gestures (via a Leap Motion). This library saved me a ton of research, I really appreciate it!

It would be nice if it were available on NuGet for ease of use and additional discoverability.

Grabacr07 commented 8 years ago

Thank you for your interest!

I published the library on nuget. Following packages become available. https://www.nuget.org/packages/VirtualDesktop/ https://www.nuget.org/packages/VirtualDesktop.WPF/ https://www.nuget.org/packages/VirtualDesktop.WinForms/

GeorgeHahn commented 8 years ago

Spectacular! Thanks again!