From 0a28f13d51f2d8f30753d5eaf1d243dcdf0bd113 Mon Sep 17 00:00:00 2001 From: Frank Skare Date: Thu, 5 Sep 2019 19:00:54 +0200 Subject: [PATCH] 5.4 Release --- Changelog.md | 4 ++-- mpv.net/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index c55943d..8b4264f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,8 +1,8 @@ -### +### 5.4 - added taskbar-progress implementation - added new setting to start with maximized window -- long file names work now even if not enabled by the OS +- long file paths work now even if not enabled by the OS - fixed history being written even when history file wasn't created prior - libmpv updated to shinchiro 2019-08-31 diff --git a/mpv.net/Properties/AssemblyInfo.cs b/mpv.net/Properties/AssemblyInfo.cs index 809bfa1..3f03797 100644 --- a/mpv.net/Properties/AssemblyInfo.cs +++ b/mpv.net/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // 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("5.3.0.0")] -[assembly: AssemblyFileVersion("5.3.0.0")] +[assembly: AssemblyVersion("5.4.0.0")] +[assembly: AssemblyFileVersion("5.4.0.0")]