Skip to content

Commit

Permalink
Update to preview 2 (#2650)
Browse files Browse the repository at this point in the history
  • Loading branch information
jviau authored Oct 24, 2023
1 parent bbd7ad6 commit 9f750eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
# Release Notes

## Microsoft.Azure.Functions.Worker.Extensions.DurableTask v1.1.0-preview.1
## Microsoft.Azure.Functions.Worker.Extensions.DurableTask v1.1.0-preview.2

### New Features

- Support entities for .NET isolated

### Bug Fixes

### Breaking Changes

### Dependency Updates

`Microsoft.DurableTask.*` to `1.1.0-preview.1`
`Microsoft.DurableTask.*` to `1.1.0-preview.2`

## Microsoft.Azure.WebJobs.Extensions.DurableTask v2.12.0-preview.1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<!-- Version information -->
<VersionPrefix>1.1.0</VersionPrefix>
<VersionSuffix>preview.1</VersionSuffix>
<VersionSuffix>preview.2</VersionSuffix>
<AssemblyVersion>$(VersionPrefix).0</AssemblyVersion>
<!-- FileVersionRevision is expected to be set by the CI. -->
<FileVersion Condition="'$(FileVersionRevision)' != ''">$(VersionPrefix).$(FileVersionRevision)</FileVersion>
Expand All @@ -39,8 +39,8 @@
<ItemGroup>
<PackageReference Include="Microsoft.Azure.Functions.Worker.Core" Version="1.15.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Abstractions" Version="1.3.0" />
<PackageReference Include="Microsoft.DurableTask.Client.Grpc" Version="1.1.0-preview.1" />
<PackageReference Include="Microsoft.DurableTask.Worker.Grpc" Version="1.1.0-preview.1" />
<PackageReference Include="Microsoft.DurableTask.Client.Grpc" Version="1.1.0-preview.2" />
<PackageReference Include="Microsoft.DurableTask.Worker.Grpc" Version="1.1.0-preview.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 9f750eb

Please sign in to comment.