Skip to content

Commit

Permalink
initial commit (#2816)
Browse files Browse the repository at this point in the history
  • Loading branch information
nytian authored May 13, 2024
1 parent 406ba9c commit f4aed61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Worker.Extensions.DurableTask/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
using Microsoft.Azure.Functions.Worker.Extensions.Abstractions;

// TODO: Find a way to generate this dynamically at build-time
[assembly: ExtensionInformation("Microsoft.Azure.WebJobs.Extensions.DurableTask", "2.13.2")]
[assembly: ExtensionInformation("Microsoft.Azure.WebJobs.Extensions.DurableTask", "2.13.3")]
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.2</VersionPrefix>
<VersionPrefix>1.1.3</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.2.2" />
<PackageReference Include="Microsoft.DurableTask.Worker.Grpc" Version="1.2.2" />
<PackageReference Include="Microsoft.DurableTask.Client.Grpc" Version="1.2.3" />
<PackageReference Include="Microsoft.DurableTask.Worker.Grpc" Version="1.2.3" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit f4aed61

Please sign in to comment.