Release v1.25.0 - #791
Merged
Merged
Conversation
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
Contributor
There was a problem hiding this comment.
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.0by clearingVersionSuffixineng/targets/Release.props. - Advance independently-versioned packages (
ExportHistory,ScheduledTasks,Generators) frompreview.2topreview.3. - Add the stable
v1.25.0section toCHANGELOG.mdand clear theUnreleasedbullet 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
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
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
kaibocai
approved these changes
Aug 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
What changed?
1.25.0and add the generated stable-release changelog.Why is this change needed?
Issues / work items
Project checklist
CHANGELOG.mdAI-assisted code disclosure (required)
Was an AI tool used? (select one)
If AI was used:
AI verification (required if AI was used):
Testing
Automated tests
dotnet restore src\dirs.proj --configfile nuget.config --verbosity minimaldotnet build src\dirs.proj -c Release --no-restore -p:ContinuousIntegrationBuild=truedotnet pack src\dirs.proj -c Release --no-build --no-restore -p:ContinuousIntegrationBuild=trueManual validation (only if runtime/behavior changed)
1.25.0.preview.2versions.Notes for reviewers
v1.25.0. The tag will be created from the merged release commit by a ruleset bypass user after this PR merges.