Skip to content

Commit

Permalink
Rev durabletask-dotnet pkg to 1.1.0-preview.2 (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid authored Oct 23, 2023
1 parent 433979b commit 85f2f52
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.1.0-preview.2

- Microsoft.Azure.DurableTask.Core dependency increased to `2.16.0-preview.2`

## v1.1.0-preview.1

Adds support for durable entities. Learn more [here](https://learn.microsoft.com/azure/azure-functions/durable/durable-functions-entities?tabs=csharp).
Expand Down
2 changes: 1 addition & 1 deletion eng/targets/Release.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<PropertyGroup>
<VersionPrefix>1.1.0</VersionPrefix>
<VersionSuffix>preview.1</VersionSuffix>
<VersionSuffix>preview.2</VersionSuffix>
</PropertyGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Abstractions/RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- Add support for durable entities
- Microsoft.Azure.DurableTask.Core dependency increased to `2.16.0-preview.1`
- Microsoft.Azure.DurableTask.Core dependency increased to `2.16.0-preview.2`

0 comments on commit 85f2f52

Please sign in to comment.