Skip to content

Commit

Permalink
Upgrading version to 361
Browse files Browse the repository at this point in the history
  • Loading branch information
mariodivece committed Jun 26, 2024
1 parent 6ceff20 commit 72f2c79
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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 @@

## 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 <a href="https://github.com/unosquare/ffmediaelement/releases">Releases</a>)
- 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>)
- NuGet Package available here: https://www.nuget.org/packages/FFME.Windows/
- 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)
- 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 @@ -31,9 +31,9 @@
<RepositoryType>GitHub</RepositoryType>
<RepositoryUrl>https://github.com/unosquare/ffmediaelement</RepositoryUrl>

<Version>7.0.360-beta.1</Version>
<AssemblyVersion>7.0.360.1</AssemblyVersion>
<FileVersion>7.0.360.1</FileVersion>
<Version>7.0.361-beta.1</Version>
<AssemblyVersion>7.0.361.1</AssemblyVersion>
<FileVersion>7.0.361.1</FileVersion>
<LangVersion>preview</LangVersion>

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

<!-- Assembly Version Information -->
<AssemblyVersion>7.0.360.1</AssemblyVersion>
<FileVersion>7.0.360.1</FileVersion>
<AssemblyVersion>7.0.361.1</AssemblyVersion>
<FileVersion>7.0.361.1</FileVersion>

<!-- NuGet Package Properties -->
<!-- https://docs.microsoft.com/en-us/nuget/reference/msbuild-targets#pack-target -->
<PackageId>FFME.Windows</PackageId>
<PackageVersion>7.0.360-beta.1</PackageVersion>
<Version>7.0.360-beta.1</Version>
<PackageVersion>7.0.361-beta.1</PackageVersion>
<Version>7.0.361-beta.1</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 Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '7.0.360.{build}'
version: '7.0.361.{build}'
image: Visual Studio 2019 Preview
configuration:
- Release
Expand Down

0 comments on commit 72f2c79

Please sign in to comment.