Skip to content

.NET: Update .NET package version 1.2.0#5364

Merged
alliscode merged 4 commits intomainfrom
dev/update_dotnet_version_1.2.0
Apr 21, 2026
Merged

.NET: Update .NET package version 1.2.0#5364
alliscode merged 4 commits intomainfrom
dev/update_dotnet_version_1.2.0

Conversation

@lokitoth
Copy link
Copy Markdown
Member

Description

  • Minor version bump for next release
  • Extract out the date version component so it is easier to update

Contribution Checklist

  • The code builds clean without any errors or warnings
  • The PR follows the Contribution Guidelines
  • All unit tests pass, and I have added new tests where possible
  • [ ] Is this a breaking change? If yes, add "[BREAKING]" prefix to the title of the PR.

Copilot AI review requested due to automatic review settings April 20, 2026 15:45
@moonbox3 moonbox3 added .NET workflows Related to Workflows in agent-framework labels Apr 20, 2026
@lokitoth lokitoth removed the workflows Related to Workflows in agent-framework label Apr 20, 2026
@lokitoth lokitoth force-pushed the dev/update_dotnet_version_1.2.0 branch from 63b38cf to f53a948 Compare April 20, 2026 15:46
@lokitoth lokitoth self-assigned this Apr 20, 2026
@lokitoth lokitoth moved this to In Progress in Agent Framework Apr 20, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a 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 PR updates .NET NuGet packaging metadata for the next release and also adjusts the handoff workflow’s message filtering behavior (with accompanying unit tests) in the Workflows layer.

Changes:

  • Bump central NuGet VersionPrefix to 1.2.0, update GitTag, and extract the date component into DateSuffix.
  • Refactor HandoffMessagesFilter logic to a simpler, ordering-dependent approach for filtering function-call/result content during handoffs.
  • Add unit tests for HandoffMessagesFilter and factor out a reusable CreateHandoffResult helper.

Reviewed changes

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

File Description
dotnet/tests/Microsoft.Agents.AI.Workflows.UnitTests/HandoffMessageFilterTests.cs Adds unit tests intended to validate handoff/tool-call filtering behavior across modes.
dotnet/src/Microsoft.Agents.AI.Workflows/Specialized/HandoffMessagesFilter.cs Reworks filtering implementation for handoff/tool-call messages with stricter ordering assumptions.
dotnet/src/Microsoft.Agents.AI.Workflows/Specialized/HandoffAgentExecutor.cs Extracts creation of the “Transferred.” handoff tool result into a shared helper.
dotnet/nuget/nuget-package.props Updates package versioning to 1.2.0 and introduces DateSuffix for easier preview version updates.

Comment thread dotnet/nuget/nuget-package.props
@lokitoth lokitoth requested a review from Copilot April 20, 2026 15:59
@lokitoth lokitoth marked this pull request as ready for review April 20, 2026 15:59
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.

Comment thread dotnet/nuget/nuget-package.props
Comment thread dotnet/nuget/nuget-package.props
@lokitoth lokitoth moved this from In Progress to In Review in Agent Framework Apr 21, 2026
@alliscode alliscode added this pull request to the merge queue Apr 21, 2026
Merged via the queue into main with commit 8f17067 Apr 21, 2026
27 of 30 checks passed
@github-project-automation github-project-automation Bot moved this from In Review to Done in Agent Framework Apr 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

6 participants