Prepare for new release - 3.10.161.1#1474
Merged
Merged
Conversation
- Regenerate Version.hpp (3.10.159.1 -> 3.10.161.1) via tools/gen-version - Rename the vcpkg overlay port mstelemetry -> cpp-client-telemetry to match the official microsoft/vcpkg submission; bump its version to 3.10.161.1 and point its REF at the CI-validated commit - Update docs/building-with-vcpkg.md and tests/vcpkg references to the new port name (CMake package/target MSTelemetry::mat is unchanged) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
baijumeswani
approved these changes
Jun 11, 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.
Prepares the SDK for the 3.10.161.1 release and aligns the vcpkg port naming with the official microsoft/vcpkg submission.
Changes
lib/include/public/Version.hpp(3.10.159.1→3.10.161.1) viatools/gen-version(date-derived3.<(year-2020)+4>.<dayOfYear>.1).tools/ports/mstelemetry/→tools/ports/cpp-client-telemetry/, bumped its version to3.10.161.1, and pointed itsREFat the CI-validated commit. The official microsoft/vcpkg port uses thecpp-client-telemetryname (matches the GitHub repo /Owner-Projectdiscoverability convention);mstelemetrydid not.docs/building-with-vcpkg.mdandtests/vcpkg/*to the new port name.Not changed
find_package(MSTelemetry CONFIG REQUIRED)and linkMSTelemetry::mat. Only the lowercase vcpkg port identifier changed.Release follow-up (after merge)
v3.10.161.1at the merge commit and publish the GitHub Release.REF→ thev3.10.161.1tag, recompute SHA512, set version3.10.161.1, and mark it ready.