Skip to content

Commit

Permalink
Preparing for 3.4.220 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mariodivece committed Mar 7, 2018
1 parent 14715cc commit 2c0ed12
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

## Announcements
- If you would like to support this project, you can show your appreciation via [PayPal.Me](https://www.paypal.me/mariodivece/50usd)
- Current Status: (2018-02-19) - Release 3.4.210 is now available, (see the <a href="https://github.com/unosquare/ffmediaelement/releases">Releases</a>)
- Current Status: (2018-03-07) - Release 3.4.220 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="http://ffmpeg.zeranoe.com/builds/win32/shared/ffmpeg-3.4.1-win32-shared.zip">3.4.1 (32-bit)</a>

Expand Down Expand Up @@ -70,7 +70,7 @@ A high-level diagram is provided as additional reference below.

- I am planning the next version of this control, `Floyd`. See the **Issues** section.
- Working on Hardware acceleration. Maybe CUDA for highest compatibility.
- Starting version 3.4.210 FFME supports opening capture devices. See examples below and [issue #48](https://github.com/unosquare/ffmediaelement/issues/48)
- FFME supports opening capture devices. See examples below and [issue #48](https://github.com/unosquare/ffmediaelement/issues/48)
```
device://dshow/?audio=Microphone (Vengeance 2100)
device://gdigrab?title=Command Prompt
Expand Down
2 changes: 1 addition & 1 deletion Support/ffme.win.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>FFME.Windows</id>
<version>3.4.210</version>
<version>3.4.220</version>
<title>FFME: WPF MediaElement Control Alternative</title>
<authors>Mario Di Vece and the FFME contributors</authors>
<owners>MarioDiVece,Unosquare</owners>
Expand Down
2 changes: 1 addition & 1 deletion Unosquare.FFME.Common/Unosquare.FFME.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
<RootNamespace>Unosquare.FFME</RootNamespace>
<Version>3.4.1.210</Version>
<Version>3.4.1.220</Version>
<Authors>Mario Di Vece and Contributors to the FFME project</Authors>
<Company>Unosquare SA de CV</Company>
<Product>FFME Cross-Platform Media Engine</Product>
Expand Down
4 changes: 2 additions & 2 deletions Unosquare.FFME.Windows.Sample/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2018.2.19.*")]
[assembly: AssemblyFileVersion("3.4.210")]
[assembly: AssemblyVersion("2018.3.7.*")]
[assembly: AssemblyFileVersion("3.4.220")]
4 changes: 2 additions & 2 deletions Unosquare.FFME.Windows/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2018.2.19.*")]
[assembly: AssemblyFileVersion("3.4.210")]
[assembly: AssemblyVersion("2018.3.7.*")]
[assembly: AssemblyFileVersion("3.4.220")]

0 comments on commit 2c0ed12

Please sign in to comment.