LibVLCSharp is based on LibVLC, so most of the LibVLC API documentation is very relevant to your experience using LibVLCSharp.
You can find it here LibVLC Doc. It currently tracks VLC master (4.0). The search box at the top right allows you to search for LibVLC C API functions and get doc on it. You can also check out documentation from the LibVLC header files directly from the VLC source code.
LibVLC is being distributed on NuGet from the VideoLAN account.
The packaging files and more packages details can be found at https://code.videolan.org/videolan/libvlc-nuget
Check out our versioning docs.