From fd3ea9afe95aba0cddcfc73ac6c556a267dca470 Mon Sep 17 00:00:00 2001 From: stax76 Date: Fri, 9 Jan 2026 06:03:08 +0100 Subject: [PATCH] Misc --- docs/changelog.md | 2 +- src/Tools/release-mpv.net.ps1 | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 69b4ea4..8a3d2ff 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,7 +1,7 @@ # v7.1.1.6 Beta (20??-??-??) -- libmpv updated to v0.41. +- libmpv updated to v0.41 2026-01-09. - The Japanese and Turkish translations were updated. Thanks to the translators! diff --git a/src/Tools/release-mpv.net.ps1 b/src/Tools/release-mpv.net.ps1 index 17170e2..8e71d68 100644 --- a/src/Tools/release-mpv.net.ps1 +++ b/src/Tools/release-mpv.net.ps1 @@ -14,6 +14,9 @@ Dependencies: Inno Setup compiler installation found at: 'C:\Program Files (x86)\Inno Setup 6\ISCC.exe'. GitHub CLI https://cli.github.com, the env var GH_TOKEN must be defined. +Notes: + Before you run the script you need to update the versions found in the file: + \mpv.net\src\MpvNet.Windows\MpvNet.Windows.csproj #> # Stop when the first error occurs