release: prep Wolfgang.Etl.Abstractions 0.16.0 - #277
Merged
Conversation
- Bump <Version> 0.15.0 -> 0.16.0 (MINOR — adds the generic EtlPipeline surface; no breaking change). AssemblyVersion stays pinned at 1.0.0.0. - CHANGELOG: add the [0.16.0] section describing EtlPipeline. - PublicAPI: promote PublicAPI.Unshipped.txt -> PublicAPI.Shipped.txt and reset Unshipped. This moves the EtlPipeline surface AND the ISupportDryRun entries that the 0.15.0 release never promoted (RS0016 is off so it never failed the build, but Shipped had been out of sync since 0.15.0) — Shipped now reflects everything released through 0.16.0. Additive-only public-API change. src builds clean across all TFMs; 276 tests pass. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This was referenced Jul 22, 2026
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.
Release prep for Wolfgang.Etl.Abstractions 0.16.0, targeting
vNext(which already has the EtlPipeline core from #276).Changes
0.15.0 → 0.16.0— MINOR, additive-only (the genericEtlPipelinesurface).AssemblyVersionstays pinned at1.0.0.0so .NET Framework consumers need no binding redirect;FileVersion→0.16.0.0.[0.16.0]section documentingEtlPipeline.PublicAPI.Unshipped.txt→PublicAPI.Shipped.txt(147 → 172 entries) and reset Unshipped. This also catches upISupportDryRun, which the 0.15.0 release never promoted (RS0016 is off so it never broke the build, but Shipped had drifted since 0.15.0). Shipped now reflects everything released through 0.16.0.Verification
srcbuilds clean across all TFMs (RS0017 validates the promoted API; warnings-as-errors).AssemblyVersion=1.0.0.0,FileVersion=0.16.0.0,Informational=0.16.0+<sha>.After this merges (release steps — you drive)
vNext → main(protected-file split/bypass if needed).v0.16.0on main →release.yamlvalidates tag==csproj<Version>, packs, publishes to NuGet, deploys docs.No
PackageValidationBaselineVersionchange — the diff is purely additive so package validation passes against the 0.15.0 baseline.