Bump net-did 2.0.1→2.2.0 and NetCrypto 1.1.0→1.2.0 (v4.1.0)#128
Merged
Conversation
Foundation-pin bump only (issue #127) so a consumer graph can converge cleanly at net-did 2.2.0 / NetCrypto 1.2.0 — required for net-wallet-sdk 0.2.0's identity document-update / key-rotation integrity contract (FR-ID-10), which depends on net-did 2.2.0's DidUpdateResult evidence. - ZcapLd.Core: NetCrypto 1.1.0→1.2.0, NetDid.Core & NetDid.Method.Key 2.0.1→2.2.0 - ZcapLd.Interop: NetCrypto 1.1.0→1.2.0, NetDid.Core 2.0.1→2.2.0 - ZcapLdVersion 4.0.0→4.1.0 Additive: the surfaces ZcapLd uses (DID resolution, did:key) are unchanged; net-did 2.2.0's new DidUpdateResult members are nullable additions. No source, API, or wire changes. Restore is clean (no NU1605); resolved graph converges at 2.2.0/1.2.0; full suite green (464 Core + 33 AspNetCore). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Closes #127.
Summary
Foundation-pin bump only so a consumer graph can converge cleanly at net-did 2.2.0 / NetCrypto 1.2.0 — required for
net-wallet-sdk0.2.0's identity document-update / key-rotation integrity contract (FR-ID-10), which depends on net-did 2.2.0'sDidUpdateResultevidence. No source, API, or wire changes; capabilities issued by 4.0.0 verify unchanged.Changes
src/ZcapLd.Core/ZcapLd.Core.csproj1.1.0→1.2.0, NetDid.Core & NetDid.Method.Key2.0.1→2.2.0interop/ZcapLd.Interop/ZcapLd.Interop.csproj1.1.0→1.2.0, NetDid.Core2.0.1→2.2.0Directory.Build.propsZcapLdVersion4.0.0→4.1.0CHANGELOG.md[4.1.0]sectionPinned the exact 2.2.0 / 1.2.0 the issue requests (not the newer 2.3.0 line on nuget.org) — the goal is convergence with net-wallet-sdk 0.2.0's net-did 2.2.0 pin.
Verification (acceptance criteria)
1.2.0, NetDid.Core2.2.0, NetDid.Method.Key2.2.0(DataProofs/NetDid do not hold NetCrypto down).-c Release: 0 errors.Note on lock files: the issue's
dotnet restore --locked-mode/packages.lock.jsonstep is N/A — this repo doesn't use lock files (noRestorePackagesWithLockFile, none present), so there's nothing to regenerate.🤖 Generated with Claude Code