Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the .NET package versioning configuration for the 1.1.0 release and adjusts package compatibility validation/suppression settings.
Changes:
- Bumps NuGet version prefix/tag to
1.1.0and updates preview/build metadata. - Updates package validation baseline/versioning conditions.
- Removes several package compatibility suppression entries/files.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| dotnet/src/Microsoft.Agents.AI/CompatibilitySuppressions.xml | Removes specific CP0002 suppressions for chat history simulation-related APIs. |
| dotnet/src/Microsoft.Agents.AI.Workflows.Declarative.Foundry/CompatibilitySuppressions.xml | Deletes the compatibility suppressions file for this package. |
| dotnet/src/Microsoft.Agents.AI.OpenAI/CompatibilitySuppressions.xml | Deletes the compatibility suppressions file for this package. |
| dotnet/src/Microsoft.Agents.AI.Foundry/CompatibilitySuppressions.xml | Deletes a large set of compatibility suppressions for the AzureAI package. |
| dotnet/nuget/nuget-package.props | Bumps to 1.1.0, updates preview/build version suffix, and changes validation/baseline settings. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
@westey-m Would be nice that together with the version bump change we could also have a changelog in the PR description just as a guidance from why sometimes we get a |
Sure, updated the description mentioning that we have new skills features, therefore a minor version bump rather than patch. |
Motivation and Context
Description
Minor version bump, since we have some new (experimental) Skills features.
Contribution Checklist