diff --git a/README.md b/README.md index 5d0c0f60..d11807ca 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ ## Status Updates - If you would like to support this project, you can show your appreciation via [PayPal.Me](https://www.paypal.me/mariodivece/50usd) -- Current Status: (2024-05-21) - BETA 1 Release 7.0.360.1 is now available, (see the Releases) +- Current Status: (2024-06-26) - BETA 1 Release 7.0.361.1 is now available, (see the Releases) - NuGet Package available here: https://www.nuget.org/packages/FFME.Windows/ - FFmpeg Version: 7.0 -- 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 eaff3fc6..cc487ef7 100644 --- a/Unosquare.FFME.Windows.Sample/Unosquare.FFME.Windows.Sample.csproj +++ b/Unosquare.FFME.Windows.Sample/Unosquare.FFME.Windows.Sample.csproj @@ -31,9 +31,9 @@ GitHub https://github.com/unosquare/ffmediaelement - 7.0.360-beta.1 - 7.0.360.1 - 7.0.360.1 + 7.0.361-beta.1 + 7.0.361.1 + 7.0.361.1 preview 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 224e1a3c..657a2a99 100644 --- a/Unosquare.FFME.Windows/Unosquare.FFME.Windows.csproj +++ b/Unosquare.FFME.Windows/Unosquare.FFME.Windows.csproj @@ -29,14 +29,14 @@ en - 7.0.360.1 - 7.0.360.1 + 7.0.361.1 + 7.0.361.1 FFME.Windows - 7.0.360-beta.1 - 7.0.360-beta.1 + 7.0.361-beta.1 + 7.0.361-beta.1 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. diff --git a/appveyor.yml b/appveyor.yml index 62b03ae6..87799a29 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: '7.0.360.{build}' +version: '7.0.361.{build}' image: Visual Studio 2019 Preview configuration: - Release