manual update

This commit is contained in:
Frank Skare
2019-11-12 22:03:05 +01:00
parent 65177c448b
commit d3ad1091ec
2 changed files with 2 additions and 2 deletions

View File

@@ -794,7 +794,7 @@ The update routine requires PowerShell 5 and curl, an up to date Windows 10 syst
### Help > About mpv.net
Shows the mpv.net about dialog.
Shows the mpv.net about dialog which shows a copyright notice, the versions of mpv.net and libmpv and a license notice (MIT).
### Exit

View File

@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Frank Skare (stax76)")]
[assembly: AssemblyProduct("mpv.net")]
[assembly: AssemblyCopyright("Copyright © 2017-2019 Frank Skare (stax76)")]
[assembly: AssemblyCopyright("Copyright (c) 2017-2019 Frank Skare (stax76)")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]