From 270559c3f7fd91b0e94228dcea7c3f70e7460a17 Mon Sep 17 00:00:00 2001 From: Frank Skare Date: Mon, 27 May 2019 18:53:27 +0200 Subject: [PATCH] - --- Changelog.md | 3 ++- Manual.md | 2 +- README.md | 2 +- mpv.net/Properties/AssemblyInfo.cs | 6 +++--- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Changelog.md b/Changelog.md index 3afdac2..6656d4f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -### not yet released +### 4.0 - on the start screen the mpv.NET icon is shown instead of the mpv icon, feedback and contributions regarding the icon are welcome! The paint.net @@ -10,6 +10,7 @@ - the config editor no longer shows the command line switches - the github start page was greatly improved - the setup.ps1 PowerShell script was greatly improved in regard of error handling and readability +- a [manual to mpv.net](Manual.md) was created ### 3.7 diff --git a/Manual.md b/Manual.md index e36fb4e..9c84473 100644 --- a/Manual.md +++ b/Manual.md @@ -1,4 +1,4 @@ -# mpv.net manual **(under construction)** +# mpv.net manual ## Table of contents diff --git a/README.md b/README.md index 11c429d..e27736b 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Media search feature powered by [Everything](https://www.voidtools.com) to find ### Manual -[Manual](Manual.md) **(under construction)** +[Manual](Manual.md) ### Context Menu diff --git a/mpv.net/Properties/AssemblyInfo.cs b/mpv.net/Properties/AssemblyInfo.cs index e3efdf6..aa6fa15 100644 --- a/mpv.net/Properties/AssemblyInfo.cs +++ b/mpv.net/Properties/AssemblyInfo.cs @@ -6,7 +6,7 @@ using System.Runtime.InteropServices; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("mpv.net")] -[assembly: AssemblyDescription("A lightweight media player")] +[assembly: AssemblyDescription("A modern media player")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("mpv.net")] @@ -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("3.7.0.0")] -[assembly: AssemblyFileVersion("3.7.0.0")] +[assembly: AssemblyVersion("4.0.0.0")] +[assembly: AssemblyFileVersion("4.0.0.0")]