Skip to content

Conversation

@joperezr
Copy link
Member

@joperezr joperezr commented Jan 13, 2026

This should be merged, not squashed. cc: @jeffhandley

Microsoft Reviewers: Open in CodeFlow

joperezr and others added 3 commits January 7, 2026 23:39
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 -->
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.

2 participants