Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eng/targets/Release.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</PropertyGroup>

<PropertyGroup>
<VersionPrefix>1.0.3</VersionPrefix>
<VersionPrefix>1.1.0</VersionPrefix>
<VersionSuffix>entities-preview.1</VersionSuffix>
</PropertyGroup>

Expand Down
1 change: 1 addition & 0 deletions src/Abstractions/RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Add support for durable entities
1 change: 1 addition & 0 deletions src/Client/Core/RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Add support for durable entities
2 changes: 1 addition & 1 deletion src/Client/Grpc/RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Add `GrpcDurableTaskClientOptions.CallInvoker` as an alternative to `GrpcDurableTaskClientOptions.Channel`
- Add support for durable entities
2 changes: 1 addition & 1 deletion src/Worker/Core/RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Fix issue with `TaskOrchestrationContext.Parent` not being set.
- Add support for durable entities
2 changes: 1 addition & 1 deletion src/Worker/Grpc/RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Add `GrpcDurableTaskWorkerOptions.CallInvoker` as an alternative to `GrpcDurableTaskWorkerOptions.Channel`
- Add support for durable entities