Skip to content

Release v1.25.0 - #791

Merged
YunchuWang merged 5 commits into
mainfrom
release/v1.25.0
Aug 3, 2026
Merged

Release v1.25.0#791
YunchuWang merged 5 commits into
mainfrom
release/v1.25.0

Conversation

@YunchuWang

@YunchuWang YunchuWang commented Aug 3, 2026

Copy link
Copy Markdown
Member

Summary

What changed?

  • Set the shared SDK package version to 1.25.0 and add the generated stable-release changelog.
  • Preserve the existing versions of independently versioned preview packages.

Why is this change needed?

  • Publish the stable 1.25.0 SDK release.

Issues / work items


Project checklist

  • Release notes are not required for the next release
    • Otherwise: Notes added to CHANGELOG.md
  • Backport is not required
    • Otherwise: Backport tracked by issue/PR: N/A
  • All required tests have been added/updated (metadata-only change; no new tests required)
  • Breaking change?
    • If yes:
      • Impact: N/A
      • Migration guidance: N/A

AI-assisted code disclosure (required)

Was an AI tool used? (select one)

  • No
  • Yes, AI helped write parts of this PR (e.g., GitHub Copilot)
  • Yes, an AI agent generated most of this PR

If AI was used:

  • Tool(s): GitHub Copilot
  • AI-assisted areas/files: Release metadata and changelog cleanup
  • What you changed after AI output: Independently versioned package suffixes were kept unchanged.

AI verification (required if AI was used):

  • I understand the code and can explain it
  • I verified referenced APIs/types exist and are correct
  • I reviewed edge cases/failure paths (timeouts, retries, cancellation, exceptions)
  • I reviewed concurrency/async behavior
  • I checked for unintended breaking or behavior changes

Testing

Automated tests

  • Result: Passed — dotnet restore src\dirs.proj --configfile nuget.config --verbosity minimal
  • Result: Passed — dotnet build src\dirs.proj -c Release --no-restore -p:ContinuousIntegrationBuild=true
  • Result: Passed — dotnet pack src\dirs.proj -c Release --no-build --no-restore -p:ContinuousIntegrationBuild=true

Manual validation (only if runtime/behavior changed)

  • Environment (OS, .NET version, components): N/A
  • Steps + observed results:
    1. Evaluated package versions with MSBuild.
    2. Confirmed shared packages resolve to 1.25.0.
    3. Confirmed independently versioned packages remain at their existing preview.2 versions.
  • Evidence (optional): N/A

Notes for reviewers

  • The Prepare Release workflow created this branch but could not create protected tag v1.25.0. The tag will be created from the merged release commit by a ruleset bypass user after this PR merges.

github-actions Bot and others added 2 commits August 3, 2026 16:43
Advance independently versioned preview packages and deduplicate the changelog entry.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 3697a867-8972-4cde-81fd-b3dd94c55066

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 the repo for the stable v1.25.0 SDK release by setting the shared package version to 1.25.0, updating independently-versioned packages to the next preview suffix, and adding the generated stable release notes to the changelog.

Changes:

  • Set the shared SDK version to 1.25.0 by clearing VersionSuffix in eng/targets/Release.props.
  • Advance independently-versioned packages (ExportHistory, ScheduledTasks, Generators) from preview.2 to preview.3.
  • Add the stable v1.25.0 section to CHANGELOG.md and clear the Unreleased bullet that was released.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/ScheduledTasks/ScheduledTasks.csproj Bumps package VersionSuffix to preview.3 for the independently versioned ScheduledTasks package.
src/Generators/Generators.csproj Bumps generator package VersionSuffix to preview.3 while keeping its separate VersionPrefix.
src/ExportHistory/ExportHistory.csproj Bumps package VersionSuffix to preview.3 for the independently versioned ExportHistory package.
eng/targets/Release.props Sets the shared release version to stable 1.25.0 by clearing VersionSuffix.
CHANGELOG.md Adds the stable v1.25.0 release notes and resets the Unreleased section content.

Preserve the existing preview.2 suffixes while releasing the shared SDK packages as v1.25.0.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 3697a867-8972-4cde-81fd-b3dd94c55066
Copilot AI review requested due to automatic review settings August 3, 2026 17:15

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 2 out of 2 changed files in this pull request and generated no new comments.

Use NuGetAuthenticate followed by a direct dotnet restore so Package Source Mapping retains the upstream-public source key.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 3697a867-8972-4cde-81fd-b3dd94c55066
Copilot AI review requested due to automatic review settings August 3, 2026 17:18
Keep the v1.25.0 release PR scoped to release metadata.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 3697a867-8972-4cde-81fd-b3dd94c55066

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 2 out of 2 changed files in this pull request and generated no new comments.

Copilot AI review requested due to automatic review settings August 3, 2026 17:22

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 2 out of 2 changed files in this pull request and generated no new comments.

@YunchuWang
YunchuWang merged commit c3d5d87 into main Aug 3, 2026
8 checks passed
@YunchuWang
YunchuWang deleted the release/v1.25.0 branch August 3, 2026 17:28
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.

3 participants