This commit is contained in:
Frank Skare
2018-12-20 00:08:21 +01:00
parent ea8de8bd5a
commit 0f68c0cd3e
2 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ class Script
### Changes ### Changes
### 0.2.3 ### 0.2.4
- changed minimum runtime to .NET 4.7.2 - changed minimum runtime to .NET 4.7.2
- fixed mpv.net not working with new mpv lib - fixed mpv.net not working with new mpv lib

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.2.3.0")] [assembly: AssemblyVersion("0.2.4.0")]
[assembly: AssemblyFileVersion("0.2.3.0")] [assembly: AssemblyFileVersion("0.2.4.0")]