From 9a4ede772d072f90ea2fa452f40e3b0d5841c866 Mon Sep 17 00:00:00 2001 From: "naiyuantian@microsoft.com" Date: Fri, 10 May 2024 14:42:51 -0700 Subject: [PATCH 1/3] initial commit --- src/Abstractions/RELEASENOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Abstractions/RELEASENOTES.md b/src/Abstractions/RELEASENOTES.md index e69de29b..46059448 100644 --- a/src/Abstractions/RELEASENOTES.md +++ b/src/Abstractions/RELEASENOTES.md @@ -0,0 +1 @@ +- Microsoft.Azure.DurableTask.Core dependency increased to `2.17.0` \ No newline at end of file From 8c15e2efa6f902e2f55dcec9d5ae4bac06b0349d Mon Sep 17 00:00:00 2001 From: Naiyuan Tian <110135109+nytian@users.noreply.github.com> Date: Fri, 10 May 2024 14:44:30 -0700 Subject: [PATCH 2/3] Update Release.props --- eng/targets/Release.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/targets/Release.props b/eng/targets/Release.props index 506617bc..cb5ee69d 100644 --- a/eng/targets/Release.props +++ b/eng/targets/Release.props @@ -17,7 +17,7 @@ - 1.2.2 + 1.2.3 From afd10d34b86e3356f15fdf4198e76cf7f470f327 Mon Sep 17 00:00:00 2001 From: Naiyuan Tian <110135109+nytian@users.noreply.github.com> Date: Fri, 10 May 2024 14:47:23 -0700 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 887318fa..4d8178e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## +## v1.2.3 ### Microsoft.DurableTask.Client @@ -9,6 +9,7 @@ ### Microsoft.DurableTask.Abstractions - Enable inner exception detail propagation in `TaskFailureDetails` ([#290](https://github.com/microsoft/durabletask-dotnet/pull/290)) +- Microsoft.Azure.DurableTask.Core dependency increased to `2.17.0` ## v1.2.2