Merged
Conversation
kaibocai
approved these changes
Apr 3, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s release metadata to publish version v1.23.3, aligning the build/package version and the changelog for the new release.
Changes:
- Bump
VersionPrefixfrom 1.23.2 to 1.23.3 for NuGet/package versioning. - Add a new v1.23.3 section to
CHANGELOG.mddocumenting included changes.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
eng/targets/Release.props |
Updates the version prefix used for packaging/release builds to 1.23.3. |
CHANGELOG.md |
Adds the v1.23.3 changelog entry describing release contents. |
|
|
||
| ## v1.23.3 | ||
| - fix: revert shared framework packages to 8.x for net8 Functions host compatibility ([#698](https://github.com/microsoft/durabletask-dotnet/pull/698)) | ||
| - Release v1.23.2 ([#693](https://github.com/microsoft/durabletask-dotnet/pull/693)) |
There was a problem hiding this comment.
The v1.23.3 changelog section includes an entry for "Release v1.23.2" (#693). This looks like the prior release PR and is inconsistent with the rest of the changelog (no other versions list their release PR). Consider removing this line so v1.23.3 only lists actual changes included in the release (e.g., #698).
Suggested change
| - Release v1.23.2 ([#693](https://github.com/microsoft/durabletask-dotnet/pull/693)) |
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?
Why is this change needed?
Issues / work items
Project checklist
release_notes.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
Manual validation (only if runtime/behavior changed)
1.
2.
3.
Notes for reviewers