Skip to content

Prepare durable extension RC package versions - #58

Open
Chris Gillum (cgillum) wants to merge 2 commits into
mainfrom
prepare-rc-package-versions
Open

Prepare durable extension RC package versions#58
Chris Gillum (cgillum) wants to merge 2 commits into
mainfrom
prepare-rc-package-versions

Conversation

@cgillum

Copy link
Copy Markdown
Member

Why

Package publishing is moving from microsoft/agent-framework to this repository. The versions originally copied during extraction have already been published and are immutable, so this repository needs the next ordered prerelease versions before its first deployment.

What

Promote both .NET packages to 1.16.0-rc1 and both Python packages to 1.0.0rc1. Keep the Azure Functions Python package coupled to the matching Durable Task RC, and align release metadata, changelogs, lock data, and the NuGet package-validation baseline with the latest published preview.

Compatibility

Package IDs and Python distribution names remain unchanged. These RC versions sort after the existing 1.16.0-preview.260730.1 NuGet packages and 1.0.0b260721 PyPI packages, preserving the established version line during the repository handoff.

Reviewer focus

Please verify the RC lifecycle choice, the cross-package Python dependency floor, and the use of 1.16.0-preview.260730.1 as the initial NuGet compatibility baseline.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: db064c3a-adc6-4a6e-a1ad-d0fda542e7ce
Copilot AI review requested due to automatic review settings July 31, 2026 00:43

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

Prepares this repository for publishing the next prerelease (“RC”) versions of the Durable extension packages as publishing ownership moves into microsoft/agent-framework-durable-extension, aligning version numbers and NuGet package-validation baseline with the latest published preview.

Changes:

  • Promote .NET packages to 1.16.0-rc1 via IsReleaseCandidate=true and updated central NuGet version metadata/baseline.
  • Promote Python packages to 1.0.0rc1, including updating the Azure Functions package’s dependency floor on agent-framework-durabletask.
  • Add v1.16.0-rc1 sections to the .NET package changelogs.

Reviewed changes

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

Show a summary per file
File Description
python/uv.lock Updates workspace package versions to 1.0.0rc1 in the lockfile.
python/pyproject.toml Bumps the Python workspace/meta version to 1.0.0rc1.
python/packages/durabletask/pyproject.toml Bumps agent-framework-durabletask to 1.0.0rc1.
python/packages/azurefunctions/pyproject.toml Bumps agent-framework-azurefunctions to 1.0.0rc1 and raises the durabletask dependency floor to >=1.0.0rc1.
dotnet/src/Microsoft.Agents.AI.Hosting.AzureFunctions/Microsoft.Agents.AI.Hosting.AzureFunctions.csproj Marks the project as an RC build (IsReleaseCandidate=true).
dotnet/src/Microsoft.Agents.AI.Hosting.AzureFunctions/CHANGELOG.md Introduces v1.16.0-rc1 changelog section for Azure Functions hosting package.
dotnet/src/Microsoft.Agents.AI.DurableTask/Microsoft.Agents.AI.DurableTask.csproj Marks the project as an RC build (IsReleaseCandidate=true).
dotnet/src/Microsoft.Agents.AI.DurableTask/CHANGELOG.md Introduces v1.16.0-rc1 changelog section for DurableTask package.
dotnet/nuget/nuget-package.props Updates NuGet version prefix/tag and sets the package validation baseline to 1.16.0-preview.260730.1.

Comment thread dotnet/src/Microsoft.Agents.AI.DurableTask/CHANGELOG.md
Comment thread dotnet/src/Microsoft.Agents.AI.Hosting.AzureFunctions/CHANGELOG.md
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: db064c3a-adc6-4a6e-a1ad-d0fda542e7ce
Copilot AI review requested due to automatic review settings July 31, 2026 00:47

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

Copilot reviewed 8 out of 9 changed files in this pull request and generated no new comments.

@cgillum
Chris Gillum (cgillum) marked this pull request as ready for review July 31, 2026 16:27
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.

4 participants