From 27b51d0da75debe90cbbffbc9d5b2562cbc23088 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Mon, 4 May 2026 19:54:52 -0500 Subject: [PATCH] Ship public APIs and bump version 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> --- Directory.Build.props | 2 +- SortingNetworks/PublicAPI.Shipped.txt | 4 ++++ SortingNetworks/PublicAPI.Unshipped.txt | 4 ---- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index cb0b9cd..df29e39 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ enable enable latest - 0.1.0 + 0.1.1 Copyright (c) Jonathan Peppers diff --git a/SortingNetworks/PublicAPI.Shipped.txt b/SortingNetworks/PublicAPI.Shipped.txt index 7dc5c58..f44ed24 100644 --- a/SortingNetworks/PublicAPI.Shipped.txt +++ b/SortingNetworks/PublicAPI.Shipped.txt @@ -1 +1,5 @@ #nullable enable +SortingNetworks.SortingNetworkAttribute +SortingNetworks.SortingNetworkAttribute.ElementType.get -> System.Type! +SortingNetworks.SortingNetworkAttribute.Size.get -> int +SortingNetworks.SortingNetworkAttribute.SortingNetworkAttribute(int size, System.Type! elementType) -> void diff --git a/SortingNetworks/PublicAPI.Unshipped.txt b/SortingNetworks/PublicAPI.Unshipped.txt index f44ed24..7dc5c58 100644 --- a/SortingNetworks/PublicAPI.Unshipped.txt +++ b/SortingNetworks/PublicAPI.Unshipped.txt @@ -1,5 +1 @@ #nullable enable -SortingNetworks.SortingNetworkAttribute -SortingNetworks.SortingNetworkAttribute.ElementType.get -> System.Type! -SortingNetworks.SortingNetworkAttribute.Size.get -> int -SortingNetworks.SortingNetworkAttribute.SortingNetworkAttribute(int size, System.Type! elementType) -> void