Skip to content

Add Version, PackageTags, and Copyright for NuGet package#115

Merged
jonathanpeppers merged 1 commit into
mainfrom
jonathanpeppers/add-nuget-package-metadata
May 3, 2026
Merged

Add Version, PackageTags, and Copyright for NuGet package#115
jonathanpeppers merged 1 commit into
mainfrom
jonathanpeppers/add-nuget-package-metadata

Conversation

@jonathanpeppers
Copy link
Copy Markdown
Owner

Prepares the NuGet package metadata for an initial 0.1.0 release.

  • Version set to 0.1.0 in Directory.Build.props so it applies to all projects
  • Copyright added in Directory.Build.props
  • PackageTags added in SortingNetworks.csproj (sorting, sorting-network, source-generator, simd, performance) to improve discoverability on nuget.org

Verified the resulting .nupkg contains all expected metadata.

- Set Version to 0.1.0 in Directory.Build.props
- Add Copyright in Directory.Build.props
- Add PackageTags (sorting, sorting-network, source-generator, simd, performance)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings May 3, 2026 19:36
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 prepares the repository for publishing the initial 0.1.0 NuGet package by centralizing shared package/version metadata and adding discoverability metadata to the main package project. It fits the codebase as a packaging-only update for the SortingNetworks library and its bundled source generator.

Changes:

  • Set a repository-wide Version and Copyright in Directory.Build.props.
  • Added PackageTags to SortingNetworks/SortingNetworks.csproj for NuGet searchability.

Reviewed changes

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

File Description
SortingNetworks/SortingNetworks.csproj Adds NuGet package tags to improve package discoverability.
Directory.Build.props Centralizes shared release metadata for all projects.

@jonathanpeppers jonathanpeppers merged commit b4a62b6 into main May 3, 2026
10 checks passed
@jonathanpeppers jonathanpeppers deleted the jonathanpeppers/add-nuget-package-metadata branch May 3, 2026 22:50
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