Skip to content

Commit 4c231f6

Browse files
authored
Bump ServiceBus extension dependencies (#3178)
1 parent 088bd7c commit 4c231f6

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

extensions/Worker.Extensions.ServiceBus/release_notes.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
- My change description (#PR/#issue)
55
-->
66

7-
### Microsoft.Azure.Functions.Worker.Extensions.ServiceBus <version>
7+
### Microsoft.Azure.Functions.Worker.Extensions.ServiceBus 5.24.0
88

9-
- <entry>
9+
- Update minor dependencies
10+
- Azure.Identity to 1.16.0
11+
- Azure.Messaging.ServiceBus to 7.20.1
12+
- Microsoft.Extensions.Azure to 1.13.0
13+
- Google.Protobuf to 3.32.1
14+
- Grpc.Tools to 2.72.0

extensions/Worker.Extensions.ServiceBus/src/Worker.Extensions.ServiceBus.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Description>Azure Service Bus extensions for .NET isolated functions</Description>
77

88
<!--Version information-->
9-
<VersionPrefix>5.23.0</VersionPrefix>
9+
<VersionPrefix>5.24.0</VersionPrefix>
1010

1111
<!--Temporarily opting out of documentation. Pending documentation-->
1212
<GenerateDocumentationFile>false</GenerateDocumentationFile>
@@ -15,11 +15,11 @@
1515
<Import Project="..\..\..\build\Extensions.props" />
1616

1717
<ItemGroup>
18-
<PackageReference Include="Azure.Identity" Version="1.13.1" />
19-
<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.18.1" />
20-
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.12.0" />
21-
<PackageReference Include="Google.Protobuf" Version="3.27.1" />
22-
<PackageReference Include="Grpc.Tools" Version="2.64.0" PrivateAssets="All" />
18+
<PackageReference Include="Azure.Identity" Version="1.16.0" />
19+
<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.20.1" />
20+
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.13.0" />
21+
<PackageReference Include="Google.Protobuf" Version="3.32.1" />
22+
<PackageReference Include="Grpc.Tools" Version="2.72.0" PrivateAssets="All" />
2323
</ItemGroup>
2424

2525
<ItemGroup>

0 commit comments

Comments
 (0)