Skip to content

.NET: Update release versions#5059

Merged
westey-m merged 9 commits into
microsoft:mainfrom
westey-m:version-update-2026-04-02
Apr 2, 2026
Merged

.NET: Update release versions#5059
westey-m merged 9 commits into
microsoft:mainfrom
westey-m:version-update-2026-04-02

Conversation

@westey-m

@westey-m westey-m commented Apr 2, 2026

Copy link
Copy Markdown
Contributor

Motivation and Context

Description

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 2, 2026 11:07
@markwallace-microsoft markwallace-microsoft added .NET workflows Related to Workflows in agent-framework labels Apr 2, 2026
@github-actions github-actions Bot changed the title Update release versions .NET: Update release versions Apr 2, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 the .NET package release metadata to move several core projects from “release candidate” labeling to a “released” state and adjusts NuGet packaging version/tag settings accordingly.

Changes:

  • Switched several .csproj files from <IsReleaseCandidate>true</IsReleaseCandidate> to <IsReleased>true</IsReleased>.
  • Updated central NuGet packaging properties (RC number, Git tag, baseline version) and introduced an IsReleased-gated stable PackageVersion.
  • Refreshed preview build version stamp to 260402.1.

Reviewed changes

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

Show a summary per file
File Description
dotnet/src/Microsoft.Agents.AI/Microsoft.Agents.AI.csproj Marks core package as released via IsReleased.
dotnet/src/Microsoft.Agents.AI.Workflows/Microsoft.Agents.AI.Workflows.csproj Marks workflows package as released via IsReleased.
dotnet/src/Microsoft.Agents.AI.Workflows.Generators/Microsoft.Agents.AI.Workflows.Generators.csproj Marks source generators package as released via IsReleased.
dotnet/src/Microsoft.Agents.AI.OpenAI/Microsoft.Agents.AI.OpenAI.csproj Marks OpenAI integration package as released via IsReleased.
dotnet/src/Microsoft.Agents.AI.Foundry/Microsoft.Agents.AI.Foundry.csproj Marks Foundry integration package as released via IsReleased.
dotnet/src/Microsoft.Agents.AI.Abstractions/Microsoft.Agents.AI.Abstractions.csproj Marks abstractions package as released via IsReleased.
dotnet/nuget/nuget-package.props Updates central package versioning/tagging and adds stable PackageVersion path for IsReleased.

Comment thread dotnet/nuget/nuget-package.props
Comment thread dotnet/nuget/nuget-package.props Outdated
@westey-m westey-m enabled auto-merge April 2, 2026 14:34
@westey-m westey-m added this pull request to the merge queue Apr 2, 2026
Merged via the queue into microsoft:main with commit 524c021 Apr 2, 2026
21 checks passed
alliscode pushed a commit to alliscode/agent-framework that referenced this pull request Apr 3, 2026
* Update release versions

* Fix versioning issue

* Change ga wording to released

* Update suppression file

* Remove unecessary workflows suppression file

* Remove another unnecessary suppression file.

* Fix suppressions file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

.NET workflows Related to Workflows in agent-framework

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants