-
Notifications
You must be signed in to change notification settings - Fork 849
Merge changes from release/10.2 to main #7209
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
Conversation
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 -->
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request merges dependency version updates from the release/10.2 branch to main. It updates external package references across .NET 8 LTS, .NET 9, and .NET 10 versions, bringing the main branch in sync with the latest patch releases.
Changes:
- Updated .NET 9 package versions from 9.0.11 to 9.0.12 for runtime, AspNetCore, and EF Core dependencies
- Updated .NET 10 package versions from 10.0.1 to 10.0.2 for corresponding dependencies
- Updated .NET 8 LTS package versions from 8.0.22 to 8.0.23 for runtime and AspNetCore dependencies
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/Versions.props | Updates dependency version properties for .NET 8, 9, and 10 packages |
| eng/Version.Details.xml | Updates corresponding dependency metadata with new versions and commit SHAs |
This should be merged, not squashed. cc: @jeffhandley
Microsoft Reviewers: Open in CodeFlow