Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares the repository for the v1.23.0 release by bumping the release version and publishing the corresponding release notes in the changelog.
Changes:
- Bump
VersionPrefixto1.23.0. - Move items from “Unreleased” into a new
## v1.23.0section inCHANGELOG.md.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| eng/targets/Release.props | Updates the product/package version prefix to 1.23.0. |
| CHANGELOG.md | Adds the v1.23.0 release notes section and clears the Unreleased entry. |
You can also share your feedback on Copilot code review. Take the survey.
d517bdc to
8abe62f
Compare
8abe62f to
225d725
Compare
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
kaibocai
approved these changes
Mar 17, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares the repository for a new release by bumping version numbers and rolling the “Unreleased” changelog content into a new v1.23.0 section.
Changes:
- Bump repo release version prefix from
1.22.0to1.23.0. - Bump the Generators package version prefix from
2.0.0to2.1.0(stillpreview.1). - Add a
v1.23.0section toCHANGELOG.mdand move the previously “Unreleased” entry into it.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/Generators/Generators.csproj | Updates the source generator package version prefix to 2.1.0. |
| eng/targets/Release.props | Updates the overall product version prefix to 1.23.0 for packaging/release. |
| CHANGELOG.md | Adds the v1.23.0 release notes section and clears the Unreleased entry. |
You can also share your feedback on Copilot code review. Take the survey.
Comment on lines
+9
to
+11
| - Add NuGet publish job for Microsoft.DurableTask.Analyzers ([#662](https://github.com/microsoft/durabletask-dotnet/pull/662)) | ||
| - Bump Azure.Identity from 1.17.1 to 1.18.0 ([#656](https://github.com/microsoft/durabletask-dotnet/pull/656)) | ||
| - Bump Microsoft.Azure.Functions.Worker.Extensions.DurableTask from 1.12.1 to 1.15.0 ([#658](https://github.com/microsoft/durabletask-dotnet/pull/658)) |
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
Bump SDK version from v1.22.0 to v1.23.0 (minor version bump for new features, no breaking changes).
Changes
eng/targets/Release.propsVersionPrefix 1.22.0 → 1.23.0v1.23.0 Changelog
Post-Merge Steps
After this PR merges: