Skip to content

fix: correct NuGet repository URLs - #2

Open
ddeml wants to merge 1 commit into
drmathias:mainfrom
ddeml:codex/fix-nuget-repository-urls
Open

fix: correct NuGet repository URLs#2
ddeml wants to merge 1 commit into
drmathias:mainfrom
ddeml:codex/fix-nuget-repository-urls

Conversation

@ddeml

@ddeml ddeml commented Jul 19, 2026

Copy link
Copy Markdown

Summary

  • correct PackageProjectUrl and RepositoryUrl to point to https://github.com/drmathias/robots
  • ensure future NuGet packages link to the actual project and source repository

Root cause

The package metadata still referenced the nonexistent drmathias/Robots.Txt.Parser repository.

Impact

Future releases will display working project and source links on NuGet.org. Already-published package metadata remains unchanged until a new version is released.

Validation

  • dotnet build .\Robots.Txt.Parser.slnx -c Release passed with no warnings or errors
  • dotnet pack .\src\Robots.Txt.Parser\Robots.Txt.Parser.csproj -c Release --no-build passed
  • inspected the generated .nuspec; both projectUrl and repository url contain https://github.com/drmathias/robots
  • full test run: 149 passed; 6 unrelated existing tests failed in size-boundary and locale-sensitive parsing scenarios

Closes #1

@ddeml
ddeml marked this pull request as ready for review July 19, 2026 23:20
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.

Allegedly incorrect project URL on nuget.org

1 participant