Skip to content

Commit 002132e

Browse files
committed
updating version numbers to match new FFmpeg version
1 parent 5fff418 commit 002132e

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
## Current NuGet Release Status
1515
- If you would like to support this project, you can show your appreciation via [PayPal.Me](https://www.paypal.me/mariodivece/50usd)
16-
- Current Status: (2019-12-28) - Release 4.2.330 is now available, (see the <a href="https://github.com/unosquare/ffmediaelement/releases">Releases</a>)
16+
- Current Status: (2020-11-27) - Release 4.3.340 is now available, (see the <a href="https://github.com/unosquare/ffmediaelement/releases">Releases</a>)
1717
- NuGet Package available here: https://www.nuget.org/packages/FFME.Windows/
1818
- FFmpeg Version: <a href="https://ffmpeg.org/download.html">4.3.1</a> -- Make sure you download one built as a SHARED library and for your right architecture (typically x64)
1919
- 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.

Unosquare.FFME.Windows.Sample/Unosquare.FFME.Windows.Sample.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<RepositoryType>GitHub</RepositoryType>
2020
<RepositoryUrl>https://github.com/unosquare/ffmediaelement</RepositoryUrl>
2121

22-
<Version>4.2.340</Version>
23-
<AssemblyVersion>4.2.340.0</AssemblyVersion>
24-
<FileVersion>4.2.340.0</FileVersion>
22+
<Version>4.3.340</Version>
23+
<AssemblyVersion>4.3.340.0</AssemblyVersion>
24+
<FileVersion>4.3.340.0</FileVersion>
2525
<LangVersion>latest</LangVersion>
2626

2727
<Authors>Mario Di Vece, and Contributors to the FFME project</Authors>

Unosquare.FFME.Windows/Unosquare.FFME.Windows.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
<NeutralLanguage>en</NeutralLanguage>
1919

2020
<!-- Assembly Version Information -->
21-
<AssemblyVersion>4.2.340.0</AssemblyVersion>
22-
<FileVersion>4.2.340.0</FileVersion>
21+
<AssemblyVersion>4.3.340.0</AssemblyVersion>
22+
<FileVersion>4.3.340.0</FileVersion>
2323

2424
<!-- NuGet Package Properties -->
2525
<!-- https://docs.microsoft.com/en-us/nuget/reference/msbuild-targets#pack-target -->
2626
<PackageId>FFME.Windows</PackageId>
27-
<PackageVersion>4.2.340</PackageVersion>
28-
<Version>4.2.340</Version>
27+
<PackageVersion>4.3.340</PackageVersion>
28+
<Version>4.3.340</Version>
2929
<Authors>Mario Di Vece, and Contributors to the FFME project</Authors>
3030
<Title>FFME: The Adavanced WPF MediaElement Alternative</Title>
3131
<Description>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.</Description>
@@ -36,7 +36,7 @@
3636
<PackageIcon>ffme.png</PackageIcon>
3737
<PackageTags>ffme hls wpf ffmpeg mediaelement h264 h265 hevc audio video decoding playback frame</PackageTags>
3838
<PackageReleaseNotes>
39-
This is a release package of the Floyd Engine build referencing bindings to FFmpeg version 4.2.1
39+
This is a release package of the Floyd Engine build referencing bindings to FFmpeg version 4.3.1
4040
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
4141
Release details: https://github.com/unosquare/ffmediaelement/milestone/15?closed=1
4242
</PackageReleaseNotes>

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '4.2.340.{build}'
1+
version: '4.3.340.{build}'
22
image: Visual Studio 2019 Preview
33
configuration:
44
- Release

0 commit comments

Comments
 (0)