Skip to content

Commit

Permalink
Update Worker.Extensions.DurableTask.csproj (#2726)
Browse files Browse the repository at this point in the history
  • Loading branch information
nytian authored Jan 17, 2024
1 parent be7546d commit 52f8dfe
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<AssemblyOriginatorKeyFile>..\..\sign.snk</AssemblyOriginatorKeyFile>

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

<ItemGroup>
Expand Down

0 comments on commit 52f8dfe

Please sign in to comment.