Update codegen files - #394
Merged
Merged
Conversation
Merged
ptr727
added a commit
that referenced
this pull request
Jun 3, 2026
Promotes the current `develop` integration branch to `main`. ## Included - **Split Docker builds: fast PR smoke tests and cron-only publishing (#398)** — PRs run unit tests + a path-gated amd64 smoke build instead of the full matrix; publishing moves to a schedule/manual-only `publish-release.yml` that builds the base once and publishes the full matrix for both branches in one run; merges no longer build/publish; codegen runs daily; adds `.vscode/extensions.json` workspace linters and documents the CI/review model. Version bumped to 2.12. - **Update codegen files (#394)** — refreshed `Make/Version.json` / `Make/Matrix.json`. - **NuGet dependency bumps (#390, #392).** ## Notes - This PR targets `main`, so per the repo ruleset it should be merged with a **merge commit** (not squash), keeping `develop` forward-only. - The develop→main diff touches `Make/Matrix.json` / `Make/Version.json`, so the PR's smoke build will run (real end-to-end exercise of the new PR pipeline). 🤖 Generated with [Claude Code](https://claude.com/claude-code)
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.
This PR updates the codegen files.