Skip to content

Ship public APIs and bump version to 0.1.1#117

Merged
jonathanpeppers merged 1 commit into
mainfrom
jonathanpeppers/ship-apis-bump-0-1-1
May 5, 2026
Merged

Ship public APIs and bump version to 0.1.1#117
jonathanpeppers merged 1 commit into
mainfrom
jonathanpeppers/ship-apis-bump-0-1-1

Conversation

@jonathanpeppers
Copy link
Copy Markdown
Owner

Moves all entries from PublicAPI.Unshipped.txt to PublicAPI.Shipped.txt and bumps the package version from 0.1.0 to 0.1.1 in Directory.Build.props.

Changes

  • PublicAPI.Shipped.txt -- added the four SortingNetworkAttribute API entries
  • PublicAPI.Unshipped.txt -- cleared (only the #nullable enable header remains)
  • Directory.Build.props -- Version updated from 0.1.0 to 0.1.1

Move all entries from PublicAPI.Unshipped.txt to PublicAPI.Shipped.txt
and update Version in Directory.Build.props from 0.1.0 to 0.1.1.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings May 5, 2026 00:55
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 finalizes the repository’s initial public API baseline by moving the existing SortingNetworkAttribute surface from the analyzer’s unshipped file into the shipped file and bumps the shared package version to 0.1.1. It fits the codebase’s packaging setup, where release metadata is managed centrally in Directory.Build.props.

Changes:

  • Marks SortingNetworkAttribute and its members as shipped API in PublicAPI.Shipped.txt.
  • Clears PublicAPI.Unshipped.txt after promoting the pending API entries.
  • Updates the repository-wide package version from 0.1.0 to 0.1.1.

Reviewed changes

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

File Description
SortingNetworks/PublicAPI.Unshipped.txt Removes the pending API entries now that they are considered shipped.
SortingNetworks/PublicAPI.Shipped.txt Adds the four public SortingNetworkAttribute API entries as the shipped baseline.
Directory.Build.props Bumps the centrally managed repository/package version to 0.1.1.

@jonathanpeppers jonathanpeppers merged commit c20fa28 into main May 5, 2026
9 checks passed
@jonathanpeppers jonathanpeppers deleted the jonathanpeppers/ship-apis-bump-0-1-1 branch May 5, 2026 01:04
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