From ed05e39d3028be9ceb6f2f576a51df190d300fb3 Mon Sep 17 00:00:00 2001 From: Wei Lin Date: Mon, 7 Sep 2026 13:12:31 +0800 Subject: [PATCH] fix(nuget): correct source repository URL --- src/MiniPdf.Cli/MiniPdf.Cli.csproj | 4 ++-- src/MiniPdf/MiniPdf.csproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/MiniPdf.Cli/MiniPdf.Cli.csproj b/src/MiniPdf.Cli/MiniPdf.Cli.csproj index 0f7282e3..69c1fb92 100644 --- a/src/MiniPdf.Cli/MiniPdf.Cli.csproj +++ b/src/MiniPdf.Cli/MiniPdf.Cli.csproj @@ -23,8 +23,8 @@ A command-line tool to convert Office files to PDF. Powered by MiniPdf. pdf;excel;xlsx;word;docx;powerpoint;pptx;converter;cli;tool;minipdf Apache-2.0 - https://github.com/shps951023/MiniPdf - https://github.com/shps951023/MiniPdf.git + https://github.com/mini-software/MiniPdf + https://github.com/mini-software/MiniPdf.git git README.nuget.cli.md icon.png diff --git a/src/MiniPdf/MiniPdf.csproj b/src/MiniPdf/MiniPdf.csproj index 3a94c729..7e79afa5 100644 --- a/src/MiniPdf/MiniPdf.csproj +++ b/src/MiniPdf/MiniPdf.csproj @@ -14,8 +14,8 @@ A minimal, zero-dependency .NET library for generating PDF documents from text, Excel, Word, and PowerPoint files. pdf;excel;xlsx;word;docx;powerpoint;pptx;converter;text;minipdf Apache-2.0 - https://github.com/shps951023/MiniPdf - https://github.com/shps951023/MiniPdf.git + https://github.com/mini-software/MiniPdf + https://github.com/mini-software/MiniPdf.git git README.nuget.md icon.png