Skip to content

Rename NuGet PackageId to SortingNetworks.SourceGen#116

Merged
jonathanpeppers merged 1 commit into
mainfrom
jonathanpeppers/rename-nuget-package-id
May 5, 2026
Merged

Rename NuGet PackageId to SortingNetworks.SourceGen#116
jonathanpeppers merged 1 commit into
mainfrom
jonathanpeppers/rename-nuget-package-id

Conversation

@jonathanpeppers
Copy link
Copy Markdown
Owner

The PackageId SortingNetworks is already taken on nuget.org by petarpetrovt/sorting-networks. This renames the PackageId to SortingNetworks.SourceGen to avoid the conflict.

Changes

  • SortingNetworks.csprojPackageIdSortingNetworks.SourceGen
  • samples/SortingNetworks.Sample.csproj — updated PackageReference to match
  • README.md — updated NuGet package name references

The PackageId 'SortingNetworks' is already taken on nuget.org by
petarpetrovt/sorting-networks. Rename to 'SortingNetworks.SourceGen'
to avoid conflict.

- Update PackageId in SortingNetworks.csproj
- Update PackageReference in sample project
- Update README.md references

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings May 5, 2026 00:46
@jonathanpeppers jonathanpeppers merged commit a69b573 into main May 5, 2026
7 checks passed
@jonathanpeppers jonathanpeppers deleted the jonathanpeppers/rename-nuget-package-id branch May 5, 2026 00:48
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR resolves a NuGet naming conflict by renaming the published package’s PackageId from SortingNetworks to SortingNetworks.SourceGen, and updates downstream references so the sample project and README align with the new package identity.

Changes:

  • Updated SortingNetworks NuGet PackageId to SortingNetworks.SourceGen.
  • Updated the sample project’s PackageReference to consume SortingNetworks.SourceGen.
  • Updated README references to the new NuGet package name.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
SortingNetworks/SortingNetworks.csproj Changes the NuGet PackageId to SortingNetworks.SourceGen to avoid an existing nuget.org conflict.
samples/SortingNetworks.Sample/SortingNetworks.Sample.csproj Updates the sample’s PackageReference to the renamed package.
README.md Updates documentation text to reference the new NuGet package name.

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