Skip to content

Commit

Permalink
Merge pull request #2643 from Azure/dev
Browse files Browse the repository at this point in the history
Merge dev in to main for v2.12.0 release
  • Loading branch information
nytian authored Oct 17, 2023
2 parents 92c6712 + 773923c commit e7c22eb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<AssemblyName>Microsoft.Azure.WebJobs.Extensions.DurableTask</AssemblyName>
<RootNamespace>Microsoft.Azure.WebJobs.Extensions.DurableTask</RootNamespace>
<MajorVersion>2</MajorVersion>
<MinorVersion>11</MinorVersion>
<PatchVersion>4</PatchVersion>
<MinorVersion>12</MinorVersion>
<PatchVersion>0</PatchVersion>
<Version>$(MajorVersion).$(MinorVersion).$(PatchVersion)</Version>
<FileVersion>$(MajorVersion).$(MinorVersion).$(PatchVersion)</FileVersion>
<AssemblyVersion>$(MajorVersion).0.0.0</AssemblyVersion>
Expand Down Expand Up @@ -105,7 +105,7 @@
<!-- Common dependencies across all targets -->
<ItemGroup>
<PackageReference Include="Microsoft.Azure.DurableTask.Core" Version="2.15.*" />
<PackageReference Include="Microsoft.Azure.DurableTask.AzureStorage" Version="1.15.*" />
<PackageReference Include="Microsoft.Azure.DurableTask.AzureStorage" Version="1.16.*" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask.Analyzers" Version="0.5.*" />
<!-- Build-time dependencies -->
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.*" PrivateAssets="All" />
Expand Down

0 comments on commit e7c22eb

Please sign in to comment.