Skip to content

Commit 72f2c79

Browse files
committed
Upgrading version to 361
1 parent 6ceff20 commit 72f2c79

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.md

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

1414
## Status Updates
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: (2024-05-21) - BETA 1 Release 7.0.360.1 is now available, (see the <a href="https://github.com/unosquare/ffmediaelement/releases">Releases</a>)
16+
- Current Status: (2024-06-26) - BETA 1 Release 7.0.361.1 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">7.0</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
@@ -31,9 +31,9 @@
3131
<RepositoryType>GitHub</RepositoryType>
3232
<RepositoryUrl>https://github.com/unosquare/ffmediaelement</RepositoryUrl>
3333

34-
<Version>7.0.360-beta.1</Version>
35-
<AssemblyVersion>7.0.360.1</AssemblyVersion>
36-
<FileVersion>7.0.360.1</FileVersion>
34+
<Version>7.0.361-beta.1</Version>
35+
<AssemblyVersion>7.0.361.1</AssemblyVersion>
36+
<FileVersion>7.0.361.1</FileVersion>
3737
<LangVersion>preview</LangVersion>
3838

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

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
<NeutralLanguage>en</NeutralLanguage>
3030

3131
<!-- Assembly Version Information -->
32-
<AssemblyVersion>7.0.360.1</AssemblyVersion>
33-
<FileVersion>7.0.360.1</FileVersion>
32+
<AssemblyVersion>7.0.361.1</AssemblyVersion>
33+
<FileVersion>7.0.361.1</FileVersion>
3434

3535
<!-- NuGet Package Properties -->
3636
<!-- https://docs.microsoft.com/en-us/nuget/reference/msbuild-targets#pack-target -->
3737
<PackageId>FFME.Windows</PackageId>
38-
<PackageVersion>7.0.360-beta.1</PackageVersion>
39-
<Version>7.0.360-beta.1</Version>
38+
<PackageVersion>7.0.361-beta.1</PackageVersion>
39+
<Version>7.0.361-beta.1</Version>
4040
<Authors>Mario Di Vece, and Contributors to the FFME project</Authors>
4141
<Title>FFME: The Adavanced WPF MediaElement Alternative</Title>
4242
<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>

appveyor.yml

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

0 commit comments

Comments
 (0)