Skip to content

Commit

Permalink
updating version numbers to match new FFmpeg version
Browse files Browse the repository at this point in the history
  • Loading branch information
mariodivece committed Nov 27, 2020
1 parent 5fff418 commit 002132e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://github.com/unosquare/ffmediaelement/releases">Releases</a>)
- Current Status: (2020-11-27) - Release 4.3.340 is now available, (see the <a href="https://github.com/unosquare/ffmediaelement/releases">Releases</a>)
- NuGet Package available here: https://www.nuget.org/packages/FFME.Windows/
- 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)
- 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<RepositoryType>GitHub</RepositoryType>
<RepositoryUrl>https://github.com/unosquare/ffmediaelement</RepositoryUrl>

<Version>4.2.340</Version>
<AssemblyVersion>4.2.340.0</AssemblyVersion>
<FileVersion>4.2.340.0</FileVersion>
<Version>4.3.340</Version>
<AssemblyVersion>4.3.340.0</AssemblyVersion>
<FileVersion>4.3.340.0</FileVersion>
<LangVersion>latest</LangVersion>

<Authors>Mario Di Vece, and Contributors to the FFME project</Authors>
Expand Down
10 changes: 5 additions & 5 deletions Unosquare.FFME.Windows/Unosquare.FFME.Windows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
<NeutralLanguage>en</NeutralLanguage>

<!-- Assembly Version Information -->
<AssemblyVersion>4.2.340.0</AssemblyVersion>
<FileVersion>4.2.340.0</FileVersion>
<AssemblyVersion>4.3.340.0</AssemblyVersion>
<FileVersion>4.3.340.0</FileVersion>

<!-- NuGet Package Properties -->
<!-- https://docs.microsoft.com/en-us/nuget/reference/msbuild-targets#pack-target -->
<PackageId>FFME.Windows</PackageId>
<PackageVersion>4.2.340</PackageVersion>
<Version>4.2.340</Version>
<PackageVersion>4.3.340</PackageVersion>
<Version>4.3.340</Version>
<Authors>Mario Di Vece, and Contributors to the FFME project</Authors>
<Title>FFME: The Adavanced WPF MediaElement Alternative</Title>
<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>
Expand All @@ -36,7 +36,7 @@
<PackageIcon>ffme.png</PackageIcon>
<PackageTags>ffme hls wpf ffmpeg mediaelement h264 h265 hevc audio video decoding playback frame</PackageTags>
<PackageReleaseNotes>
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
</PackageReleaseNotes>
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '4.2.340.{build}'
version: '4.3.340.{build}'
image: Visual Studio 2019 Preview
configuration:
- Release
Expand Down

0 comments on commit 002132e

Please sign in to comment.