-
Notifications
You must be signed in to change notification settings - Fork 849
Merge changes from internal after 10.2 release #7205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
+223
−216
Conversation
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
Getting ready for 10.2 release ---- #### AI description (iteration 1) #### PR Classification This pull request prepares the project for the 10.2 release by updating dependency versions and refining pipeline configurations. #### PR Summary The update bumps numerous internal dependency versions (from 9.0.11/10.0.1 to 9.0.12/10.0.2), adjusts release stabilization settings, revises internal NuGet source mappings, and updates CI/CD tasks. - `eng/Version.Details.xml` and `eng/Versions.props`: Upgraded many Microsoft and runtime dependencies and updated stabilization/release build flags. - `azure-pipelines.yml`: Removed the code coverage stage and updated stage dependencies. - `NuGet.config`: Removed the package source mapping block and adjusted internal package source settings. - `eng/pipelines/templates/BuildAndTest.yml`: Added tasks to set up private feed credentials and commented out integration tests. - `Directory.Build.props`: Disabled the NU1507 warning for internal feeds. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
…align with MCP packages Backports dotnet#7170 into the release branch as it was merged into main after the snap. This will effectively prevent the 10.2 release from publishing the package since it hard codes the version to a version that has already been published, but it gets the release branch aligned with the release/10.1 branch that has this change as well. ---- #### AI description (iteration 1) #### PR Classification This pull request is a configuration update that aligns the project's version metadata with MCP packages. #### PR Summary The update adds explicit version properties to ensure consistency with ModelContextProtocol package versions. - `src/ProjectTemplates/Microsoft.McpServer.ProjectTemplates/Microsoft.McpServer.ProjectTemplates.csproj`: Added `<MajorVersion>0</MajorVersion>`, `<MinorVersion>5</MinorVersion>`, `<PatchVersion>0</PatchVersion>`, and `<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>`. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
jeffhandley
approved these changes
Jan 13, 2026
This was referenced Feb 11, 2026
Merged
Bump Microsoft.Extensions.ServiceDiscovery from 10.2.0 to 10.3.0
askpt/openfeature-aspire-sample#351
Merged
Open
chore: Bump Microsoft.Extensions.ServiceDiscovery from 10.2.0 to 10.3.0
JerrettDavis/PokManagerUI#23
Open
This was referenced Feb 11, 2026
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 should be merged, not squashed. cc: @jeffhandley
Microsoft Reviewers: Open in CodeFlow