From 7c6a85dc7e259b2433aed5007099c82f05b0277e Mon Sep 17 00:00:00 2001 From: Jeremy Vignelles Date: Fri, 4 Aug 2017 11:08:30 +0200 Subject: [PATCH 1/2] Added the .vs folder (for VS2017) in .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e293453..7c10525 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ *.suo *.user *.sln.docstates +.vs # Build results [Dd]ebug/ @@ -158,4 +159,4 @@ $RECYCLE.BIN/ *.exe.config build/ !lib/**/*.dll -lib/*/plugins/plugins.dat \ No newline at end of file +lib/*/plugins/plugins.dat From 2a7ff96b7ec70f68f58308e625f2fdca178f5c81 Mon Sep 17 00:00:00 2001 From: The Gitter Badger Date: Wed, 30 Aug 2017 07:25:33 +0000 Subject: [PATCH 2/2] Add Gitter badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 36468ba..a1459a4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Vlc.DotNet ========== +[![Join the chat at https://gitter.im/Vlc-DotNet/Lobby](https://badges.gitter.im/Vlc-DotNet/Lobby.svg)](https://gitter.im/Vlc-DotNet/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + .NET control that hosts the audio/video capabilities of the VLC libraries This is the new repository for the next version of VideoLan DotNet for WinForm & WPF which is currently in dev.