Skip to content

Commit

Permalink
Updating to Microsoft.Azure.ServiceBus 4.0.0. (Azure#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
alrod committed Oct 16, 2019
1 parent a73d161 commit e1d4dca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<RootNamespace>Microsoft.Azure.WebJobs.ServiceBus</RootNamespace>
<PackageId>Microsoft.Azure.WebJobs.Extensions.ServiceBus</PackageId>
<Description>Microsoft Azure WebJobs SDK ServiceBus Extension</Description>
<Version>3.1.1</Version>
<Version>4.0.0</Version>
<CommitHash Condition="$(CommitHash) == ''">N/A</CommitHash>
<InformationalVersion>$(Version) Commit hash: $(CommitHash)</InformationalVersion>
<Authors>Microsoft</Authors>
Expand Down Expand Up @@ -37,7 +37,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Azure.ServiceBus" Version="3.4.0" />
<PackageReference Include="Microsoft.Azure.ServiceBus" Version="4.0.0" />
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.10" />
<PackageReference Include="Microsoft.Azure.WebJobs.Sources" Version="3.0.10" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.0-beta004">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Azure.ServiceBus" Version="3.4.0" />
<PackageReference Include="Microsoft.Azure.ServiceBus" Version="4.0.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Host.TestCommon" Version="3.0.10" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.0-beta004">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit e1d4dca

Please sign in to comment.