From fd53b4691a7d81d590766127e6ba9e5e2c6a7b08 Mon Sep 17 00:00:00 2001 From: Standley Gury Date: Thu, 26 Feb 2026 13:37:34 +0800 Subject: [PATCH] Migrate to centralized NuGet package management (CPM) --- Directory.Packages.props | 25 +++++++++++++++++++ WpfDemoApp/WpfDemoApp.csproj | 6 ++--- .../YoutubeDLSharp.Tests.csproj | 6 ++--- YoutubeDLSharp/YoutubeDLSharp.csproj | 24 +++++++++--------- 4 files changed, 43 insertions(+), 18 deletions(-) create mode 100644 Directory.Packages.props diff --git a/Directory.Packages.props b/Directory.Packages.props new file mode 100644 index 0000000..a1a2804 --- /dev/null +++ b/Directory.Packages.props @@ -0,0 +1,25 @@ + + + + + true + + + + + + + + + + + + + + + + + + + + diff --git a/WpfDemoApp/WpfDemoApp.csproj b/WpfDemoApp/WpfDemoApp.csproj index 3f6f6ba..7050c51 100644 --- a/WpfDemoApp/WpfDemoApp.csproj +++ b/WpfDemoApp/WpfDemoApp.csproj @@ -10,8 +10,8 @@ - - - + + + \ No newline at end of file diff --git a/YoutubeDLSharp.Tests/YoutubeDLSharp.Tests.csproj b/YoutubeDLSharp.Tests/YoutubeDLSharp.Tests.csproj index fdb1b64..34357a7 100644 --- a/YoutubeDLSharp.Tests/YoutubeDLSharp.Tests.csproj +++ b/YoutubeDLSharp.Tests/YoutubeDLSharp.Tests.csproj @@ -6,9 +6,9 @@ - - - + + + diff --git a/YoutubeDLSharp/YoutubeDLSharp.csproj b/YoutubeDLSharp/YoutubeDLSharp.csproj index c3e07fa..1a07b4d 100644 --- a/YoutubeDLSharp/YoutubeDLSharp.csproj +++ b/YoutubeDLSharp/YoutubeDLSharp.csproj @@ -8,11 +8,11 @@ Note: Package versions >= 1.0 are optimized to work with yt-dlp. Package versions 0.x retain support for the original youtube-dl. - + © 2020-2026 Bluegrams BSD-3-Clause https://github.com/Bluegrams/YoutubeDLSharp - README.md + README.md youtube video download youtube-dl yt-dlp 7.3 true @@ -21,31 +21,31 @@ Package versions 0.x retain support for the original youtube-dl. 1.2.0 - + $([System.DateTime]::Now.ToString(yy)) $([System.DateTime]::Now.DayOfYear) $(VersionPrefix).$(BuildYear)$(BuildDay) https://github.com/Bluegrams/YoutubeDLSharp/blob/master/Changelog.md - https://github.com/Bluegrams/YoutubeDLSharp + https://github.com/Bluegrams/YoutubeDLSharp - true - snupkg + true + snupkg true - true + true - + - + - - - + + +