LibVLCSharp version 0.0.3 ========================= * Support for net40 target * Support for netstandard1.1 target * Removed [SuppressUnmanagedCodeSecurity] which allowed to remove dependency on System.Runtime.InteropServices.RuntimeInformation * Custom libvlc library path support * Added build script folder with powershell script to build and package libvlcsharp LibVLCSharp version 0.0.2 ========================= * Fix media mrl UTF-8 marshaling #30 LibVLCSharp version 0.0.1 ========================= * API changes: EventManagers are now encapsulated. Subscribe directly on the objects (Media, MediaPlayer, etc.) * Clarify error message when libvlc.dll is not found or cannot be loaded. * Fix iOS native reverse callbacks #15