Skip to content

Commit b272880

Browse files
authored
Update base version number to 1.6.0 (#380)
1 parent 17a5ee2 commit b272880

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
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

@@ -13,6 +14,10 @@
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

eng/targets/Release.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</PropertyGroup>
1818

1919
<PropertyGroup>
20-
<VersionPrefix>1.5.0</VersionPrefix>
20+
<VersionPrefix>1.6.0</VersionPrefix>
2121
<VersionSuffix></VersionSuffix>
2222
</PropertyGroup>
2323

0 commit comments

Comments
 (0)