fix: correct repo URL slug + bump to 0.9.0#179
Merged
Conversation
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This was referenced Jun 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The
<PackageProjectUrl>and<RepositoryUrl>in both package projects pointed at a non-existent repo slugChris-Wolfgang/ETL-TestKit(no hyphen). This broke SourceLink commit resolution and the NuGet Project URL. Corrected to the real slugChris-Wolfgang/ETL-Test-Kit(hyphenated) in both<PackageProjectUrl>and<RepositoryUrl>— 4 lines across the two csproj files.Also bumped
<Version>from0.8.1to0.9.0(MINOR) in both projects, reflecting the new public API shipping this release cycle.Changes
src/Wolfgang.Etl.TestKit/Wolfgang.Etl.TestKit.csproj: URL slug fix (2 lines) + version bumpsrc/Wolfgang.Etl.TestKit.Xunit/Wolfgang.Etl.TestKit.Xunit.csproj: URL slug fix (2 lines) + version bumpVerification
dotnet build src/Wolfgang.Etl.TestKit.Xunit/Wolfgang.Etl.TestKit.Xunit.csproj -c Release→ 0 warnings, 0 errorsNote:
Closes #Nintentionally not used — the release auto-closes its issues when vNext merges to main.🤖 Generated with Claude Code