Skip to content

Fix NuGet source repository links - #148

Merged
shps951023 merged 1 commit into
mainfrom
fix/nuget-repository-url
Sep 7, 2026
Merged

shps951023 merged 1 commit into
mainfrom
fix/nuget-repository-url

Conversation

@shps951023

@shps951023 shps951023 commented Sep 7, 2026

Copy link
Copy Markdown
Member

Summary

  • update PackageProjectUrl for MiniPdf and MiniPdf.Cli to the mini-software/MiniPdf organization repository
  • update RepositoryUrl for both packages to the matching Git repository URL

NuGet packages are immutable, so the existing 0.41.1 package metadata cannot be replaced. The corrected Source repository link will appear starting with the next published version.

Validation

Packed both projects with a temporary version and inspected the generated .nuspec files:

  • MiniPdf: project and repository URLs point to mini-software/MiniPdf
  • MiniPdf.Cli: project and repository URLs point to mini-software/MiniPdf
  • git diff --check origin/main...HEAD

Summary by CodeRabbit

  • Documentation
    • Updated NuGet package project and repository links to point to the current MiniPdf GitHub repository.

Copilot AI lite review requested due to automatic review settings September 7, 2026 05:16
@coderabbitai

coderabbitai Bot commented Sep 7, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Team

Run ID: 43d26859-f808-4e26-8c28-747b9e0dc763

📥 Commits

Reviewing files that changed from the base of the PR and between c6c2b8c and ed05e39.

📒 Files selected for processing (2)
  • src/MiniPdf.Cli/MiniPdf.Cli.csproj
  • src/MiniPdf/MiniPdf.csproj

Included review availability: Your plan provides up to 2 included reviews per hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

The NuGet metadata URLs in the CLI and library project files now point to the mini-software/MiniPdf GitHub repository.

Changes

Repository metadata

Layer / File(s) Summary
Update package repository URLs
src/MiniPdf.Cli/MiniPdf.Cli.csproj, src/MiniPdf/MiniPdf.csproj
The PackageProjectUrl and RepositoryUrl values now reference mini-software/MiniPdf instead of shps951023/MiniPdf.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to ed05e

The next package release will reference the corrected MiniPdf repository URLs, with no remaining merge-readiness risk identified.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: correcting the NuGet source repository links in both project files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/nuget-repository-url

Comment @coderabbitai help to get the list of available commands.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

The NuGet-packaged readme files referenced by these projects still contain old shps951023/MiniPdf links, so the NuGet-facing repository/source links are not fully corrected.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

Updates NuGet package metadata so the MiniPdf and MiniPdf.Cli packages point to the canonical mini-software/MiniPdf GitHub repository, ensuring correct repository links for future published versions.

Changes:

  • Updated PackageProjectUrl for MiniPdf to https://github.com/mini-software/MiniPdf.
  • Updated PackageProjectUrl for MiniPdf.Cli to https://github.com/mini-software/MiniPdf.
  • Updated RepositoryUrl for both packages to https://github.com/mini-software/MiniPdf.git.
File summaries
File Description
src/MiniPdf/MiniPdf.csproj Updates NuGet package project/repository URLs to the mini-software/MiniPdf repo.
src/MiniPdf.Cli/MiniPdf.Cli.csproj Updates NuGet package project/repository URLs to the mini-software/MiniPdf repo.
Review details
  • Files reviewed: 2/2 changed files
  • Comments generated: 2
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines +26 to +27
<PackageProjectUrl>https://github.com/mini-software/MiniPdf</PackageProjectUrl>
<RepositoryUrl>https://github.com/mini-software/MiniPdf.git</RepositoryUrl>
Comment on lines +17 to +18
<PackageProjectUrl>https://github.com/mini-software/MiniPdf</PackageProjectUrl>
<RepositoryUrl>https://github.com/mini-software/MiniPdf.git</RepositoryUrl>
@shps951023
shps951023 merged commit f910664 into main Sep 7, 2026
4 checks passed
@shps951023
shps951023 deleted the fix/nuget-repository-url branch September 16, 2026 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants