Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Packages updates, and updated project news (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyVignelles authored May 6, 2020
1 parent 5b8091e commit 77f75a1
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 18 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 3.1.0
- ADDED support for .net core 3.0 for Vlc.DotNet.Forms and Vlc.DotNet.Wpf
- DROPPED support for .net framework 2.0
- FIXED race conditions on Dispose() [#641](https://github.com/ZeBobo5/Vlc.DotNet/pull/641). Fixes [#639](https://github.com/ZeBobo5/Vlc.DotNet/issues/639) and [#640](https://github.com/ZeBobo5/Vlc.DotNet/issues/640)

# 3.0.0
- BREAKING CHANGE : Created a new WPF control using ImageSource [#365](https://github.com/ZeBobo5/Vlc.DotNet/pull/365) see how to use in wiki!
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Vlc.DotNet
==========

_**As more and more effort is put into [LibVLCSharp](https://code.videolan.org/videolan/LibVLCSharp), fewer evolutions are expected to be made to this project.**_

_**Bugfixes will still be fixed on the maintainer's free time, but as of 2020-05-06, support for libvlc 4 is not planned. You are encouraged to migrate and create new projects with [LibVLCSharp](https://code.videolan.org/videolan/LibVLCSharp)**_


[![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)

Vlc.DotNet is a .net library that hosts the audio/video capabilities of the VLC libraries. In other words, it's a .net wrapper around `libvlc`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.8.1" />
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.10" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.8.1" />
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.10" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.8.1" />
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.10" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.8.1" />
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.10" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.8.1" />
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.10" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.8.1" />
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.10" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.8.1" />
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.10" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.8.1" />
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.10" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Samples/Samples.Wpf.Dialogs/Samples.Wpf.Dialogs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="MahApps.Metro" Version="2.0.0-alpha0490" />
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.8.1" />
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.10" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Samples/Samples.Wpf.Image/Samples.Wpf.Image.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.8.1" />
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.10" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.8.1" />
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.10" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Samples/Samples.Wpf.Minimal/Samples.Wpf.Minimal.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.8.1" />
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.10" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 0 additions & 6 deletions src/Vlc.DotNet.Forms/Vlc.DotNet.Forms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,4 @@
<ProjectReference Include="..\Vlc.DotNet.Core\Vlc.DotNet.Core.csproj" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
<PackageReference Include="System.Drawing.Common">
<Version>4.6.0</Version>
</PackageReference>
</ItemGroup>

</Project>

0 comments on commit 77f75a1

Please sign in to comment.