Skip to content

Commit 3b4788b

Browse files
committed
Update yt-dlp.exe to version 2025.10.22
Updated the README.md to reflect the new version of `yt-dlp.exe` from v2025.10.14 to v2025.10.22. This change is made in both the package description and the "Latest Version" feature section. Additionally, the ytdlp.executable.csproj file has been updated to ensure the version number is consistent with the README.md.
1 parent 33e8280 commit 3b4788b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ytdlp.executable/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
# YTDLP-Executable
44

5-
**YTDLP-Executable** is a NuGet package that includes the latest version of `yt-dlp.exe` (v2025.10.14). It is designed to complement the **YTDLP-Wrapper** library or any other application that requires the `yt-dlp` executable for powerful media downloading capabilities.
5+
**YTDLP-Executable** is a NuGet package that includes the latest version of `yt-dlp.exe` (v2025.10.22). It is designed to complement the **YTDLP-Wrapper** library or any other application that requires the `yt-dlp` executable for powerful media downloading capabilities.
66

77
## Features
8-
- **Latest Version**: Always ships with the latest version of `yt-dlp.exe` (current version: **v2025.10.14**).
8+
- **Latest Version**: Always ships with the latest version of `yt-dlp.exe` (current version: **v2025.10.22**).
99
- **Standalone Package**: Provides only the `yt-dlp.exe` binary for easy integration.
1010
- **Complementary**: Works perfectly with the **YTDLP-Wrapper** library.
1111

ytdlp.executable/ytdlp.executable.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<Icon>icon.png</Icon>
1818
<PackageIcon>icon.png</PackageIcon>
1919
<PackageReadmeFile>README.md</PackageReadmeFile>
20-
<Version>2025.10.14</Version>
20+
<Version>2025.10.22</Version>
2121
<IsPackable>true</IsPackable>
2222
<AotAssemblies>true</AotAssemblies>
2323
</PropertyGroup>

0 commit comments

Comments
 (0)