Skip to content

[codex] Prepare 0.2.0 release#82

Merged
mxtordev merged 6 commits into
mainfrom
codex/release-0.2.0
Jul 5, 2026
Merged

[codex] Prepare 0.2.0 release#82
mxtordev merged 6 commits into
mainfrom
codex/release-0.2.0

Conversation

@mxtordev

@mxtordev mxtordev commented Jul 5, 2026

Copy link
Copy Markdown
Owner

Summary

  • Bump the MergePatchDto package version from 0.1.0 to 0.2.0.
  • Add a 0.2.0 changelog entry based on the changes since v0.1.0.
  • Call out the breaking [MergePatchTarget] removal, stricter ApplyTo validation, inherited patch DTO support, expanded diagnostics, JSON converter fixes, package layout fixes, and README/sample updates.

Why

main now contains breaking and consumer-visible changes after v0.1.0, so the next package should be a minor release rather than another 0.1.x patch.

Validation

  • dotnet test MergePatchDto.slnx
    • 83 passed
  • dotnet pack src/MergePatchDto/MergePatchDto.csproj -c Release
    • produced MergePatchDto.0.2.0.nupkg
    • produced MergePatchDto.0.2.0.snupkg
  • unzip -l src/MergePatchDto/bin/Release/MergePatchDto.0.2.0.nupkg
    • verified lib/netstandard2.0/MergePatchDto.dll
    • verified analyzers/dotnet/cs/MergePatchDto.Generators.dll
  • unzip -l src/MergePatchDto/bin/Release/MergePatchDto.0.2.0.snupkg
    • verified runtime and analyzer PDBs

@mxtordev mxtordev marked this pull request as ready for review July 5, 2026 21:08
@mxtordev mxtordev merged commit e60277f into main Jul 5, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant