Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/MiniPdf.Cli/MiniPdf.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<Description>A command-line tool to convert Office files to PDF. Powered by MiniPdf.</Description>
<PackageTags>pdf;excel;xlsx;word;docx;powerpoint;pptx;converter;cli;tool;minipdf</PackageTags>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/shps951023/MiniPdf</PackageProjectUrl>
<RepositoryUrl>https://github.com/shps951023/MiniPdf.git</RepositoryUrl>
<PackageProjectUrl>https://github.com/mini-software/MiniPdf</PackageProjectUrl>
<RepositoryUrl>https://github.com/mini-software/MiniPdf.git</RepositoryUrl>
Comment on lines +26 to +27
<RepositoryType>git</RepositoryType>
<PackageReadmeFile>README.nuget.cli.md</PackageReadmeFile>
<PackageIcon>icon.png</PackageIcon>
Expand Down
4 changes: 2 additions & 2 deletions src/MiniPdf/MiniPdf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<Description>A minimal, zero-dependency .NET library for generating PDF documents from text, Excel, Word, and PowerPoint files.</Description>
<PackageTags>pdf;excel;xlsx;word;docx;powerpoint;pptx;converter;text;minipdf</PackageTags>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/shps951023/MiniPdf</PackageProjectUrl>
<RepositoryUrl>https://github.com/shps951023/MiniPdf.git</RepositoryUrl>
<PackageProjectUrl>https://github.com/mini-software/MiniPdf</PackageProjectUrl>
<RepositoryUrl>https://github.com/mini-software/MiniPdf.git</RepositoryUrl>
Comment on lines +17 to +18
<RepositoryType>git</RepositoryType>
<PackageReadmeFile>README.nuget.md</PackageReadmeFile>
<PackageIcon>icon.png</PackageIcon>
Expand Down
Loading