From 002132eefd8bf79da42c4b51415419b8c4029893 Mon Sep 17 00:00:00 2001 From: Mario Di Vece Date: Fri, 27 Nov 2020 17:55:33 -0600 Subject: [PATCH] updating version numbers to match new FFmpeg version --- README.md | 2 +- .../Unosquare.FFME.Windows.Sample.csproj | 6 +++--- Unosquare.FFME.Windows/Unosquare.FFME.Windows.csproj | 10 +++++----- appveyor.yml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index daa857616..6cb9f6c4e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ ## Current NuGet Release Status - If you would like to support this project, you can show your appreciation via [PayPal.Me](https://www.paypal.me/mariodivece/50usd) -- Current Status: (2019-12-28) - Release 4.2.330 is now available, (see the Releases) +- Current Status: (2020-11-27) - Release 4.3.340 is now available, (see the Releases) - NuGet Package available here: https://www.nuget.org/packages/FFME.Windows/ - FFmpeg Version: 4.3.1 -- Make sure you download one built as a SHARED library and for your right architecture (typically x64) - BREAKING CHANGE: Starting realease 4.1.320 the `Source` dependency property has been downgraded to a notification property. Please use the asynchronous `Open` and `Close` methods instead. diff --git a/Unosquare.FFME.Windows.Sample/Unosquare.FFME.Windows.Sample.csproj b/Unosquare.FFME.Windows.Sample/Unosquare.FFME.Windows.Sample.csproj index 04706933a..149e61e00 100644 --- a/Unosquare.FFME.Windows.Sample/Unosquare.FFME.Windows.Sample.csproj +++ b/Unosquare.FFME.Windows.Sample/Unosquare.FFME.Windows.Sample.csproj @@ -19,9 +19,9 @@ GitHub https://github.com/unosquare/ffmediaelement - 4.2.340 - 4.2.340.0 - 4.2.340.0 + 4.3.340 + 4.3.340.0 + 4.3.340.0 latest Mario Di Vece, and Contributors to the FFME project diff --git a/Unosquare.FFME.Windows/Unosquare.FFME.Windows.csproj b/Unosquare.FFME.Windows/Unosquare.FFME.Windows.csproj index 669edc950..862b84542 100644 --- a/Unosquare.FFME.Windows/Unosquare.FFME.Windows.csproj +++ b/Unosquare.FFME.Windows/Unosquare.FFME.Windows.csproj @@ -18,14 +18,14 @@ en - 4.2.340.0 - 4.2.340.0 + 4.3.340.0 + 4.3.340.0 FFME.Windows - 4.2.340 - 4.2.340 + 4.3.340 + 4.3.340 Mario Di Vece, and Contributors to the FFME project FFME: The Adavanced WPF MediaElement Alternative FFME is an advanced WPF MediaElement alternative. While the standard MediaElement uses DirectX (DirectShow) for media playback, FFME uses FFmpeg to read and decode audio and video. @@ -36,7 +36,7 @@ ffme.png ffme hls wpf ffmpeg mediaelement h264 h265 hevc audio video decoding playback frame - This is a release package of the Floyd Engine build referencing bindings to FFmpeg version 4.2.1 + This is a release package of the Floyd Engine build referencing bindings to FFmpeg version 4.3.1 This package does not contain the required FFmpeg binaries. Please refer to the following URL for instructions on how to obtain the binaries: https://github.com/unosquare/ffmediaelement Release details: https://github.com/unosquare/ffmediaelement/milestone/15?closed=1 diff --git a/appveyor.yml b/appveyor.yml index 974cd3290..f735c0455 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: '4.2.340.{build}' +version: '4.3.340.{build}' image: Visual Studio 2019 Preview configuration: - Release