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

Commit

Permalink
Added support for .net core 3.0
Browse files Browse the repository at this point in the history
Updated projects for VS2019.
Dropping support for .net framework 2.0
  • Loading branch information
jeremyVignelles committed Oct 18, 2019
1 parent a63a6f5 commit 0acc0fd
Show file tree
Hide file tree
Showing 74 changed files with 123 additions and 3,031 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +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

# 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!
- ADDED `SetMouseInput`/`SetKeyInput` methods [#424](https://github.com/ZeBobo5/Vlc.DotNet/pull/424). Fixes [#379](https://github.com/ZeBobo5/Vlc.DotNet/issues/379) and [#107](https://github.com/ZeBobo5/Vlc.DotNet/issues/107). Thanks @CrookedFingerGuy
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
environment:
version_prefix: 3.0.1
version_prefix: 3.1.0
version: $(version_prefix)-{branch}{build}

image: Visual Studio 2017
image: Visual Studio 2019
skip_tags: true
init:
- git config --global core.autocrlf input
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<LangVersion>latest</LangVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.6" />
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.8.1" />
</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.6" />
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.8.1" />
</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.6" />
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.8.1" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 0 additions & 6 deletions src/Samples/Samples.WinForms.Advanced/App.config

This file was deleted.

36 changes: 0 additions & 36 deletions src/Samples/Samples.WinForms.Advanced/Properties/AssemblyInfo.cs

This file was deleted.

This file was deleted.

117 changes: 0 additions & 117 deletions src/Samples/Samples.WinForms.Advanced/Properties/Resources.resx

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 0acc0fd

Please sign in to comment.