From 9a6bf5a4811d7bc631e8b6cd99e97ab7724430b8 Mon Sep 17 00:00:00 2001 From: stax76 Date: Sun, 3 Jul 2022 10:35:39 +0200 Subject: [PATCH] v6.0.3.0 update changelog --- docs/Changelog.md | 5 +++++ src/Misc/Settings.cs | 1 - src/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/Changelog.md b/docs/Changelog.md index b137059..18efe6f 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,4 +1,9 @@ +# 6.0.3.0 (2022-07-03) + +- Fix the rare occasion of duplicated playlist entries produced by the auto-load-folder feature. + + # 6.0.2.0 (2022-07-02) - Fix main window shown collapsed when the player was started with full screen. diff --git a/src/Misc/Settings.cs b/src/Misc/Settings.cs index 39e1b6a..17177f3 100644 --- a/src/Misc/Settings.cs +++ b/src/Misc/Settings.cs @@ -23,7 +23,6 @@ namespace mpvnet public Size WindowSize; public string ConfigEditorSearch = "Video:"; public string Mute = "no"; - public string UpdateCheckVersion = ""; } class SettingsManager diff --git a/src/Properties/AssemblyInfo.cs b/src/Properties/AssemblyInfo.cs index 280802c..ceb7f05 100644 --- a/src/Properties/AssemblyInfo.cs +++ b/src/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("6.0.2.0")] -[assembly: AssemblyFileVersion("6.0.2.0")] +[assembly: AssemblyVersion("6.0.3.0")] +[assembly: AssemblyFileVersion("6.0.3.0")]