File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## vNext
3+ ## v1.6.0
44
55- Added new preview packages, ` Microsoft.DurableTask.Client.AzureManaged ` and ` Microsoft.DurableTask.Worker.AzureManaged `
6+ - Move to Central Package Management ([ #373 ] ( https://github.com/microsoft/durabletask-dotnet/pull/373 ) )
67
78### Microsoft.DurableTask.Client
89
1314- Add new ` IDurableTaskWorkerBuilder AddDurableTaskWorker(IServiceCollection, string?) ` API
1415- Add support for work item history streaming
1516
17+ ### Microsoft.DurableTask.Worker.Grpc
18+
19+ - Provide entity support for direct grpc connections to DTS ([ #369 ] ( https://github.com/microsoft/durabletask-dotnet/pull/369 ) )
20+
1621### Microsoft.DurableTask.Grpc
1722
1823- Replace submodule for proto files with download script for easier maintenance
Original file line number Diff line number Diff line change 1717 </PropertyGroup >
1818
1919 <PropertyGroup >
20- <VersionPrefix >1.5 .0</VersionPrefix >
20+ <VersionPrefix >1.6 .0</VersionPrefix >
2121 <VersionSuffix ></VersionSuffix >
2222 </PropertyGroup >
2323
You can’t perform that action at this time.
0 commit comments