From 97d256ee945d51baa85e81001fdbe651ff1a94ee Mon Sep 17 00:00:00 2001 From: Martin Finkel Date: Tue, 22 May 2018 18:40:39 +0700 Subject: [PATCH] Add .nuspec file --- LibVLCSharp.nuspec | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 LibVLCSharp.nuspec diff --git a/LibVLCSharp.nuspec b/LibVLCSharp.nuspec new file mode 100644 index 0000000..148bb92 --- /dev/null +++ b/LibVLCSharp.nuspec @@ -0,0 +1,23 @@ + + + + LibVLCSharp + LibVLCSharp + 0.0.1 + VideoLAN + VideoLAN + false + .NET bindings for LibVLC + .NET bindings for LibVLC + libvlc vlc videolan native c/c++ video audio + https://github.com/mfkl/LibVLCSharp + https://www.gnu.org/licenses/old-licenses/gpl-2.0.html + http://images1.videolan.org/images/vlc64x64.png + + + + + + + + \ No newline at end of file -- GitLab