deps: bump Wolfgang.Etl.Abstractions 0.13.0 → 0.13.1#161
Merged
Conversation
Consume the canonical maintenance fixes shipped in Abstractions v0.13.1 (now on NuGet). Non-breaking: Abstractions 0.13.0 -> 0.13.1 is a docs/metadata PATCH with no public API change, so TestKit stays a PATCH (0.8.1). Verified: Release build clean, 253 tests pass. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This was referenced Jun 26, 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.
Propagates Wolfgang.Etl.Abstractions 0.13.0 → 0.13.1 into TestKit, the first downstream consumer of the just-released Abstractions v0.13.1.
Both src packages (
Wolfgang.Etl.TestKit,Wolfgang.Etl.TestKit.Xunit) now reference Abstractions 0.13.1.Why PATCH
Abstractions 0.13.0 → 0.13.1 is a docs/metadata/CI release with no public API or runtime change (verified:
Reportstill a record, public surface unchanged). So TestKit's own surface is unchanged and it stays at 0.8.1 (already the vNext release version).Verified locally
dotnet restorepulls Abstractions 0.13.1 from NuGet.Folds into the v0.8.1 release (#112).