Rename NuGet PackageId to SortingNetworks.SourceGen#116
Merged
Conversation
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>
There was a problem hiding this comment.
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
SortingNetworksNuGetPackageIdtoSortingNetworks.SourceGen. - Updated the sample project’s
PackageReferenceto consumeSortingNetworks.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. |
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.
The PackageId
SortingNetworksis already taken on nuget.org by petarpetrovt/sorting-networks. This renames the PackageId toSortingNetworks.SourceGento avoid the conflict.Changes
PackageId→SortingNetworks.SourceGenPackageReferenceto match