diff --git a/Changelog.md b/Changelog.md index 0bfbb5c..0b37be9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -### +### 5.0 - [changed icon design](https://github.com/stax76/mpv.net/blob/master/img/mpvnet.png) - libmpv was updated to shinchiro 2019-07-14 @@ -13,11 +13,11 @@ extensions, modules, packages etc.. mpv.net follows Google Chrome as the worlds most popular extendable app, Chrome uses the term Extension. - a thread synchronisation bug was fixed, the shutdown thread was aborted - if it was running more then 3 seconds, this caused the rating addon + if it was running more then 3 seconds, this caused the rating extension to fail if it was waiting for a drive to wakeup - a new JavaScript was included to show the playlist with a smaller font size, the script is located at startup/scripts -- terminal support added via mpvnet.com, this brings mpv.net to a new level :-) +- terminal support added using mpvnet.com ! - script engine performence and error handling was improved - the [scripting wiki page](https://github.com/stax76/mpv.net/wiki/Scripting) was improved - the C# scripting host extension was converted from VB to C# because it's not diff --git a/mpv.net/Properties/AssemblyInfo.cs b/mpv.net/Properties/AssemblyInfo.cs index 39854c4..aa80051 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("4.7.7.0")] -[assembly: AssemblyFileVersion("4.7.7.0")] +[assembly: AssemblyVersion("5.0.0.0")] +[assembly: AssemblyFileVersion("5.0.0.0")]