build: bump Packet.* pins to 0.19.0 - #17
Merged
Merged
Conversation
Refresh the Packet.* library pins from 0.18.0 to 0.19.0. The only consumed library that changed is Packet.Kiss.Serial, which adds an additive OpenTcp method (source-compatible; no consumer changes needed). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012m2vXbAtqNhDkqcEmzg5ny
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.
Refresh the Packet.* library pins from 0.18.0 → 0.19.0 (Central Package Management,
Directory.Packages.props).What 0.19.0 brings
0.19.0 adds the split-station
OpenTcpremote-serial seam. For axcall the only consumed library that changed isPacket.Kiss.Serial, which gains an additiveOpenTcpmethod — source-compatible, no consumer source changes needed. This is a straight dependency refresh.Pins bumped
Packet.Core0.18.0 → 0.19.0Packet.Ax250.18.0 → 0.19.0Packet.Ax25.Transport.Abstractions0.18.0 → 0.19.0Packet.Kiss0.18.0 → 0.19.0Packet.Kiss.Serial0.18.0 → 0.19.0Verification
dotnet restore— resolves cleanly against 0.19.0dotnet build— succeeds, 0 warningsdotnet test --filter "Category!=Integration"— 25 passed, 0 failed (Docker-backed Integration suite excluded locally; CI runs it)🤖 Generated with Claude Code